Download presentation
Presentation is loading. Please wait.
Published byAlfred Andrews Modified over 9 years ago
2
James Bannan Freddy vs JSON: Azure Resource Manager CLD44 3
3
Core ARM Template Structure
4
Template Resource
5
ARM Schema Definitions (Git)
6
Parameters
7
Parameters File
8
Variables
9
ARM Deployment – Azure PowerShell
10
@additionalParameters
11
ARM Deployment – Azure CLI azure group create “demoRG" "West US" -f azuredeploy.json -d “demoDeploy" -e azuredeploy.parameters.json
14
Multiple resources "parameters": { "count": { "type": "int", "defaultValue": 3 } }, "resources": [ { "name": "[concat('examplecopy-', copyIndex())]", "type": "Microsoft.Web/sites", "location": "East US", "apiVersion": "2015-08-01", "copy": { "name": "websitescopy", "count": "[parameters('count')]“ }, } ]
22
Continue your Ignite learning path Visit Microsoft Virtual Academy for free online training visit https://www.microsoftvirtualacademy.com Visit Channel 9 to access a wide range of Microsoft training and event recordings https://channel9.msdn.com/ Head to the TechNet Eval Centre to download trials of the latest Microsoft products http://Microsoft.com/en-us/evalcenter/
23
@jamesbannan Freddy vs JSON: Azure Resource Manager CLD44 3
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.