Model not found" error when deploying custom model in Azure AI Foundry Body:

zhuzin zhuzin 20 Reputation points
2025-10-23T20:29:17.67+00:00

Hi everyone,

I recently trained a custom text classification model using Azure AI Foundry and tried deploying it as an endpoint. The training completed successfully, but when I attempt to test or call the endpoint, I get the following error:

ModelNotFound: The specified model could not be found or is not accessible in this region.
Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Azar 30,735 Reputation points MVP Volunteer Moderator
    2025-10-23T20:45:06.5733333+00:00

    Hi there

    usually happens when the model registry and the deployment endpoint are not properly linked within the same Azure AI hub. Even though both appear in the same region, sometimes deleting and recreating the hub or resource group can break the internal linkage.

    Try these steps:

    Go to your Azure AI Foundry → Project → Assets → Models, click on the model, and verify that it’s registered under the same hub and subscription as your endpoint.

    If it looks fine, try re-registering the model manually using the Foundry CLI or SDK, then redeploy.

    Also make sure the model type (custom, foundation, or fine-tuned) matches the deployment configuration — Foundry can reject mismatched types with a “Model not found” error.

    Finally, check if your region (East US) has the quota or feature enabled for custom model deployments; some model types are region-limited.

    If none of these help, try deploying the model through the Foundry Playground instead of API — if that works, the issue is likely configuration-related in your deployment script.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most 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.