skip to Main Content

Azure CLI – acb.yaml does not exist

I am trying to create a scheduled ACR task to delete old images from storage using this command: PURGE_CMD="acr purge --filter 'worker:.*' --untagged --ago 1d" az acr task create --name remove_old_images_worker --cmd "$PURGE_CMD" --schedule "0 0 * * *" --registry…

VIEW QUESTION
Back To Top
Search