Requirement is -
- Currently we are having one instance of app-service in which spring scheduled batch jobs are running which are reading, processing and writing records for multiple tenants.
- We need to have multiple instances of the same app-service but need some logic to control the job execution per tenant on across instances.
- Is there any way to know how many instances are there of current app-service in azure.