I am unable to deploy claude-opus-5 to Microsoft Foundry. The subscription appears to have entered a blocked state after several failed deployment attempts.
The sequence of events was:
I initially attempted to deploy claude-opus-5 using Terraform with azurerm. The deployment failed with:
InvalidModelProviderData
I then corrected the deployment configuration to provide the required Anthropic model provider data.
I attempted the deployment using Terraform/AzAPI. At that point, the deployment failed with:
InsufficientQuota
The quota was already being used because a colleague had previously deployed a Claude model manually through the Azure portal for research.
I deleted the sandbox resource group containing the previous model deployment and Foundry project in order to clean up the quota/resource state.
After cleanup, I attempted to deploy claude-opus-5 again. The deployment then failed with:
MarketplaceSubscriptionCannotBeCompleted
The error message specifically states:
"Unable to create a model deployment for model claude-opus-5. If the error persists, please contact HIT (Human Intelligence Team) ... and request to allowlist the Azure subscription."
I recreated the Foundry project using AzAPI and attempted the deployment again, but received the same MarketplaceSubscriptionCannotBeCompleted error.
Some subsequent attempts to delete/recreate the deployment resulted in:
RequestConflict: Another operation is in progress on the resource 'claude-opus-5'.
After several further attempts to recreate the project/deployment, deployment requests started failing with:
715-123420: Our system has detected this request as unusual activity for your account.
The current situation is that I cannot deploy claude-opus-5 even manually through the Azure portal.
I have already purged the previously deleted Azure AI/Foundry resources. I also verified that:
-
Microsoft.MarketplaceOrdering is registered.
-
Microsoft.SaaS is registered.
- The Anthropic Marketplace agreement for
azure-claude-offer is active.
- Claude quota in the target region currently shows 0 usage.
- The problem occurs through both Terraform/AzAPI and the Azure portal, so it does not appear to be specific to Terraform.
The current Activity Log errors are consistently:
MarketplaceSubscriptionCannotBeCompleted
and:
715-123420 - Our system has detected this request as unusual activity for your account.
Could someone please check whether the Azure subscription has been blocked, flagged, or otherwise restricted for Anthropic/Claude deployments and restore the subscription's eligibility?
Specifically, I would like to know what needs to be done to clear the 715-123420 / Marketplace restriction so that I can at least create a Claude deployment manually through the Azure portal again.
I am not looking for help with the Terraform configuration at this point. The same deployment fails through the Azure portal, CLI, AzAPI, and Terraform, so I believe the issue is now at the subscription/Marketplace/backend level.
Thank you.