@@ -13,7 +13,7 @@ ms.devlang: na
13
13
ms.topic : reference
14
14
ms.tgt_pltfrm : na
15
15
ms.workload : na
16
- ms.date : 09/28 /2018
16
+ ms.date : 11/8 /2018
17
17
ms.author : tomfitz
18
18
19
19
---
@@ -115,7 +115,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
115
115
116
116
To deploy this example template with PowerShell, use:
117
117
118
- ``` powershell
118
+ ``` azurepowershell-interactive
119
119
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/array.json
120
120
```
121
121
@@ -203,7 +203,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
203
203
204
204
To deploy this example template with PowerShell, use:
205
205
206
- ``` powershell
206
+ ``` azurepowershell-interactive
207
207
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/coalesce.json
208
208
```
209
209
@@ -277,7 +277,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
277
277
278
278
To deploy this example template with PowerShell, use:
279
279
280
- ``` powershell
280
+ ``` azurepowershell-interactive
281
281
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/concat-array.json
282
282
```
283
283
@@ -317,7 +317,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
317
317
318
318
To deploy this example template with PowerShell, use:
319
319
320
- ``` powershell
320
+ ``` azurepowershell-interactive
321
321
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/concat-string.json
322
322
```
323
323
@@ -411,7 +411,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
411
411
412
412
To deploy this example template with PowerShell, use:
413
413
414
- ``` powershell
414
+ ``` azurepowershell-interactive
415
415
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/contains.json
416
416
```
417
417
@@ -491,7 +491,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
491
491
492
492
To deploy this example template with PowerShell, use:
493
493
494
- ``` powershell
494
+ ``` azurepowershell-interactive
495
495
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/createarray.json
496
496
```
497
497
@@ -570,7 +570,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
570
570
571
571
To deploy this example template with PowerShell, use:
572
572
573
- ``` powershell
573
+ ``` azurepowershell-interactive
574
574
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/empty.json
575
575
```
576
576
@@ -635,7 +635,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
635
635
636
636
To deploy this example template with PowerShell, use:
637
637
638
- ``` powershell
638
+ ``` azurepowershell-interactive
639
639
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/first.json
640
640
```
641
641
@@ -714,7 +714,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
714
714
715
715
To deploy this example template with PowerShell, use:
716
716
717
- ``` powershell
717
+ ``` azurepowershell-interactive
718
718
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/intersection.json
719
719
```
720
720
@@ -787,7 +787,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
787
787
788
788
To deploy this example template with PowerShell, use:
789
789
790
- ``` powershell
790
+ ``` azurepowershell-interactive
791
791
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/json.json
792
792
```
793
793
@@ -852,7 +852,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
852
852
853
853
To deploy this example template with PowerShell, use:
854
854
855
- ``` powershell
855
+ ``` azurepowershell-interactive
856
856
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/last.json
857
857
```
858
858
@@ -924,7 +924,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
924
924
925
925
To deploy this example template with PowerShell, use:
926
926
927
- ``` powershell
927
+ ``` azurepowershell-interactive
928
928
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/length.json
929
929
```
930
930
@@ -999,7 +999,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
999
999
1000
1000
To deploy this example template with PowerShell, use:
1001
1001
1002
- ``` powershell
1002
+ ``` azurepowershell-interactive
1003
1003
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/max.json
1004
1004
```
1005
1005
@@ -1063,7 +1063,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
1063
1063
1064
1064
To deploy this example template with PowerShell, use:
1065
1065
1066
- ``` powershell
1066
+ ``` azurepowershell-interactive
1067
1067
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/min.json
1068
1068
```
1069
1069
@@ -1127,7 +1127,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
1127
1127
1128
1128
To deploy this example template with PowerShell, use:
1129
1129
1130
- ``` powershell
1130
+ ``` azurepowershell-interactive
1131
1131
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/range.json
1132
1132
```
1133
1133
@@ -1208,7 +1208,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
1208
1208
1209
1209
To deploy this example template with PowerShell, use:
1210
1210
1211
- ``` powershell
1211
+ ``` azurepowershell-interactive
1212
1212
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/skip.json
1213
1213
```
1214
1214
@@ -1289,7 +1289,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
1289
1289
1290
1290
To deploy this example template with PowerShell, use:
1291
1291
1292
- ``` powershell
1292
+ ``` azurepowershell-interactive
1293
1293
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/take.json
1294
1294
```
1295
1295
@@ -1368,7 +1368,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
1368
1368
1369
1369
To deploy this example template with PowerShell, use:
1370
1370
1371
- ``` powershell
1371
+ ``` azurepowershell-interactive
1372
1372
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/union.json
1373
1373
```
1374
1374
0 commit comments