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:
- 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).
- 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.
- If using templates or automation, redeploy after adding these fields to the
ModelProviderData section.
- 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: