Share via

InvalidModelProviderData: ModelProviderData is missing required fields: organizationName, countryCode. Please provide all required fields: industry, organizationName, and countryCode.

Rizal Muharam 0 Reputation points
2026-05-13T04:35:20.2333333+00:00

Cannot deploy azure sonnet 4.6 on default model and get error InvalidModelProviderData: ModelProviderData is missing required fields: organizationName, countryCode. Please provide all required fields: industry, organizationName, and countryCode.

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


3 answers

Sort by: Most helpful
  1. Karnam Venkata Rajeswari 3,335 Reputation points Microsoft External Staff Moderator
    2026-05-31T12:57:05.1933333+00:00

    Hello @Rizal Muharam ,

    Welcome to Microsoft Q&A .Thank you for reaching out to us.

    Thank you for sharing the error details.

    The behavior described here aligns with a known issue currently under active investigation in the deployment path for Claude / Anthropic models in Azure AI Foundry. Current findings indicate that the provisioning flow may fail while resolving the required provider metadata fields used during deployment particularly organizationName and countryCode which then surfaces the InvalidModelProviderData message seen during deployment attempts. This is being actively worked on by the relevant backend teams.

    For Claude model deployments, the required provider metadata includes industry, organizationName, and countryCode. In addition, Claude deployments require a paid Azure subscription with a valid payment method, Marketplace access, and deployment from a supported region such as East US 2 or Sweden Central.

    As a precaution, the following validations are recommended:

    • Confirm the Foundry resource is in a supported Claude region.
    • Confirm the subscription and billing setup are eligible for Claude model deployment.
    • If deployment is being attempted through REST API / CLI / automation, ensure that modelProviderData is explicitly included with industry, organizationName, and countryCode.
    • If industry is provided manually, ensure it uses a supported value exactly as expected by the service. Related cases have shown that invalid or differently cased industry values can lead to a separate provisioning failure.

    At this stage, however, the current symptom pattern does appear consistent with the ongoing service-side issue rather than a simple misconfiguration in the deployment request. Once the backend remediation is in place, a new deployment attempt should be the next recommended step.

    Please let us know if the response was helpful

     

    Thank you

     

    Please 'Upvote'(Thumbs-up) and 'Accept' as answer if the response was helpful. This will be benefitting other community members who face the same issue.

     

    Was this answer helpful?

    0 comments No comments

  2. kagiyama yutaka 3,510 Reputation points
    2026-05-13T09:36:53.7466667+00:00

    I think the deploy stops only because the form has no industry and organizationName and countryCode set. just open the model deploy pane once and fill those three fields.

    Was this answer helpful?


  3. AI answer

    2026-05-13T04:35:30.9566667+00:00

    The error indicates that the marketplace provider data required for deploying this third‑party model (Azure Sonnet 4.6) is incomplete. Specifically, the deployment flow expects the following fields in ModelProviderData:

    • industry
    • organizationName
    • countryCode

    To resolve the error and allow the deployment to proceed:

    1. Locate the place where ModelProviderData is being supplied for the Sonnet 4.6 deployment (for example, in the Foundry portal form, an ARM/Bicep template, or CLI/SDK parameters).
    2. Ensure that all three required fields are present and populated:
      • industry: Provide the appropriate industry value requested by the provider.
      • organizationName: Provide the legal or primary name of the organization.
      • countryCode: Provide a valid two‑letter country/region code. Valid codes follow the PlayFab CountryCode list (for example, US, GB, DE, IN, etc.). The full set of allowed values is the ISO‑style list shown in the CountryCode documentation.
    3. If using templates or automation, redeploy after adding these fields to the ModelProviderData section.
    4. If the error persists after all three fields are set, open a support request and include the subscription ID and full error text, as third‑party model subscriptions can also fail for marketplace or regional reasons.

    If you then encounter a different deployment error (for example, “Offer not available in your country/region” or “Marketplace purchase eligibility check failed”), use the Foundry Models troubleshooting guidance to verify that:

    • The model SKU is available in the subscription’s billing country/region.
    • The model is available in the region where the Foundry resource is deployed.
    • The subscription type is supported (CSP subscriptions cannot purchase some third‑party offerings).

    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.