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?