Azure Container Instances
An Azure service that provides customers with a serverless container experience.
711 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to automatically trigger ACI to pull the latest image from ACR?
[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question]
To pull the latest image from ACR you need to restart the container instances. To do this automatically you can consider doing this with ACR webhooks. Please check trigger actions in this document. Once a new image is pushed to ACR, it will notify the webhook, then webhook can take action to restart the ACI.