Skip to content

Commit ca7a942

Browse files
author
AAron
authored
Update New-AzNetworkSecurityGroup.md (#15512)
line breaks in the STEP 1 2 3 section for formatting
1 parent 11f5778 commit ca7a942

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Network/Network/help/New-AzNetworkSecurityGroup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ $nsg = New-AzNetworkSecurityGroup -ResourceGroupName TestRG -Location westus -Na
4545
"NSG-FrontEnd" -SecurityRules $rule1,$rule2
4646
```
4747

48-
Step:1 Create a security rule allowing access from the Internet to port 3389.
49-
Step:2 Create a security rule allowing access from the Internet to port 80.
50-
Step:3 Add the rules created above to a new NSG named NSG-FrontEnd.
48+
Step:1 Create a security rule allowing access from the Internet to port 3389.<br>
49+
Step:2 Create a security rule allowing access from the Internet to port 80.<br>
50+
Step:3 Add the rules created above to a new NSG named NSG-FrontEnd.<br>
5151

5252
## PARAMETERS
5353

0 commit comments

Comments
 (0)