Which azure services to use ( AKS or App service) to deploy multiple docker containers (compose enabled) on azure – Nginx
I am trying to deploy multiple web-app containers on azure cloud to implement CI/CD pipeline deployment for production environment. Currently I have built multiple container images using docker compose file which works totally fine on localhost environment. I tried to…