Skip to content

Commit aa0d92e

Browse files
committed
fixes
1 parent cfd60b1 commit aa0d92e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-network/tutorial-filter-network-traffic-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ az network nsg create \
6666

6767
### Create security rules
6868

69-
Create a security rule with [az network nsg rule create](/cli/azure/network/nsg/rule). The following example creates a rule that allows traffic inbound from the internet to the *myWebServers* application security group over ports 80 and 443:
69+
Create a security rule with [az network nsg rule create](/cli/azure/network/nsg/rule). The following example creates a rule that allows traffic inbound from the internet to the *asg-web-servers* application security group over ports 80 and 443:
7070

7171
```azurecli-interactive
7272
az network nsg rule create \
@@ -83,7 +83,7 @@ az network nsg rule create \
8383
--destination-port-range 80 443
8484
```
8585

86-
The following example creates a rule that allows traffic inbound from the Internet to the *myMgmtServers* application security group over port 22:
86+
The following example creates a rule that allows traffic inbound from the Internet to the *asg-mgmt-servers* application security group over port 22:
8787

8888
```azurecli-interactive
8989
az network nsg rule create \

0 commit comments

Comments
 (0)