kind-park-18928
05/25/2020, 11:49 AMlinuxFxVersion
that needs to be set? I've attempted the following, but each time the container settings get misconfigured.
1. DOCKER|<http://registryname.azurecr.io/image:tag|registryname.azurecr.io/image:tag>
causes the app service to pull from docker hub rather than ACR.
2. ACR|<http://registryname.azurecr.io/image:tag|registryname.azurecr.io/image:tag>
causes the app services to treat the app like a non-containerized (zip-deploy) app.
https://www.pulumi.com/docs/reference/pkg/azure/appservice/appservice/linuxFxVersion
in the format #1 above.
However trying that in the pulumi script didn't work.numerous-plastic-88847
05/25/2020, 8:51 PMkind-park-18928
05/26/2020, 3:05 AMkind: 'Linux'
and reserved: true
have been set on the app service plantall-librarian-49374
05/26/2020, 7:52 AMkind-park-18928
05/28/2020, 1:15 AMDOCKER_REGISTRY_SERVER_URL
property. Issue resolved now, thanks 👍