Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 Azure 容器注册表中有一个 docker 映像和一个用于容器(Linux)的 Web 应用程序。现在,我想创建一个发布管道,它应该能够将 Azure 容器注册表的容器部署到容器的 Web 应用程序。我知道我可以手动执行此操作,但我需要通过 Azure DevOps 自动执行此过程。
我正在尝试创建一个发布管道以在 Azure Web 应用程序上为容器部署 docker 映像,我按照本教程制作了该管道。
https://docs.microsoft.com/en-us/azure/devops/pipelines/apps/cd/deploy-docker-webapp?view=azdevops&viewFallbackFrom=vsts
我希望这也可以帮助其他人。谢谢