A unified Azure platform for creating and managing AI models, agents, and applications with built‑in enterprise security, monitoring, and governance
Error 715-123420 is a generic deployment failure banner. Use the following steps to isolate the root cause and collect the details support will need.
- Check deployment logs in Foundry
- In Microsoft Foundry, open the affected project.
- Go to Models + endpoints (or the deployment list) and open the failing deployment.
- Review the deployment logs for a more specific error (for example, quota exceeded, authorization failed, model not available, or environment/image build issues).
- Verify common deployment blockers
- Quota / capacity
- In the Foundry portal, open Management center → Quota for the Foundry/Foundry Models resource and confirm that:
- The selected model and SKU have available quota in the target region.
- Provisioned capacity (PTUs) is available if using provisioned deployments.
- If logs show quota or capacity errors, either request a quota increase or try a different region/SKU as described in the quota guidance.
- In the Foundry portal, open Management center → Quota for the Foundry/Foundry Models resource and confirm that:
- Authorization / RBAC
- If logs show authorization failures, ensure the identity performing the deployment has the required role on the Foundry or Cognitive Services resource (for example, Cognitive Services Contributor or the documented role for that deployment path).
- Model / region availability
- If logs indicate the model is not available, confirm that the model supports the selected deployment type and region. Choose a supported region or deployment type if needed.
- Quota / capacity
- If using classic (hub-based) Foundry projects
- For hub-based (classic) projects where deployments are backed by Azure Machine Learning online endpoints:
- Confirm the hub’s managed identity has the Azure ML Data Scientist role on the resource group:
- In Foundry (classic), go to the project → Management center → Project → Overview.
- Open the linked resource group in the Azure portal.
- Go to Access control (IAM) → Add role assignment.
- Assign Azure ML Data Scientist to the Machine learning online endpoint managed identity for the endpoint.
- Return to Foundry and retry the deployment.
- Confirm the hub’s managed identity has the Azure ML Data Scientist role on the resource group:
- If the error text mentions
ImageBuildFailureor timeouts waiting for an environment image:- Retrieve the environment build log either:
- From the storage account and container path indicated in the error, via Data storage → Containers and navigating to the
image_build_aggregate_log.txt, or - From Azure Machine Learning studio: Endpoints → [endpoint] → Environment and check the build log.
- From the storage account and container path indicated in the error, via Data storage → Containers and navigating to the
- Use the detailed error in that log to fix missing packages, base image issues, or other environment problems, then redeploy.
- Retrieve the environment build log either:
- For hub-based (classic) projects where deployments are backed by Azure Machine Learning online endpoints:
- Check for generic provisioning failures
- If deployments stay in provisioning or time out:
- Confirm the hub’s managed network settings allow access to required resources.
- Verify the model ID is valid and still available.
- Try a different VM SKU or reduce instance count if using managed compute.
- If deployments stay in provisioning or time out:
- Collect information for support
If the banner persists for all models and no specific cause is visible in logs, collect the following before opening a support ticket (as the banner suggests):
- Subscription ID and Foundry/Foundry Models resource name and region.
- Project name and deployment name(s).
- Exact time (UTC) of a recent failed deployment.
- Screenshots or copies of:
- The 715-123420 banner.
- Any detailed error messages from the deployment logs.
- Quota view for the target model/SKU/region.
- For classic projects: any environment build log excerpts showing
ImageBuildFailureor related errors.
Then open an Azure support request so the backend team can correlate the 715-123420 error with internal telemetry and clear any stuck quota/capacity or platform issues.
References:
- How to troubleshoot your deployments and monitors in Microsoft Foundry portal (classic)
- How to deploy and infer with a managed compute deployment (classic) (python-sdk)
- Deploy models using Azure CLI and Bicep (programming-language-cli)
- Deploy models using Azure CLI and Bicep (programming-language-bicep)
- Deployment types for Microsoft Foundry Models
- Monitor model deployments in Microsoft Foundry Models
- Foundry Models from partners and community