Does Basic SKU Azure container registry support task?

Tanul 1,291 Reputation points
2023-06-17T18:00:16.8033333+00:00

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
Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
511 questions
0 comments No comments
{count} votes

Accepted answer
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2023-06-17T19:51:59.62+00:00

    I have tested and found that the az acr schedule task can be created in BASIC SKU.

    User's image

    Task

    User's image


    --please don't forget to upvote and Accept as answer if the reply is helpful--

    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 Answers by the question author, which helps users to know the answer solved the author's problem.