Unable to deploy/use Claude models in AI Foundry project

Kartik Roy 0 Reputation points
2026-05-25T07:15:19.2533333+00:00

I have created a project and attempted to deploy multiple models. Deployments for models other than Anthropic Claude are working as expected. However, when trying to deploy or use Claude models, an error occurs stating: “User not found.”

A screenshot of the error has been attached for reference.
User's image

Foundry Models
Foundry Models

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


1 answer

Sort by: Most helpful
  1. AI answer

    2026-05-25T07:15:41.87+00:00

    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:

    1. 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.
    2. 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.
    3. Check region support
      Claude models are only supported in East US 2 and Sweden Central. Make sure the Foundry resource and the deployment’s Resource location are one of these regions. If the project or deployment is in another region, recreate the Foundry resource and deployment in a supported region.
    4. 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.
    5. 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/.default and that the Cognitive Services User role is assigned on the Foundry resource.
    6. 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:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.