Skip to content

Commit 1daeed6

Browse files
committed
Update NSG screen shot and clarify NSG rules
1 parent bcc1ad8 commit 1daeed6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

articles/virtual-machines/workloads/sap/high-availability-guide-standard-load-balancer-outbound-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ The configuration would look like:
103103
az network lb outbound-rule create --address-pool MyBackendPoolOfPublicILB --frontend-ip-configs MyPublicILBFrondEndIP --idle-timeout 30 --lb-name MyPublicILB --name MyOutBoundRules --outbound-ports 10000 --enable-tcp-reset true --protocol All --resource-group MyResourceGroup
104104
```
105105

106-
4. Create Network Security group rules to restrict access to specific Public End Points. If there is existing Network Security Group, you can adjust it. The example below shows how to for allow access only to the Azure management API:
106+
4. Create Network Security group rules to restrict access to specific Public End Points. If there is existing Network Security Group, you can adjust it. The example below shows how to enable access to the Azure management API:
107107
1. Navigate to the Network Security Group
108108
1. Click Outbound Security Rules
109109
1. Add a rule to **Deny** all outbound Access to **Internet**.

0 commit comments

Comments
 (0)