Skip to content

Commit 926c1bc

Browse files
author
Suzi Zuber
committed
acrolinx updates
1 parent 1c665bf commit 926c1bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
This unit focuses on practical implementation of enabling network controls using Azure Firewall. You'll then test if those controls are working or not from a VM in Azure VMware Solution workload segment.
1+
This unit focuses on practical implementation of enabling network controls using Azure Firewall. Then test to see if those controls are working or not from a virtual machine (VM) in Azure VMware Solution workload segment.
22

33
## Capture Azure VMware Solution workload segment address space
44

5-
Use command below to get the workload segment address space from Azure VMware Solution private cloud:
5+
Use the following command to get the workload segment address space from Azure VMware Solution private cloud:
66

77
```azurecli
88
99
az vmware workload-network segment show --resource-group <resource-group-name> --private-cloud <avs-private-cloud-name>
1010
```
1111

1212
## Configure Azure Firewall Rule for Azure VMware Solution workload network segment
13-
Use command below to configure Firewall rule for workload segment:
13+
Use the following command to configure Firewall rule for workload segment:
1414

1515
```azurecli
1616
az network firewall network-rule create --collection-name <firewall-rule-collection-name> --destination-addresses <*-or-selective-addresses-to-be-opened> --destination-ports <*-or-selective-ports-to-be-opened> --firewall-name <name-of-firewall> --name <firewall-rule-name> --protocols <*-or-selective-protocols-to-be-opened> --resource-group <resource-group-name> --priority <your-priority-preference> --source-addresses <azure-vmware-solution-workload-network-segment-address-space> --action Allow
1717
```
1818

1919
## Test outbound internet connectivity from a VM in Azure VMware Solution workload network segment
2020

21-
1. Log on to the VM in Azure VMware Solution workload network segment.
21+
1. Sign in the VM in Azure VMware Solution workload network segment.
2222
1. Navigate to any public URL from the VM. Any public URL should be accessible from browser.

0 commit comments

Comments
 (0)