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
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:
- 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.
- 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.