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