Skip to content

Commit 52bc890

Browse files
committed
Update tutorial-install-apps-cli.md
1 parent 5502424 commit 52bc890

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ In your current shell, create a file named *customConfig.json* and paste the fol
4444
}
4545
```
4646

47-
> [!NOTE]
48-
> You may need to invert the use of the single (') and double quotes (") within the JSON block if you decide to reference the JSON directly (instead of referencing the *customConfig.json* file) in the *--settings* parameter below.
49-
5047
## Create a scale set
5148

5249
> [!IMPORTANT]
@@ -92,7 +89,7 @@ Each VM instance in the scale set downloads and runs the script from GitHub. In
9289
> File names are case sensitive. Use the exact file name stated in these instructions to avoid failure.
9390
9491
## Allow traffic to port 80
95-
To allow traffic to flow through the load balancer to the virtual machines the default network security group needs to be updated.
92+
To allow traffic to the application, add a network security group rule.
9693

9794
```azurecli-interactive
9895
az network nsg rule create --name AllowHTTP --resource-group myResourceGroup --nsg-name myScaleSetNSG --access Allow --priority 1010 --destination-port-ranges 80

0 commit comments

Comments
 (0)