skip to Main Content

Azure CLI – invalid .NET runtime version

Our pipeline on Azure DevOps which has been working suddenly fails when running the Azure CLI command: az functionapp config set name "appname" --resource-group "groupname" --slot "slot" --net-framework-version v7.0 The error it produces is Invalid version: for runtime dotnet-isolated and…

VIEW QUESTION

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