A catalog of AI models in Microsoft Foundry that you can discover, compare, and deploy using Azure’s built‑in tools for evaluation, fine‑tuning, and inference
The deployment failure for claude-opus-4-8 in Azure AI Foundry aligns with a general class of provisioning issues where the API deployment for the resource never reaches a Succeeded state.
From similar issues, there are two practical, supported actions:
- Delete and recreate the Claude deployment
- In the Foundry portal, go to the Deployments page for the
dev-1141-resourceproject. - Delete the failed
claude-opus-4-8deployment. - Wait a short period, then redeploy the same model (
claude-opus-4-8) again using Global Standard in a supported region (East US2 or Sweden Central). - This pattern has resolved stuck/failed provisioning states for Claude and other managed resources where the portal reports that the deployment is not ready.
- In the Foundry portal, go to the Deployments page for the
- If repeated failures persist, switch to a fresh deployment instance
- If the same deployment name continues to fail after recreation, create a new deployment with a different name for the same model in the same Foundry project and region.
- Ensure the subscription and region meet the Claude requirements (Enterprise or MCA‑E subscription and supported region). If other models (like GPT‑5.5) deploy successfully in the same project, this isolates the issue to the specific Claude deployment instance.
If the deployment repeatedly fails even after delete/recreate, the next step is to open a support ticket with Azure, referencing the failed deployment ID and time window, so the platform team can inspect the backend provisioning logs for that specific Claude deployment.
References:
- Deploy and use Claude models in Microsoft Foundry (preview)
- How to deploy and infer with a managed compute deployment (classic) (ai-foundry-portal)
- Deployed Claude and getting API deployment resource is not ready even though it has been an hour - Microsoft Q&A ERR_BAD_REQUEST
- Stuck in Creating / Failed provisioning Redis Cache - Microsoft Q&A
- Azure Deployment Takes 70 Minutes to Fail with Obscure Error - Microsoft Q&A