How to setup Azure Container Instance restart trigger?

KarishmaTiwari-MSFT 20,832 Reputation points Microsoft Employee Moderator
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
0 comments No comments
{count} vote

Answer accepted by question author
  1. vipullag-MSFT 26,522 Reputation points Moderator
    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

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.