Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform
Azure AI Foundry claude-opus-4-6 deployment in East US 2 is accepted then fails with ResourceOperationFailure / InternalServerError
I’m deploying claude-opus-4-6 in Azure AI Foundry in East US 2 on an AIServices resource. What happens: - The model is visible in the model catalog - The portal lets me create the deployment - The deployment is accepted and starts provisioning - A few minutes later it fails Activity Log shows: - ResourceOperationFailure - terminal provisioning state Failed - inner detail: InternalServerError I also verified: - the resource is in eastus2 - az cognitiveservices account list-models shows claude-opus-4-6 - quota for this model in East US 2 was already approved Question: If the model is available, region is valid, and quota is approved, does this usually mean a backend capacity/provisioning issue on Azure’s side? Is there any way to get a more specific failure reason than the generic InternalServerError?