How to setup Azure Container Instance restart trigger?

KarishmaTiwari-MSFT 18,352 Reputation points Microsoft Employee
2020-05-14T16:27:07.267+00:00

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]

Source: Azure Documentation GitHub Issues

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
633 questions
0 comments No comments
{count} vote

Accepted answer
  1. vipullag-MSFT 23,946 Reputation points Microsoft Employee
    2020-05-14T16:53:22.99+00:00

    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.

    Source: Azure Documentation GitHub Issues

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful