Adventures with Azure ARM Templates: Deployment Fails See inner errors for details

In my effort to get better with Azure ARM Templates I encountered the following error in one of my deployments:

To get a more verbose version of the error you can execute the following cmdlet:

Make sure to include -Verbose otherwise you won’t get the details you need to troubleshoot the error.

Navigate to the Properties section of the output and you’ll find find a much more helpful error message:

I had a dash in my storage account name, which is a big no-no.

Thanks to Thomas Thortnon and his post AzureRM Deployment Fails: See inner errors for details for pointing me in the right direction.

Hopefully this saves you some time troubleshooting!


Discover more from Matt Ruma

Subscribe to get the latest posts to your email.

Leave a Reply

Your email address will not be published. Required fields are marked *