Update LAB_05-Implement_Intersite_Connectivity.md

This commit is contained in:
staleycyn 2024-04-27 06:13:22 -07:00 committed by GitHub
parent 04634265f0
commit 02a79815b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ In this task, you create a core services virtual network with a virtual machine.
| Setting | Value |
| --- | --- |
| Name | `CoreServicesVNet` (Create new) |
| Name | `CoreServicesVnet` (Create new) |
| Address range | `10.0.0.0/16` |
| Subnet Name | `Core` |
| Subnet address range | `10.0.0.0/24` |
@ -122,7 +122,7 @@ In this task, you create a manufacturing services virtual network with a virtual
| Setting | Value |
| --- | --- |
| Name | `ManufacturingVNet` |
| Name | `ManufacturingVnet` |
| Address range | `172.16.0.0/16` |
| Subnet Name | `Manufacturing` |
| Subnet address range | `172.16.0.0/24` |
@ -177,20 +177,20 @@ In this task, you create a virtual network peering to enable communications betw
| --------------------------------------------- | ------------------------------------- |
| **This virtual network** | |
| Peering link name | `CoreServicesVnet-to-ManufacturingVnet` |
| Allow CoreServicesVNet to access the peered virtual network | selected (default) |
| Allow CoreServicesVNet to receive forwarded traffic from the peered virtual network | selected |
| Allow gateway in CoreServicesVNet to forward traffic to the peered virtual network | Not selected (default) |
| Enable CoreServicesVNet to use the peered virtual networks' remote gateway | Not selected (default) |
| Allow CoreServicesVnet to access the peered virtual network | selected (default) |
| Allow CoreServicesVnet to receive forwarded traffic from the peered virtual network | selected |
| Allow gateway in CoreServicesVnet to forward traffic to the peered virtual network | Not selected (default) |
| Enable CoreServicesVnt to use the peered virtual networks' remote gateway | Not selected (default) |
| **Remote virtual network** | |
| Peering link name | `ManufacturingVnet-to-CoreServicesVnet` |
| Virtual network deployment model | **Resource manager** |
| I know my resource ID | Not selected |
| Subscription | *your subscription* |
| Virtual network | **ManufacturingVnet** |
| Allow ManufacturingVNet to access CoreServicesVNet | selected (default) |
| Allow ManufacturingVNet to receive forwarded traffic from CoreServicesVNet | selected |
| Allow gateway in CoreServicesVNet to forward traffic to the peered virtual network | Not selected (default) |
| Enable ManufacturingVNet to use CoreServicesVNet's remote gateway | Not selected (default) |
| Allow ManufacturingVnet to access CoreServicesVnet | selected (default) |
| Allow ManufacturingVnet to receive forwarded traffic from CoreServicesVnet | selected |
| Allow gateway in CoreServicesVnet to forward traffic to the peered virtual network | Not selected (default) |
| Enable ManufacturingVnet to use CoreServicesVnet's remote gateway | Not selected (default) |
1. Review your settings and select **Add**.