Understanding ARM templates – Scripted Deployments and DevOps Automation-1
Just as other tools are simply wrappers for the Azure REST APIs, everything that is built in Azure is defined as an ARM template. Whether you create a service through the Azure portal, PowerShell, REST APIs, or the CLI, ultimately that service is described within an ARM template. An ARM template is a JSON-based text …
Understanding ARM templates – Scripted Deployments and DevOps Automation-1Read More