Skip to content

Commit 385a4e1

Browse files
authored
Merge pull request #96161 from susanshi/patch-1
adding disallowed operation error to FAQ
2 parents 3f7fb54 + df18c07 commit 385a4e1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/container-registry/container-registry-faq.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ Image quarantine is currently a preview feature of ACR. You can enable the quara
258258
- [Authentication information is not given in the correct format on direct REST API calls](#authentication-information-is-not-given-in-the-correct-format-on-direct-rest-api-calls)
259259
- [Why does the Azure portal not list all my repositories or tags?](#why-does-the-azure-portal-not-list-all-my-repositories-or-tags)
260260
- [Why does the Azure portal fail to fetch repositories or tags?](#why-does-the-azure-portal-fail-to-fetch-repositories-or-tags)
261+
- [Why does my pull or push request fail with disallowed operation?](#why-does-my-pull-or-push-request-fail-with-disallowed-operation)
261262
- [How do I collect http traces on Windows?](#how-do-i-collect-http-traces-on-windows)
262263

263264
### Check health with `az acr check-health`
@@ -419,6 +420,13 @@ The browser might not be able to send the request for fetching repositories or t
419420

420421
Please contact your network administrator or check your network configuration and connectivity. Try running `az acr check-health -n yourRegistry` using your Azure CLI to check if your environment is able to connect to the Container Registry. In addition, you could also try an incognito or private session in your browser to avoid any stale browser cache or cookies.
421422

423+
### Why does my pull or push request fail with disallowed operation?
424+
425+
Here are some senarios where operations maybe disallowed:
426+
* Classic registries are no longer supported. Please upgrade to a supported [SKUs](https://aka.ms/acr/skus) using [az acr update](https://docs.microsoft.com/cli/azure/acr?view=azure-cli-latest#az-acr-update) or the azure portal.
427+
* The image or repository maybe locked so that it can't be deleted or updated. You can use the [az acr show repository](https://docs.microsoft.com/azure/container-registry/container-registry-image-lock) command to view current attributes.
428+
* Some operations are disallowed if the image is in quarantine. Learn more about [quarantine](https://github.com/Azure/acr/tree/master/docs/preview/quarantine).
429+
422430
### How do I collect http traces on Windows?
423431

424432
#### Prerequisites

0 commit comments

Comments
 (0)