Pierre-Alexandre
Pierre-Alexandre

Reputation: 775

Azure - Enable notifications for ACR Tasks

We have a Container Registry on Azure with ACR Tasks. Sometimes, a task fail for different reasons and I would like to be notified so I can take appropriate actions (email for instance). What would be the easiest way to do that?

Upvotes: 0

Views: 177

Answers (1)

Charles Xu
Charles Xu

Reputation: 31454

Actually, as I know there is no feature to notify you that the ACR tasks have been implemented. Maybe you can monitor the service health and set the notification, but it does not support monitoring the ACR task.

Upvotes: 1

Related Questions