We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f5778 commit ca7a942Copy full SHA for ca7a942
src/Network/Network/help/New-AzNetworkSecurityGroup.md
@@ -45,9 +45,9 @@ $nsg = New-AzNetworkSecurityGroup -ResourceGroupName TestRG -Location westus -Na
45
"NSG-FrontEnd" -SecurityRules $rule1,$rule2
46
```
47
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.
+Step:1 Create a security rule allowing access from the Internet to port 3389.<br>
+Step:2 Create a security rule allowing access from the Internet to port 80.<br>
+Step:3 Add the rules created above to a new NSG named NSG-FrontEnd.<br>
51
52
## PARAMETERS
53
0 commit comments