Hello,
Thank you in advance for any help offered.
I currently have an App Service Plan with 1 app underneath it. This single app is configured to use the "Docker Compose (preview)" option within Container Settings, and 3 different docker images (pulled from ACR) are configured to run.
Only 1 of these docker images is exposed on port 80 of the App Service, the other 2 images are .net console apps running IHostBuilder type "services".
How can I set up Azure to automatically replicate this App Service into a different region, and handle automatic fail overs in the case that any one of the docker images begin to fail?
David
