Share via

Provisioning failed starting VM

Håkan 1 Reputation point
2021-10-13T08:28:02.74+00:00

When trying to start my Windows Virtual Machine it fails with the following message:

"Failed
vmhtkonsultab
Additional error information is available for this virtual machine:
GENERAL
Provisioning state Provisioning failed.
No version found in the artifact repository that satisfies the requested version '' for VM extension with publisher 'Microsoft.WindowsAzure.GuestAgent' and type 'CRPProd'..
ArtifactVersionNotFound
Provisioning state error code ProvisioningState/failed/ArtifactVersionNotFound
Guest agent Unknown
DISKS
vmhtkonsultab_OsDisk_1_ad8e106f863c486c8c94c95405301cd3 Provisioning succeeded."

Below is JSON for overview essentials:

{
"name": "vmhtkonsultab",
"id": "/subscriptions/8669018e-da5f-43f8-a399-881a31da90f5/resourceGroups/rg-vm/providers/Microsoft.Compute/virtualMachines/vmhtkonsultab",
"type": "Microsoft.Compute/virtualMachines",
"location": "westeurope",
"properties": {
"vmId": "21274a88-2369-4a93-9e6c-c5d14204e957",
"hardwareProfile": {
"vmSize": "Standard_D4_v3"
},
"storageProfile": {
"imageReference": {
"publisher": "microsoftvisualstudio",
"offer": "visualstudio2019latest",
"sku": "vs-2019-ent-latest-ws2019",
"version": "latest"
},
"osDisk": {
"osType": "Windows",
"name": "vmhtkonsultab_OsDisk_1_ad8e106f863c486c8c94c95405301cd3",
"createOption": "FromImage",
"caching": "ReadWrite",
"managedDisk": {
"id": "/subscriptions/8669018e-da5f-43f8-a399-881a31da90f5/resourceGroups/RG-VM/providers/Microsoft.Compute/disks/vmhtkonsultab_OsDisk_1_ad8e106f863c486c8c94c95405301cd3"
},
"diskSizeGB": 127
},
"dataDisks": []
},
"osProfile": {
"computerName": "vmhtkonsultab",
"adminUsername": "haktho",
"windowsConfiguration": {
"provisionVMAgent": true,
"enableAutomaticUpdates": true
},
"secrets": []
},
"networkProfile": {
"networkInterfaces": [
{
"id": "/subscriptions/8669018e-da5f-43f8-a399-881a31da90f5/resourceGroups/rg-vm/providers/Microsoft.Network/networkInterfaces/vmhtkonsultab613"
}
]
},
"diagnosticsProfile": {
"bootDiagnostics": {
"enabled": true,
"storageUri": "https://stvmhtkonsultab.blob.core.windows.net/"
}
},
"provisioningState": "Failed"
},
"resources": [
{
"name": "AzureNetworkWatcherExtension",
"id": "/subscriptions/8669018e-da5f-43f8-a399-881a31da90f5/resourceGroups/rg-vm/providers/Microsoft.Compute/virtualMachines/vmhtkonsultab/extensions/AzureNetworkWatcherExtension",
"type": "Microsoft.Compute/virtualMachines/extensions",
"location": "westeurope",
"properties": {
"autoUpgradeMinorVersion": true,
"provisioningState": "Updating",
"publisher": "Microsoft.Azure.NetworkWatcher",
"type": "NetworkWatcherAgentWindows",
"typeHandlerVersion": "1.4",
"settings": {}
}
}
]
}

Any help would be deeply appreciated.

// Håkan

Azure Virtual Machines
Azure Virtual Machines

An Azure service that is used to provision Windows and Linux virtual machines.


3 answers

Sort by: Most helpful
  1. Alan Kinane 17,361 Reputation points MVP Volunteer Moderator
    2021-10-13T09:04:25.567+00:00

    This is a current known issue affecting multiple Azure regions, please follow this page for status updates: https://status.azure.com/en-gb/status

    1 person found this answer helpful.
    0 comments No comments

  2. prmanhas-MSFT 17,976 Reputation points Microsoft Employee Moderator
    2021-10-13T11:42:03.383+00:00

    As per the latest updates from various customers VMs have started running in West US 2,West Europe and East US. You can check at your end if it has started working for you or not.

    0 comments No comments

  3. Håkan 1 Reputation point
    2021-10-13T09:13:06.593+00:00

    Thank you, @Alan Kinane

    Hoping this will resolve soon...

    // Håkan

    0 comments No comments

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.