The Microsoft Cloud Blog

Expert insights on Microsoft Azure, Cloud Architecture, and Enterprise Technology

Automation

5 articles

Error: New-AzResourceGroupDeployment: Cannot retrieve the dynamic parameters for the cmdlet. Cannot find path ‘.json’ because it does not exist.

I received the above error today whilst working on a new Bicep template which caused me a bit of confusion as it seemed to be indicating that a file was missing. What I figured out in the end is that it was really saying that I had messed up something in my Bicep template file… Continue Reading →

Read article

Bicep, a declarative language which provides an alternative to JSON for deploying ARM templates.

For anyone like me who has never been particularly comfortable working with JSON when deploying resources to Azure. There is a new language called Bicep which provides a more declarative approach to working with ARM templates. According to Microsoft Bicep offers the following benefits: Support for all resource types and API versions: Bicep immediately supports… Continue Reading →

Read article