Presentation is loading. Please wait.

Presentation is loading. Please wait.

James Bannan Freddy vs JSON: Azure Resource Manager CLD44 3.

Similar presentations


Presentation on theme: "James Bannan Freddy vs JSON: Azure Resource Manager CLD44 3."— Presentation transcript:

1

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

12

13

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')]“ }, } ]

15

16

17

18

19

20

21

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

24


Download ppt "James Bannan Freddy vs JSON: Azure Resource Manager CLD44 3."

Similar presentations


Ads by Google