acr icon indicating copy to clipboard operation
acr copied to clipboard

Azure Container Registry samples, troubleshooting tips and references

Results 221 acr issues
Sort by recently updated
recently updated
newest added

**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...

bug

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...

feature-request
triaged
feature-networking
roadmap

**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...

bug

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...

feature-request
triaged
feature-acr-tasks

**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 ![image](https://user-images.githubusercontent.com/80741/183243572-7f9cf6b2-8ef1-4b16-b5c6-c4fb787b6eff.png) But the variable is not defined during task run....

bug
triaged
feature-acr-tasks

**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...

feature-request

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...

feature-request
repo-permissions

**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:...

bug

**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 `...

bug