We are unable to access Resnet models under AI Foundry

Preetham Johnson Vedala 0 Reputation points
2026-07-16T05:20:30.1433333+00:00

We created an AI Foundry resource under West US2. When searching for Resent Models under Model Catalog, we are unable to find the service. Our org is on pay-as-you-go subscription.

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. Christos Panagiotidis 2,741 Reputation points
    2026-07-16T10:22:23.7266667+00:00

    The Pay-As-You-Go subscription is probably not the blocker. A project created directly on a Microsoft Foundry resource shows models that are available for standard deployment to that resource. ResNet is a classical computer-vision architecture; it is not exposed there as an Azure-sold standard model/service in the same way as GPT, Phi, or other generative models.

    Use one of these paths instead:

    1. Train or fine-tune ResNet: create an Azure Machine Learning workspace (or a hub-based Foundry project), open Designer, add the ResNet component, choose ResNet18/34/50/etc., and connect a labeled image directory to Train PyTorch Model.
    2. Use a pretrained ResNet: obtain a trusted PyTorch/ONNX model, register it in the Machine Learning workspace, and deploy it to a managed online endpoint with the required inference environment and scoring script.

    Microsoft's Foundry documentation explains that project type controls which models appear: Foundry-resource projects show standard-deployment models, while hub-based projects expose managed-compute and broader catalog options. So West US 2 and PAYG alone do not make ResNet appear in the new catalog.

    Also search using the exact spelling ResNet and clear catalog filters, but if it remains absent in a Foundry-resource project, that is expected catalog scoping.

    References: Foundry model/project scope and Azure ML ResNet component.

    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.