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
Hello @Sophia
Thank you for the detailed information and for the extensive troubleshooting you have already completed.
Based on everything you’ve shared, this does not appear to be an issue with your Azure AI Foundry resource, subscription, quota, or Anthropic access. The fact that Claude Sonnet 4.6 and Claude Opus 4.7 deploy successfully in the same Azure AI Services account confirms that:
- Your Azure AI Services resource is healthy
- Anthropic marketplace terms have been accepted
- Your subscription is properly entitled for Anthropic models
- Regional access and quota are correctly configured
- The deployment workflow is functioning for other Anthropic models
This strongly suggests that the issue is isolated specifically to the Claude Haiku 4.5 provisioning pipeline.
What the Current Behavior Indicates
Your deployment request is successfully accepted by Azure Resource Manager and initially enters the Creating state. This confirms that:
- The deployment command syntax is valid
- The model name and version are recognized
- The selected SKU (GlobalStandard) is supported
- Regional validation succeeds
- Quota checks pass
The deployment then transitions to ProvisioningState = Failed without returning an explicit error message. This type of behavior typically indicates that the request passed initial validation but failed during the backend provisioning stage.
Because this occurs:
- Across multiple deployment names
- Across newly created Azure AI Services resources
- In multiple supported regions (Sweden Central and East US 2)
- Through both Azure AI Foundry and Azure CLI
the issue is very unlikely to be related to deployment syntax, client tooling, or resource configuration.
Validation Steps
Although your testing already rules out most common causes, you may wish to verify the following:
Confirm that the Anthropic Marketplace offer is fully accepted for your subscription
Ensure your subscription type supports Anthropic models (for example, Pay-As-You-Go or Enterprise)
Verify your account has the necessary permissions:
- Owner or Contributor on the resource group
- Cognitive Services User on the Azure AI Services resource
If using a service principal, confirm the token scope includes: https://ai.azure.com/.default
You may also review:
- Azure Service Health for any regional issues affecting Anthropic deployments
- ARM Activity Logs for failed deployment events
- Azure Monitor diagnostic logs, if enabled
Given your successful Sonnet and Opus deployments, these checks are unlikely to reveal the root cause, but they may provide additional context.
This pattern is generally consistent with a service-side issue specific to the Claude Haiku 4.5 model, such as:
A temporary backend provisioning issue
A model entitlement synchronization problem
A deployment pipeline issue affecting this specific model version
A regional or global service regression for the Haiku offering
Since the issue reproduces across regions and newly created resources, it appears to be isolated to the Haiku deployment workflow itself rather than your environment.
Please refer this
Deploy & use Claude models in Foundry (preview): https://learn.microsoft.com/azure/foundry/foundry-models/how-to/use-foundry-models-claude
Troubleshooting deployment issues in Azure AI Foundry / OpenAI Studio: https://learn.microsoft.com/azure/ai-foundry/openai/quotas-limits?tabs=REST#how-to-request-quota-increases
I Hope this helps. Do let me know if you have any further queries.
Thank you!