An Azure service that is used to provision Windows and Linux virtual machines.
This is a current known issue affecting multiple Azure regions, please follow this page for status updates: https://status.azure.com/en-gb/status
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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
An Azure service that is used to provision Windows and Linux virtual machines.
This is a current known issue affecting multiple Azure regions, please follow this page for status updates: https://status.azure.com/en-gb/status
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.