acr
acr copied to clipboard
Azure Container Registry samples, troubleshooting tips and references
**Describe the bug** Bicep/arm deployment for this fails: ``` resource scope_map 'Microsoft.ContainerRegistry/registries/scopeMaps@2022-02-01-preview' = { name: 'myMap' parent: my_container_registry properties: { actions: [ 'some/complex/repo/content/read' ] description: '' } } ``` Fails...
Hi, When using Microsoft hosted DevOps agents for a pipeline, the public IP of the agent can be anything within the AzureCloud range for a region. For UK South, this...
**Describe the bug** We are currently using the token authentication to pull container images from ACR. The used token has "content/read" and "metadata/read" permissions set for the corresponding repositories. Pulling...
I try to use `az acr run --registry myregistry --platform "windows" --set myvar=123 --cmd "myregistry.azurerc.io/test:latest" /dev/null` - in the test container I output all environment variables, but I can't see...
**Describe the bug** This section in the docs lists the `.Run.TaskName` varaible https://docs.microsoft.com/en-us/azure/container-registry/container-registry-tasks-reference-yaml#run-variables as you can see on this screenshot  But the variable is not defined during task run....
**What is the problem you're trying to solve** ACR import image REST returns only [2 responses](https://docs.microsoft.com/en-us/rest/api/containerregistry/registries/import-image?tabs=HTTP#response): - 200 - OK - 202 - Accepted Lightweight images are being imported pretty...
has anyone faced the issue. How did you resolve == I used the below command. The output is below the command == $ az acr check-health -n ********Containers --yes Docker...
**What is the problem you're trying to solve** We try to implement RBAC on project level (folder / subfolder). At the moment it is only possible to implement RBAC on...
**Describe the bug** I am experiencing an issue pushing an updated image to an Azure Container Registry. I was able to do this yesterday but I now keep getting unauthorized:...
**Describe the bug** import command response `Code: InvalidParameters` and message `Error copying blobs` , but no more error details . **To Reproduce** Steps to reproduce the behavior: use command `...