A unified Azure platform for creating and managing AI models, agents, and applications with built‑in enterprise security, monitoring, and governance
Hello MadCuts AI,
Greetings! Thanks for raising this question in Q&A forum.
The error 715-123420 in Microsoft Foundry is a generic deployment failure that can be triggered by a few different root causes most commonly insufficient quota, missing role permissions, or a regional availability issue with the model you're trying to deploy. Let's work through this together.
Step 1: Check the Deployment Logs for a Specific Error
In Microsoft Foundry, open your project and go to Models + endpoints. Click on the failing deployment and review the logs. This will usually reveal a more specific error like quota exceeded, authorization failed, or model not available — which will guide the next steps.
Step 2: Check Your Quota
Go to Management center → Quota in the Foundry portal. Confirm that the model and SKU you are trying to deploy have available quota in your target region. If you are using provisioned deployments (PTUs), make sure provisioned capacity is also available. If quota is the issue, you can request an increase or try deploying in a different region.
Step 3: Verify Your Permissions (RBAC)
If the logs show an authorization error, check that the account performing the deployment has the right role. At minimum, you'll need the Cognitive Services Contributor role on the Foundry or Azure AI resource. Go to the Azure Portal, navigate to your resource, click Access control (IAM), and verify your role assignment.
Step 4: Confirm Model and Region Availability
Not all models are available in all regions. Check that the model you are trying to deploy supports the deployment type and region you have selected. If not, switch to a supported region and retry.
Step 5: For Classic (Hub-based) Projects — Check Managed Identity Role
If you are using a classic hub-based Foundry project, the hub's managed identity needs the Azure ML Data Scientist role on the resource group. Go to your project in Foundry → Management center → Project → Overview, open the linked resource group in the Azure Portal, go to Access control (IAM), and assign that role to the Machine learning online endpoint managed identity. Then retry the deployment.
Step 6: If Nothing Works — Open a Support Ticket
Since the error banner itself recommends contacting support, please collect the following before raising a ticket your Subscription ID, Foundry resource name and region, project and deployment name, exact UTC time of the failure, screenshots of the error banner, and any logs showing specific errors. Then open a support request at https://aka.ms/azuresupport so the backend team can correlate the error with internal telemetry on their end.
If this answer helps you kindly accept the answer which will help others who have similar questions.
Best Regards,
Jerald Felix.