1
votes

I have an ARM template set up to deploy a Docker Image to an Azure App Service, but I'm having trouble finding out how to enable continuous deployment via any method other than the UI. There's instructions here:

https://docs.microsoft.com/en-us/azure/app-service/containers/app-service-linux-ci-cd

But I want to use ARM templates so my setup is identical, repeatable and disposable - is there any way to do this?

1

1 Answers

0
votes