Share via

715-123420: An error occurred. Please reach out to support for additional assistance.

Joe In 0 Reputation points
2026-04-09T12:27:32.3533333+00:00

Hello Support Team,

We are encountering an issue when attempting to deploy any AI model on Foundry. The deployment process fails and displays the following message:

“715-123420: An error occurred. Please reach out to support for additional assistance.”

Could you please advise on what this error indicates and any steps we can take to resolve it?

Thank you for your help.

Best regards

Foundry Tools
Foundry Tools

Formerly known as Azure AI Services or Azure Cognitive Services is a unified collection of prebuilt AI capabilities within the Microsoft Foundry platform

0 comments No comments

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-09T12:27:53.1966667+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Error code 715-123420 is a generic deployment failure message in Foundry that does not map to a specific documented root cause in the provided guidance. The next step is to use the standard deployment troubleshooting flow to uncover the underlying error.

    Use these steps to narrow down and resolve the issue:

    1. Check deployment logs in Foundry
      1. Open the project in Foundry and go to Models + endpoints.
      2. Select the failing deployment.
      3. Review the deployment logs and status messages for a more specific error (for example, quota, image build, or network-related errors).
    2. Check for quota or capacity issues
      1. In the Azure portal, open the subscription used by the Foundry project.
      2. Check quota for the VM SKU or model being used.
      3. If usage is at or near the limit, request a quota increase or choose a different VM SKU with available quota.
      4. For managed compute deployments, follow the “Deployment fails with quota exceeded error” steps: verify quota, request an increase, or switch SKUs.
    3. Verify model availability and region
      1. Confirm that the model ID used in the deployment is correct and still available in the catalog.
      2. If the deployment has been stuck or failing for a long time with obscure errors, try deploying the same model in a different region, as region-specific capacity or availability issues can cause failures without clear messaging.
    4. Check environment image build (if the error mentions image or environment) If the detailed error mentions Environment Image, ImageBuildFailure, or similar:
      1. Use the guidance under Error: Deployment failure to locate the environment image build logs.
      2. Option 1: From the Foundry project, navigate to the connected storage account and open Data Storage → Containers, then drill into the container and folders indicated in the error message to find image_build_aggregate_log.txt.
      3. Option 2: In Azure Machine Learning studio, go to Endpoints, select the endpoint, then open the linked Environment and review its build logs.
      4. Use the log details to fix missing packages, invalid Docker configuration, or other environment issues, then redeploy.
    5. Validate networking and permissions
      1. For managed compute deployments, verify that the hub’s managed network settings allow access to required resources (storage, registries, etc.).
      2. If tools or prompt flows are involved and you see AuthorizationFailed or ToolLoadError in the detailed logs, assign the Azure ML Data Scientist role to the endpoint’s managed identity as described in the deployment troubleshooting steps, then wait a few minutes and retry.
    6. If the deployment remains in provisioning or fails repeatedly
      1. Confirm the deployment is not stuck in a long-running provisioning state; if it is, cancel/delete the deployment and recreate it.
      2. Optionally reduce instance count or change VM SKU and redeploy.

    If, after checking the detailed deployment logs, quota, region, environment build, and networking/permissions, the only information available is still the generic 715-123420 message, the issue likely requires direct platform investigation. In that case, capture:

    • The deployment name and ID
    • Subscription ID and region
    • Timestamp and correlation IDs from the deployment logs

    and provide them to Microsoft support as the error message suggests.


    References:


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.