question

MatthewWarren-6339 avatar image
0 Votes"
MatthewWarren-6339 asked MatthewWarren-6339 commented

Grafana VM will not deploy correctly

I'm trying to deploy a VM with the Grafana image, but it fails on the "grafana/installGrafana" step with the following error:

 {
     "status": "Failed",
     "error": {
         "code": "VMExtensionProvisioningError",
         "message": "VM has reported a failure when processing extension 'installGrafana'. Error message: \"Enable failed: failed to execute command: command terminated with exit status=127\n[stdout]\n\n[stderr]\n/bin/sh: 1: !J: not found\n\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionCSELinuxTroubleshoot "
     }
 }

I've tried three times, but the same thing keeps happening. Any ideas?


azure-virtual-machinesazure-virtual-machines-extension
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

karishmatiwari-msft avatar image
0 Votes"
karishmatiwari-msft answered MatthewWarren-6339 commented

One of the reasons that the deployment for virtual machine initiated failed could be due to the virtual CPU quota being exceeded for the requested resource.

Please follow the steps in this document to check your subscription limits and quotas: https://docs.microsoft.com/en-us/azure/networking/check-usage-against-limits#azure-portal5

In case this is the reason, you would need to request quota increase to resolve this issue. The steps are described here.
Also, please note that the quota increment depends on the volume of demand in the region.

If you have further questions or concerns, please do not hesitate to contact me and I will be glad to assist.


· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Unfortunately, that's not it - we're only at 7/10 vCPUs.

0 Votes 0 ·