Azure Support Ticket
Subject: Urgent: Unable to Disable Quarantine Policy on ACR - Production Deployment Blocked
Service: Azure Container Registry Subscription ID: blinded
Resource Group: blinded
Container Registry Name: blinded
Problem Description
We are experiencing a critical production deployment blockage for our application. All attempts to deploy our Azure Container Apps are failing because they are unable to pull images from our Azure Container Registry (blinded
).
The deployment logs show a clear error message: IMAGE_QUARANTINED: The image is quarantined.
This issue has blocked our critical "Wave 4" release for over 48 hours.
Technical Details and Evidence
The JSON representation of our ACR's policies confirms that the quarantinePolicy
is enabled:
JSON
"policies"
This is preventing our Container Apps from pulling any images, causing the entire Bicep deployment to fail. Here is a sample error from the deployment logs for one of the container apps:
JSON
{
Troubleshooting Steps Already Taken
We have performed extensive troubleshooting and have ruled out all other potential causes:
Content Trust: We have successfully disabled the trustPolicy
using the Azure CLI (az acr config content-trust update --status disabled
).
RBAC Permissions: We have verified that all relevant user accounts and the Container Apps' Managed Identities have the necessary AcrPull
and AcrPush
roles assigned.
Admin Credentials: The docker push
command fails with a 403
error even when using the ACR's admin user credentials, proving this is a policy issue, not a user permission issue.
Portal and CLI: We have been unable to find a setting in the Azure Portal or a command in the Azure CLI (including older versions) that allows us to directly disable this quarantinePolicy
. The portal shows "Microsoft Defender for Cloud" as "Off," which seems to contradict the policy's enabled status.
Urgent Request
We require your assistance to manually disable the quarantinePolicy
for our Azure Container Registry: blinded
.
This is the final blocker for our critical production deployment. Please escalate this issue as appropriate.
Thank you.