Skip to content

Commit 15e15bc

Browse files
authored
Merge pull request #57562 from HemantMahawar/FixTryIt-rgtfa
Adding 'Try-It' to PowerShell examples
2 parents c82c55e + 4c927bb commit 15e15bc

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

articles/azure-resource-manager/resource-group-template-functions-array.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.devlang: na
1313
ms.topic: reference
1414
ms.tgt_pltfrm: na
1515
ms.workload: na
16-
ms.date: 09/28/2018
16+
ms.date: 11/8/2018
1717
ms.author: tomfitz
1818

1919
---
@@ -115,7 +115,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
115115

116116
To deploy this example template with PowerShell, use:
117117

118-
```powershell
118+
```azurepowershell-interactive
119119
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/array.json
120120
```
121121

@@ -203,7 +203,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
203203

204204
To deploy this example template with PowerShell, use:
205205

206-
```powershell
206+
```azurepowershell-interactive
207207
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/coalesce.json
208208
```
209209

@@ -277,7 +277,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
277277

278278
To deploy this example template with PowerShell, use:
279279

280-
```powershell
280+
```azurepowershell-interactive
281281
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/concat-array.json
282282
```
283283

@@ -317,7 +317,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
317317

318318
To deploy this example template with PowerShell, use:
319319

320-
```powershell
320+
```azurepowershell-interactive
321321
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/concat-string.json
322322
```
323323

@@ -411,7 +411,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
411411

412412
To deploy this example template with PowerShell, use:
413413

414-
```powershell
414+
```azurepowershell-interactive
415415
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/contains.json
416416
```
417417

@@ -491,7 +491,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
491491

492492
To deploy this example template with PowerShell, use:
493493

494-
```powershell
494+
```azurepowershell-interactive
495495
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/createarray.json
496496
```
497497

@@ -570,7 +570,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
570570

571571
To deploy this example template with PowerShell, use:
572572

573-
```powershell
573+
```azurepowershell-interactive
574574
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/empty.json
575575
```
576576

@@ -635,7 +635,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
635635

636636
To deploy this example template with PowerShell, use:
637637

638-
```powershell
638+
```azurepowershell-interactive
639639
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/first.json
640640
```
641641

@@ -714,7 +714,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
714714

715715
To deploy this example template with PowerShell, use:
716716

717-
```powershell
717+
```azurepowershell-interactive
718718
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/intersection.json
719719
```
720720

@@ -787,7 +787,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
787787

788788
To deploy this example template with PowerShell, use:
789789

790-
```powershell
790+
```azurepowershell-interactive
791791
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/json.json
792792
```
793793

@@ -852,7 +852,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
852852

853853
To deploy this example template with PowerShell, use:
854854

855-
```powershell
855+
```azurepowershell-interactive
856856
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/last.json
857857
```
858858

@@ -924,7 +924,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
924924

925925
To deploy this example template with PowerShell, use:
926926

927-
```powershell
927+
```azurepowershell-interactive
928928
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/length.json
929929
```
930930

@@ -999,7 +999,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
999999

10001000
To deploy this example template with PowerShell, use:
10011001

1002-
```powershell
1002+
```azurepowershell-interactive
10031003
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/max.json
10041004
```
10051005

@@ -1063,7 +1063,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
10631063

10641064
To deploy this example template with PowerShell, use:
10651065

1066-
```powershell
1066+
```azurepowershell-interactive
10671067
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/min.json
10681068
```
10691069

@@ -1127,7 +1127,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
11271127

11281128
To deploy this example template with PowerShell, use:
11291129

1130-
```powershell
1130+
```azurepowershell-interactive
11311131
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/range.json
11321132
```
11331133

@@ -1208,7 +1208,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
12081208

12091209
To deploy this example template with PowerShell, use:
12101210

1211-
```powershell
1211+
```azurepowershell-interactive
12121212
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/skip.json
12131213
```
12141214

@@ -1289,7 +1289,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
12891289

12901290
To deploy this example template with PowerShell, use:
12911291

1292-
```powershell
1292+
```azurepowershell-interactive
12931293
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/take.json
12941294
```
12951295

@@ -1368,7 +1368,7 @@ az group deployment create -g functionexamplegroup --template-uri https://raw.gi
13681368

13691369
To deploy this example template with PowerShell, use:
13701370

1371-
```powershell
1371+
```azurepowershell-interactive
13721372
New-AzureRmResourceGroupDeployment -ResourceGroupName functionexamplegroup -TemplateUri https://raw.githubusercontent.com/Azure/azure-docs-json-samples/master/azure-resource-manager/functions/union.json
13731373
```
13741374

0 commit comments

Comments
 (0)