Forum Discussion
Nycticorax1705
Feb 27, 2022Copper Contributor
Does Azure App Service support docker-composed applications built from a Github action?
I appreciate how Azure App Service, especially when using a Container App, will work just fine out of the box with GitHub actions. I am not sure I can say the same of Container App whose CI/CD workfl...
- Mar 13, 2022I have gone some way toward answering my own question: Azure allows the user to define webhook that will trigger deployment from any Azure Container Instance; and it also allows to define deployment with Compose from the Deployment center feature under Azure WebApps. Taken together these two options (webhook on push + deploy with Compose) do exactly what I want: from a GitHub action I am able to deploy with Compose.
Nycticorax1705
Mar 13, 2022Copper Contributor
I have gone some way toward answering my own question: Azure allows the user to define webhook that will trigger deployment from any Azure Container Instance; and it also allows to define deployment with Compose from the Deployment center feature under Azure WebApps. Taken together these two options (webhook on push + deploy with Compose) do exactly what I want: from a GitHub action I am able to deploy with Compose.