Quorum Dev Quickstart | virtualMachines/extensions failing while doing Custom deployment

Vaibhav Saxena 1 Reputation point
2022-02-02T17:33:44.103+00:00

I am trying to provision Marketplace service 'Quorum Dev Quickstart' using 'Custom deployment'
in ARM Template i have provided:
"_artifactsLocation": {
"defaultValue": "https://XYZ .blob.core.windows.net/",
and
_artifactsLocationSasToken": {
"defaultValue": "<SAS TOKEN>",

Microsoft.Compute/virtualMachines/extensions got failed with error:
{
"status": "Failed",
"error": {
"code": "VMExtensionProvisioningError",
"message": "VM has reported a failure when processing extension 'newuserscript'. Error message: \"Enable failed: processing file downloads failed: failed to download file[0]: failed to download file: unexpected status code: actual=403 expected=200\"\r\n\r\nMore information on troubleshooting is available at https://aka.ms/VMExtensionCSELinuxTroubleshoot "
}
}

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,281 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 27,976 Reputation points
    2022-02-04T05:44:12.97+00:00

    @Vaibhav Saxena Welcome to Microsoft Q&A forum!

    There could be multiple reasons for this failure. I would suggest you, please check the troubleshooting steps as suggested : https://aka.ms/VMExtensionCSELinuxTroubleshoot Also, please report the

    Also, see https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machine-scale-sets/vm-extension-provisioning-errors

    0 comments No comments