Issue with a multi container web app in Azure App Services
I have a flask app which was working perfectly in Azure App Services as a single container app. My team wanted to include 2 x celery containers in the application and initially configured the 2 celery containers as container instances in the same vNet – which did work – but I want to convert it from single to multi container web app.