Part 37 – What are Azure ARM Templates?

ARM templates uses JSON declaratives to spin up resources in the Azure cloud so its effecitvely an Infrasrcuture as a code similar to AWS Lambda.

In Azure Market place, search for template deployment

Select build your down deployment

A sample script is created

Choose the resource group to deploy it to and Click on Create

Our storage account is created via ARM template

Powershell method to deploy resources

New-AzResourceGroupDeployment -ResourceGroupName prod -TemplateFile 3-publicip.json
(Visited 20 times, 1 visits today)

By Ash Thomas

Ash Thomas is a seasoned IT professional with extensive experience as a technical expert, complemented by a keen interest in blockchain technology.