The virtual machine is in a failed state and I can't start it

Vanessa Simoes 5 Reputation points
2024-06-28T21:33:29.02+00:00

Dear all,

I can't start my VM and this is the following error message:

The VM extension with publisher 'Microsoft.HpcCompute' and type 'NvidiaGpuDriverWindows' could not be found.

Error code: ArtifactNotFound

Provisioning state: Failed

Provisioning state error code: ProvisioningState/failed/ArtifactNotFound

Guest agent status: Unknown

Machine details:

Operating system: Windows

Size: Standard NC6s v3 (6 vcpus, 112 GiB memory)

Status: Failed

Location: South Central US (Zone 1)

How can I proceed?

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

1 answer

Sort by: Most helpful
  1. WarmothMichelle-0756 0 Reputation points
    2024-06-28T23:10:32.56+00:00

    CLI

    az vm extension set --resource-group myResourceGroup --vm-name myVMName --name NvidiaGpuDriverWindows --publisher Microsoft.HpcCompute --version 1.3

    0 comments No comments