Share via

Error Vnet_Error_001 from Microsoft Foundry

Jonas Kemper 5 Reputation points
2026-01-27T10:46:28.4433333+00:00

Hi,

we are getting the error :

InternalServerError: Error code: 500 - {'error': {'code': '500', 'message': 'InternalServerError : Vnet_Error_001'}}


for all our model deployments (swedencentral) - what can we do?

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


3 answers

Sort by: Most helpful
  1. Manas Mohanty 17,185 Reputation points Microsoft External Staff Moderator
    2026-01-28T07:07:35.3066667+00:00

    Hi Jonas Kemper and all

    Sorry for the inconvenience . Got the update on this context.

    It seems like transient backend issue. Below screenshot was Noted from Azure Status earlier from Shikha.

    User's image

    Seems to be mitigated now as per today's azure status page.

    Could you please retest the deployment and let us know.

    Attached additional pointers on VNET side for reference.

    1. Please make sure users has subnet/join operations on Virtual network.
    2. Please make sure that user has "Cognitive Services OpenAI contributor" roles on Azure OpenAI.
    3. Please remove and add the private endpoints if needed (if own vnet scenario)
    4. Please check in HAR Trace/ Firewall logs/ Proxy logs for blocking
    5. NSG Setting - Please allow below Service Tags in outbound roles if Network Security Group is in use.

    AzureActiveDirectory

    AzureFrontDoor.Frontend

    AzureResourceManager

    CognitiveServicesManagement

    CognitiveServicesFrontEnd

    Storage (Speech Studio only)

    Reference - https://learn.microsoft.com/en-us/azure/ai-services/cognitive-services-virtual-networks?tabs=portal#supported-regions-and-service-offerings

    Please let me know if the issue persists at your side if above points checked.

    Thank you .

    Was this answer helpful?


  2. Shikha Ghildiyal 7,255 Reputation points Microsoft Employee Moderator
    2026-01-27T11:01:12.0566667+00:00

    Hi Jonas,

    Thanks for reaching out to Microsoft QnA

    as per azure status - Advisory for OpenAI in Sweden Central

    Impact Statement: Starting at 09:00 UTC on 27 January 2026 , customers using Azure OpenAI Service in Sweden Central may experience intermittent availability issues. Current Status: We are aware of this issue and are actively investigating. The next update will be provided as events warrant.

    This message was last updated at 10:51 UTC on 27 January 2026

    Kindly accept this answer if it helps

    Was this answer helpful?


  3. AI answer

    2026-01-27T10:46:40.55+00:00

    The error InternalServerError: Vnet_Error_001 indicates that there is an issue related to the virtual network (VNet) configuration for your model deployments in Microsoft Foundry. Here are some steps you can take to troubleshoot and potentially resolve this issue:

    1. Check VNet Configuration: Ensure that your virtual network settings are correctly configured. This includes verifying that the subnet is properly set up and that the necessary permissions are granted.
    2. Role Assignments: Make sure that the identity associated with your deployment has the correct role assignments to access the VNet. You may need to assign the Azure ML Data Scientist role to the managed identity used by your deployment.
    3. Retry the Deployment: Sometimes, internal server errors can be transient. Retrying the deployment after a brief wait may resolve the issue.
    4. Review Logs: Check the logs in the Azure portal for more detailed error messages that can provide additional context on the failure.
    5. Contact Support: If the issue persists, consider reaching out to Azure support for further assistance, providing them with the error details and any relevant logs.

    These steps should help you identify and potentially resolve the Vnet_Error_001 issue you're encountering during your model deployments.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

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.