Hi folks, I wonder if anyone can help me with this...
# general
j
Hi folks, I wonder if anyone can help me with this pulumi-docker issue: https://github.com/pulumi/pulumi-docker/issues/448 In a nutshell I want to deploy a RemoteImage to an azure webapp, but the deployment seems to be missing important details, such as specifying which registry (the image is just a stock dockerhub image). More generally I'm struggling a lot with getting container-based webapps to refresh when I update the container image, and I wonder if I'm doing something wrong- even in cases where I'm deploying from a new image build in a private registry the container deployment logs show no evidence of activity.
m
HI Robert, I use in WebApps always the
LinuxFxVersion
to specify my container image. Regarding the refresh of 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.