Can't create Azure virtual machines: Network deployment stuck with BadGateway status

Orion Edwards 81 Reputation points
2020-06-04T11:09:56.58+00:00

I've tried about half a dozen times so far to create a windows server virtual machine across multiple different regions (US East 2, Australia East, Australia SouthEast) using multiple different instance types (DS2_v2, DS3_v2).

All appear to be stuck deploying network related resources.

Example:

Resource            Type                                  Status   
ccdev840vnet209     Microsoft.Network/virtualNetworks     BadGateway 

Operation ID: /subscriptions/e55d8cbb-12c6-4ac2-ae7d-241a20dc3931/resourceGroups/cc-dev-840/providers/Microsoft.Resources/deployments/CreateVm-MicrosoftWindowsServer.WindowsServer-201-20200604222821/operations/98463F00074BA2CE

Operation name: 98463F00074BA2CE

Provisioning operation: Create

Provisioning state: Running

Timestamp: 6/4/2020, 10:59:52 PM

Duration: 30 minutes 21 seconds

Tracking ID: 7921864c-492d-412b-9dcf-3ce65e76781d

Status: BadGateway

Status message:

 {
     "error": {
         "code": "InvalidGatewayHost",
         "message": "Host name resolution failed for 'Microsoft.Network'; cannot fulfill the request."
     }
 }

Type: Microsoft.Network/virtualNetworks

Resource ID: /subscriptions/e55d8cbb-12c6-4ac2-ae7d-241a20dc3931/resourceGroups/cc-dev-840/providers/Microsoft.Network/virtualNetworks/ccdev840vnet209

Resource: ccdev840vnet209

Is Azure broken? How can I resolve this? I've just followed the standard VM creation wizard using default options

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,112 questions
{count} votes

Accepted answer
  1. Hans Bakker 107 Reputation points
    2020-06-04T11:22:52.217+00:00

    Azure Status (https://status.azure.com/en-us/status) says:

    Multiple regions - Investigating

    Starting at 08:45 UTC on 04 Jun 2020, customers may experience issues with resource creation. We are aware of this issue and are actively investigating. The next update will be provided in 60 minutes, or as events warrant.

    This message was last updated at 11:09 UTC on 04 June 2020

    5 people found this answer helpful.

20 additional answers

Sort by: Most helpful
  1. _Admin Azure 11 Reputation points
    2020-06-04T14:07:04.777+00:00

    I have been lossing much time during the morning trying to deploy new virtual machines... Now I see that is a global issue....
    Azure should comunicated this things to all their users inmediatlly....

    2 people found this answer helpful.

  2. Graham Cross 11 Reputation points
    2020-06-04T11:52:32.417+00:00

    It's definitely a service issue, as someone else has already posted:
    Azure Resource Manager (ARM) - Multiple regions - Investigating
    Starting at 08:45 UTC on 04 Jun 2020, some customers may experience issues with resource creation for services that depend on the Azure Resource Manager (ARM) platform. We are aware of this issue and are actively investigating. The next update will be provided in 60 minutes, or as events warrant.

    0 comments No comments

  3. Lloyd Smart 1 Reputation point
    2020-06-04T12:18:56.327+00:00

    Having the same issue. Can't create peerings between vnets. Seeing it on North EU and West EU.

    0 comments No comments

  4. Mohan Perera 1 Reputation point
    2020-06-04T12:24:39.657+00:00

    I was trying to create windows VM and not able to create and getting the error as
    {
    "error": {
    "code": "InvalidGatewayHost",
    "message": "Host name resolution failed for 'Microsoft.Network'; cannot fulfill the request."
    }
    }

    Tried in Central and East Australia, both the regions having issues.

    0 comments No comments