mirror of
https://github.com/MicrosoftLearning/AZ-104-MicrosoftAzureAdministrator.git
synced 2026-02-09 02:17:04 +00:00
Merge pull request #530 from MOC-Labs-Review/MOC-Labs-Review-patch-15
Update LAB_06-Implement_Network_Traffic_Management.md
This commit is contained in:
commit
4bf6fb07b2
@ -56,10 +56,12 @@ In this task, you will deploy four virtual machines into the same Azure region.
|
|||||||
```powershell
|
```powershell
|
||||||
$location = '[Azure_region]'
|
$location = '[Azure_region]'
|
||||||
```
|
```
|
||||||
|
|
||||||
Now the resource group name:
|
Now the resource group name:
|
||||||
```powershell
|
```powershell
|
||||||
$rgName = 'az104-06-rg1'
|
$rgName = 'az104-06-rg1'
|
||||||
```
|
```
|
||||||
|
|
||||||
And finally create the resource group in your desired location:
|
And finally create the resource group in your desired location:
|
||||||
```powershell
|
```powershell
|
||||||
New-AzResourceGroup -Name $rgName -Location $location
|
New-AzResourceGroup -Name $rgName -Location $location
|
||||||
@ -384,7 +386,7 @@ In this task, you will configure and test routing between the two spoke virtual
|
|||||||
| Protocol | **TCP** |
|
| Protocol | **TCP** |
|
||||||
| Destination Port | **3389** |
|
| Destination Port | **3389** |
|
||||||
|
|
||||||
1. Click **Check** and wait until results of the connectivity check are returned. Verify that the status is **Reachable**. Review the network path and note that the traffic was routed via **10.60.0.4**, assigned to the **az104-06-nic0** network adapter. If status is **Unreachable**, you should restart az104-06-vm0.
|
1. Click **Check** and wait until results of the connectivity check are returned. Verify that the status is **Reachable**. Review the network path and note that the traffic was routed via **10.60.0.4**, assigned to the **az104-06-nic0** network adapter. If status is **Unreachable**, you should stop and then start az104-06-vm0.
|
||||||
|
|
||||||
> **Note**: This is expected, since the traffic between spoke virtual networks is now routed via the virtual machine located in the hub virtual network, which functions as a router.
|
> **Note**: This is expected, since the traffic between spoke virtual networks is now routed via the virtual machine located in the hub virtual network, which functions as a router.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user