Knowledge index in Microsoft Foundry that lets AI agents retrieve grounded information from organization’s data
Hello @Mark Pearson ,
Please let us know if the following response helps-
Thank for the additional validation details. Based on the observed behavior, the current error, and the published model availability guidance, the issue appears to be related to a mismatch between deployment visibility in the catalog and the published serving availability for this model.
The deployment is created successfully and remains selectable in the portal, which shows that the deployment request is accepted at the configuration level. However, the runtime request fails with No callers satisfying location tag 'eu' found for model: llama-3.3-70b-instruct
This error indicates that the request is failing during EU routing resolution, before the model begins processing. The published deployment-type guidance explains that Data Zone requests are processed only within the selected EU or US data zone, and also notes that not all models support all deployment types. In parallel, the published model availability page for Llama‑3.3‑70B‑Instruct currently shows Global standard and Global provisioned deployment paths for this model.
Taken together, this explains the observed behavior:
- The model can appear deployable in the catalog
- The deployment can complete successfully
- Runtime inference can still fail if no eligible EU Data Zone backend is available for that model path
This also explains why the issue is seen in both Playground and REST API. Both paths use the same backend routing layer, so the failure is not limited to the portal experience. The comparison with other working Data Zone Standard models in the same region is also important, because it shows that the broader region, project, authentication, and general Data Zone setup are functioning as expected. The issue therefore appears to be specific to Llama‑3.3‑70B‑Instruct on the EU Data Zone path rather than a general configuration problem.
Please check if the following steps help-
- Please avoid repeated redeployment of the same configuration Recreating the same deployment is unlikely to change the outcome if the backend route is not currently available
- Using a temporary workaround if needed
- Continue with another model already validated under Data Zone Standard
- If requirements later allow it, consider Global Standard for this model, since that is the currently published deployment path
Thank you