Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (13.1k points)

I want to deploy or configure my VMs using an Azure ARM template and DSC. For that I have a script of DSC in PowerShell. And, I have uploaded that zip file into azure blob storage. Now, when I go for using that zip file it is throwing this error:

New-AzResourceGroupDeployment : 10:12:09 AM - VM has reported a failure when processing extension 'dscExtension'. Error message: "The DSC Extension failed to execute: Errordownloading https://storageAccountName.blob.core.windows.net/containerName/test.zip after 2 attempts: <?xml version="1.0" encoding="utf-8"?><Error><Code>ResourceNotFound</Code><Message>The specified resource does not exist. 

Can anyone help me how to do that?

1 Answer

0 votes
by (26.7k points)
edited by

As per the error, you cannot have an access to download the zip file from Azure Blob storage. For that, go for using SAS token or you can also set your blob access level to Public level.

I hope this will help.

Want to become an azure expert? join azure architect certification now!!

Want to know more about Azure? Watch this video on Microsoft Azure Tutorial:

Browse Categories

...