Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
Is it possible to create these type of tasks in Basic sku of azure container registry or should we need Standard or Premium SKU
az acr task create --name "scheduledAcrTask" \
--cmd "acr tag list --repository my-app" \
--schedule "* * * * *" \
--registry acrtasksdemo \
--context /dev/null
I have tested and found that the az acr schedule task can be created in BASIC SKU.
Task
--please don't forget to upvote
and Accept as answer
if the reply is helpful--