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
Hello Priyanka R,
Thank you for reaching out to Microsoft Q&A.
Based on your description, the behavior you’re experiencing is expected when using a 30-day free Azure subscription with Azure AI Foundry.
Why model deployment is not working
Free trial subscriptions have certain limitations that impact model deployment:
- No access to managed compute
- No default quota (TPM/RPM) for most Foundry/OpenAI models
- Restricted model availability (only a limited set of lightweight models is accessible)
- Region restrictions for AI model usage
Due to these constraints, model deployment options may be disabled or fail during creation.
Recommended steps
1. Verify the region
- Ensure your Foundry project is created in a supported region (e.g., East US, West Europe, Sweden Central)
- Some models are only available in specific regions
2. Use Serverless API (Models-as-a-Service)
- Managed compute deployments are not supported under free trial
- You may try Serverless API deployment, which uses Microsoft-managed infrastructure
- This is the recommended approach for trial subscriptions (subject to availability)
3. Check quota availability
- Navigate to your Foundry project → Quota / Capacity
- Verify if any Tokens-per-Minute (TPM) is assigned
- If quota is 0, deployments will not succeed
You can submit a quota request here: https://aka.ms/oai/stuquotarequest
(Approval is not guaranteed for free trial subscriptions)
4. Validate permissions
- Ensure you have Contributor or Azure AI Developer role on the resource
- Confirm you are using the correct subscription and directory
5. Upgrade subscription (recommended) To fully utilize model deployment capabilities, we recommend upgrading to a Pay-As-You-Go subscription. This will:
- Enable access to model deployments
- Allow quota allocation
- Provide broader model and region support
Free trial subscriptions are intended for evaluation and come with limited AI capabilities. To proceed with deploying models in Azure AI Foundry, upgrading the subscription and ensuring quota availability is required.
Please refer this
Region support for models – https://learn.microsoft.com/azure/ai-foundry/reference/region-support
Serverless API deployment (MaaS) – https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-serverless Managed Compute deployment – https://learn.microsoft.com/azure/ai-foundry/how-to/deploy-models-managed • Foundry Models quota & limits – https://learn.microsoft.com/azure/foundry/foundry-models/how-to/deploy-foundry-models#quota-for-deploying-and-running-inference-on-a-model
Azure AI roles & RBAC – https://learn.microsoft.com/azure/ai-studio/concepts/rbac-ai-studio
I hope this will help you. Please feel free to let me know if you have any other queries.
Thank you!