Azure – How to fix (TasksOperationsNotAllowed) ACR Tasks requests for the registry <containerRegistryName> and <password> are not permitted
When running the following command on Azure Cloud Shell getting the TasksOperationsNotAllowed error. How to fix? Command: az acr build --registry $REGISTRYNAME --image expressimage . Errror: (TasksOperationsNotAllowed) ACR Tasks requests for the registry and are not permitted. Please file an…