Project : Implement Azure IaaS
Overview
Resources Created
1. Headquarters : East US
a. Virtual Network : vnet_oss_hq
Address space - 10.1.0.0/28
b. Subnet : subnet_oss_hq
Subnet address range : 10.1.0.0/29
c. Virtual Machine : vm-db
Private IP address : 10.1.0.4
2. Branch Office : West US
a. Virtual Network : vnet_oss_hq
Address space – 10.2.0.0/28
b. Subnet : subnet_oss_br
Subnet address range : 10.2.0.0/29
c. Virtual Machine : vm-app
Private IP address : 10.2.0.4
3. Global VNet Peering :
a. Peer link : hq_to_br
From vnet_oss_hq to hq_to_br
b. Peer link : br_to_hq
From vnet_oss_hq to hq_to_br
Testing :
Tested VM vm-db is reachable via ping from vm-app and vice versa.
Attached screen shot in screenshot section of submission
Attached ARM template of deployment in code section of submission, this template can be
deployed and tested.