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 “User not found” message when deploying or using Claude models in Microsoft Foundry is typically caused by subscription, region, or permission issues specific to Claude deployments.
Use the following checks and fixes:
- Confirm subscription eligibility for Claude
Claude models in Foundry require an Enterprise or MCA-E subscription. If the project is using a non‑Enterprise or non‑MCA‑E subscription, Claude deployments will fail. In that case, move the Foundry resource to, or recreate it in, an eligible subscription. - Verify Marketplace access for Claude
The banner in the screenshot indicates that Azure Marketplace configuration is required. Ensure that Marketplace purchases are enabled for the subscription and that the Anthropic/Claude offer is allowed. If Marketplace access is disabled or restricted, Claude deployments cannot be created. - Check region support
Claude models are only supported in East US 2 and Sweden Central. Make sure the Foundry resource and the deployment’sResource locationare one of these regions. If the project or deployment is in another region, recreate the Foundry resource and deployment in a supported region. - Validate permissions on the resource group
Ensure the account has at least Contributor or Owner on the resource group that contains the Foundry resource. Without sufficient permissions, Claude deployments and calls can fail with authorization‑style errors. - If using Entra ID or API calls, verify auth configuration
When calling Claude deployments via API:- For API key auth, verify the key is valid and not expired.
- For Entra ID auth, ensure the token uses the scope
https://ai.azure.com/.defaultand that the Cognitive Services User role is assigned on the Foundry resource.
- Recreate the deployment if it remains stuck
If all the above are correct and the deployment still fails or remains in a bad state, delete the Claude deployment and create it again in the same supported region and subscription. This has resolved similar provisioning issues for other users.
After these steps, retry deploying the Claude model in the supported region and subscription with Marketplace enabled and correct permissions; subsequent API usage should succeed without the “User not found” error.
References:
- Deploy and use Claude models in Microsoft Foundry (preview)
- Configure Claude Code for Microsoft Foundry
- How to troubleshoot your deployments and monitors in Microsoft Foundry portal (classic)
- Anthropic Agents (programming-language-csharp)
- Deployed Claude and getting API deployment resource is not ready even though it has been an hour - Microsoft Q&A
- Azure Deployment Takes 70 Minutes to Fail with Obscure Error - Microsoft Q&A