Skip to content

Commit 71cc74f

Browse files
committed
Update tutorial-install-apps-powershell.md
1 parent 908d178 commit 71cc74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machine-scale-sets/tutorial-install-apps-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To see the Custom Script Extension in action, create a scale set that installs t
3434

3535
Create a resource group with [New-AzResourceGroup](/powershell/module/az.compute/new-azresourcegroup). The following example creates a resource group named *myResourceGroup* in the *East US* location:
3636

37-
```azurecli-interactive
37+
```azurepowershell-interactive
3838
New-AzResourceGroup -Name myResourceGroup -Location "East US"
3939
```
4040

@@ -46,7 +46,7 @@ New-AzVmss `
4646
-VMScaleSetName "myScaleSet" `
4747
-OrchestrationMode "Flexible" `
4848
-Location "EastUS" `
49-
-UpgradePolicyMode "Automatic" `
49+
-UpgradePolicyMode "Manual" `
5050
-VirtualNetworkName "myVnet" `
5151
-SubnetName "mySubnet" `
5252
-PublicIpAddressName "myPublicIPAddress" `

0 commit comments

Comments
 (0)