This message was deleted.
# azure
s
This message was deleted.
k
FWIW, the exported ARM template (from the containerized app service) shows
linuxFxVersion
in the format #1 above. However trying that in the pulumi script didn't work.
n
How did you setup the App service plan?
Need to be kind Linux and reserved true
The linuxVersion is correct
k
Yes, both
kind: 'Linux'
and
reserved: true
have been set on the app service plan
And here is the snippet for the containerized app service
k
Thanks for sharing the sample! My app settings was missing the
DOCKER_REGISTRY_SERVER_URL
property. Issue resolved now, thanks 👍