Ghil Maan
Ghil Maan

Reputation: 681

Create a pipeline on azure devops to deploy a docker container on azure app service?

I have a docker image in my Azure Container Registry and a Web App For Containers(Linux). Now, I want to create a release pipeline which should be able to deploy that container for Azure Container Registry to Web App For Container. I know I can do this manually but I need to Automate this process through Azure DevOps.

Upvotes: 1

Views: 696

Answers (1)

Ghil Maan
Ghil Maan

Reputation: 681

I was trying to make a release pipeline to deploy docker image on Azure web app for container and I made that pipeline by following this tutorial.

https://learn.microsoft.com/en-us/azure/devops/pipelines/apps/cd/deploy-docker-webapp?view=azdevops&viewFallbackFrom=vsts

I hope this can help others as well. Thank you

Upvotes: 1

Related Questions