question

VaibhavSaxena-5055 avatar image
0 Votes"
VaibhavSaxena-5055 asked AshokPeddakotla-MSFT answered

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

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 "
}
}

azure-blockchain-service
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

AshokPeddakotla-MSFT avatar image
0 Votes"
AshokPeddakotla-MSFT answered

@VaibhavSaxena-5055 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://docs.microsoft.com/en-us/troubleshoot/azure/virtual-machine-scale-sets/vm-extension-provisioning-errors

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.