This message was deleted.
# general
s
This message was deleted.
m
HI Robert, I use in WebApps always the
LinuxFxVersion
to specify my container image. Regarding the refresh: You need to activate the continuous deployment. Keep in mind to use the tag latest. (don't ask why) https://learn.microsoft.com/en-us/azure/app-service/tutorial-custom-container?tabs=azure-cli&pivots=container-linux#v-create-the-web-app
Alternatively you can use the Azure CLI script to update the version too. Or use the Webhook to trigger the update, when your ACR receives a new image.