{"id":800,"date":"2022-02-01T15:37:57","date_gmt":"2022-02-01T15:37:57","guid":{"rendered":"http:\/\/192.168.8.123\/?p=800"},"modified":"2022-02-11T11:08:53","modified_gmt":"2022-02-11T11:08:53","slug":"connecting-two-azure-virtual-networks-using-global-virtual-network-peering","status":"publish","type":"post","link":"https:\/\/exceedthecloud.com\/?p=800","title":{"rendered":"Connecting two Azure Virtual Networks using global virtual network peering"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><strong>Lab scenario<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this unit, you will:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Task 1: Create a Virtual Machine to test the configuration<\/li><li>Task 2: Connect to the Test VMs using RDP<\/li><li>Task 3: Test the connection between the VMs<\/li><li>Task 4: Create VNet peerings between CoreServicesVnet and ManufacturingVnet<\/li><li>Task 5: Test the connection between the VMs<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Prerequisites for this labs :&nbsp;<a href=\"https:\/\/azure.microsoft.com\/en-us\/free\/\" target=\"_blank\" rel=\"noreferrer noopener\">Azure Account<\/a>&nbsp;<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 1: Create a Virtual Machine to test the configuration<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this section, you will create a test VM on the Manufacturing VNet to test if you can access resources inside another Azure virtual network from your ManufacturingVnet.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Create ManufacturingVM<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the Azure home page, using the global search type <strong>Virtual Machines<\/strong> and select virtual machines under services.<\/li><li>In Virtual Machines, select <strong>+ Create; + Virtual machine<\/strong>.<\/li><li>Use the information in the following table to create your VM.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Tab<\/strong><\/td><td><strong>Option<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>Basics<\/td><td>Resource group<\/td><td>ExceedlabsResourceGroup<\/td><\/tr><tr><td>&nbsp;<\/td><td>Virtual machine name<\/td><td>ManufacturingVM<\/td><\/tr><tr><td>&nbsp;<\/td><td>Region<\/td><td>West Europe<\/td><\/tr><tr><td>&nbsp;<\/td><td>Availability options<\/td><td>No infrastructure redundancy required<\/td><\/tr><tr><td>&nbsp;<\/td><td>Image<\/td><td>Windows Server 2022 Datacenter- Gen1<\/td><\/tr><tr><td>&nbsp;<\/td><td>Azure Spot instance<\/td><td>Not selected<\/td><\/tr><tr><td>&nbsp;<\/td><td>Size<\/td><td>Standard_D2s_v3 &#8211; 2vcpus, 8GiB memory<\/td><\/tr><tr><td>&nbsp;<\/td><td>Username<\/td><td>TestUser<\/td><\/tr><tr><td>&nbsp;<\/td><td>Password<\/td><td>TestPa$$w0rd!<\/td><\/tr><tr><td>&nbsp;<\/td><td>Public inbound ports<\/td><td>Allow selected ports<\/td><\/tr><tr><td>&nbsp;<\/td><td>Select inbound ports<\/td><td>RDP (3389)<\/td><\/tr><tr><td>Disks<\/td><td>No changes required<\/td><td>&nbsp;<\/td><\/tr><tr><td>Networking<\/td><td>Virtual network<\/td><td>ManufacturingVnet<\/td><\/tr><tr><td>&nbsp;<\/td><td>Subnet<\/td><td>ManufacturingSystemSubnet (10.30.10.0\/24)<\/td><\/tr><tr><td>&nbsp;<\/td><td>Public IP<\/td><td>(new) ManufacturingVM-ip<\/td><\/tr><tr><td>&nbsp;<\/td><td>NIC network security group<\/td><td>Basic<\/td><\/tr><tr><td>&nbsp;<\/td><td>Public inbound ports<\/td><td>Allow selected ports<\/td><\/tr><tr><td>&nbsp;<\/td><td>Select inbound ports<\/td><td>RDP (3389)<\/td><\/tr><tr><td>&nbsp;<\/td><td>Load balancing<\/td><td>Not selected<\/td><\/tr><tr><td>Management<\/td><td>No changes required<\/td><td>&nbsp;<\/td><\/tr><tr><td>Advanced<\/td><td>No changes required<\/td><td>&nbsp;<\/td><\/tr><tr><td>Tags<\/td><td>No changes required<\/td><td>&nbsp;<\/td><\/tr><tr><td>Review + create<\/td><td>Review your settings and select Create<\/td><td>&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture1-3.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture1-3.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>When the deployment is complete, select <strong>Go to resource<\/strong>.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 2: Connect to the Test VMs using RDP<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the Azure Portal home page, select <strong>Virtual Machines<\/strong>.<\/li><li>Select <strong>ManufacturingVM<\/strong>.<\/li><li>In ManufacturingVM, select <strong>Connect &gt; RDP<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>In ManufacturingVM<\/td><td>Connect, select <strong>Download RDP file<\/strong>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"5\"><li>Save the RDP file to your desktop.<\/li><li>Connect to ManufacturingVM using the RDP file, and the username <strong>TestUser<\/strong> and the password <strong>TestPa$$w0rd!<\/strong>.<\/li><li>On the Azure Portal home page, select <strong>Virtual Machines<\/strong>.<\/li><li>Select <strong>TestVM1<\/strong>.<\/li><li>In TestVM1, select <strong>Connect &gt; RDP<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>In TestVM1<\/td><td>Connect, select <strong>Download RDP file<\/strong>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"11\"><li>Save the RDP file to your desktop.<\/li><li>Connect to TestVM1 using the RDP file, and the username <strong>TestUser<\/strong> and the password <strong>TestPa$$w0rd!<\/strong>.<\/li><li>On both VMs, in <strong>Choose privacy settings for your device<\/strong>, select <strong>Accept<\/strong>.<\/li><li>On both VMs, in <strong>Networks<\/strong>, select <strong>Yes<\/strong>.<\/li><li>On TestVM1, open a PowerShell prompt, and run the following command: ipconfig<\/li><li>Note the IPv4 address.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 3: Test the connection between the VMs<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the ManufacturingVM, open a PowerShell prompt.<\/li><li>Use the following command to verify that there is no connection to TestVM1 on CoreServicesVnet. Be sure to use the IPv4 address for TestVM1.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Test-NetConnection 10.20.20.4 -port 3389<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\" start=\"3\"><li>The test connection should fail, and you will see a result similar to the following:<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture2-3.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture2-3.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 4: Create VNet peerings between CoreServicesVnet and ManufacturingVnet<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the Azure home page, select <strong>Virtual Networks<\/strong>, and then select <strong>CoreServicesVnet<\/strong>.<\/li><li>In CoreServicesVnet, under <strong>Settings<\/strong>, select <strong>Peerings<\/strong>.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture3-3.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture3-3.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>On CoreServicesVnet<\/td><td>Peerings, select <strong>+ Add<\/strong>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>Use the information in the following table to create the peering.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><td><strong>Section<\/strong><\/td><td><strong>Option<\/strong><\/td><td><strong>Value<\/strong><\/td><\/tr><\/thead><tbody><tr><td>This virtual network<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>&nbsp;<\/td><td>Peering link name<\/td><td>CoreServicesVnet-to-ManufacturingVnet<\/td><\/tr><tr><td>&nbsp;<\/td><td>Traffic to remote virtual network<\/td><td>Allow (default)<\/td><\/tr><tr><td>&nbsp;<\/td><td>Traffic forwarded from remote virtual network<\/td><td>Allow (default)<\/td><\/tr><tr><td>&nbsp;<\/td><td>Virtual network gateway or Route Server<\/td><td>None (default)<\/td><\/tr><tr><td>Remote virtual network<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><tr><td>&nbsp;<\/td><td>Peering link name<\/td><td>ManufacturingVnet-to-CoreServicesVnet<\/td><\/tr><tr><td>&nbsp;<\/td><td>Virtual network deployment model<\/td><td>Resource manager<\/td><\/tr><tr><td>&nbsp;<\/td><td>I know my resource ID<\/td><td>Not selected<\/td><\/tr><tr><td>&nbsp;<\/td><td>Subscription<\/td><td>Your Subscription-xxxxxxxx<\/td><\/tr><tr><td>&nbsp;<\/td><td>Virtual network<\/td><td>ManufacturingVnet<\/td><\/tr><tr><td>&nbsp;<\/td><td>Traffic to remote virtual network<\/td><td>Allow (default)<\/td><\/tr><tr><td>&nbsp;<\/td><td>Traffic forwarded from remote virtual network<\/td><td>Allow (default)<\/td><\/tr><tr><td>&nbsp;<\/td><td>Virtual network gateway or Route Server<\/td><td>None (default)<\/td><\/tr><tr><td>Review your settings and select Add.<\/td><td>&nbsp;<\/td><td>&nbsp;<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture4-3.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture4-3.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>In CoreServicesVnet<\/td><td>Peerings, verify that the <strong>CoreServicesVnet-to-ManufacturingVnet<\/strong> peering is listed.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture5-3.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture5-3.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Under Virtual networks, select <strong>ManufacturingVnet<\/strong>, and verify the <strong>ManufacturingVnet-to-CoreServicesVnet<\/strong> peering is listed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture6-2.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture6-2.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Task 5: Test the connection between the VMs<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\" type=\"1\"><li>On the ManufacturingVM, open a PowerShell prompt.<\/li><li>Use the following command to verify that there is now a connection to TestVM1 on CoreServicesVnet.<\/li><\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">code<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>Test-NetConnection 10.20.20.4 -port 3389<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The test connection should succeed, and you will see a result similar to the following:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"http:\/\/192.168.8.123\/wp-content\/uploads\/2022\/02\/Picture7-2.png\"><img decoding=\"async\" src=\"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/Picture7-2.png\" alt=\"\"\/><\/a><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Congratulations! You have successful configured connectivity between VNets by adding peerings.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><mark class=\"kt-highlight\"><strong>Reminder<\/strong>: Don\u2019t forget to delete or shutdown all unused Azure resources after your labs for cost saving<\/mark><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Lab scenario In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow. In this unit, you will: Task 1: Create a Virtual Machine to test the configuration Task 2: Connect &hellip; <a href=\"https:\/\/exceedthecloud.com\/?p=800\">Continued<\/a><\/p>\n","protected":false},"author":1,"featured_media":850,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"kt_blocks_editor_width":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[17,4,19],"tags":[38,36,35,31,37],"class_list":["post-800","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-networking","category-practical-labs-series","category-virtual-machines","tag-peering","tag-rdp","tag-virtual-machines","tag-virtual-network","tag-vnet-peerings"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Lab scenario In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow. In this unit, you will: Task 1: Create a Virtual Machine to test the configuration Task 2: Connect to the Test VMs using RDP Task 3: Test the connection between the VMs Task\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Marcelin NDJILA\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/exceedthecloud.com\/?p=800\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"exceedthecloud.com - Going beyond the cloud, learning new stuffs everyday !\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Connecting two Azure Virtual Networks using global virtual network peering - exceedthecloud.com\" \/>\n\t\t<meta property=\"og:description\" content=\"Lab scenario In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow. In this unit, you will: Task 1: Create a Virtual Machine to test the configuration Task 2: Connect to the Test VMs using RDP Task 3: Test the connection between the VMs Task\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/exceedthecloud.com\/?p=800\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2022-02-01T15:37:57+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-02-11T11:08:53+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Connecting two Azure Virtual Networks using global virtual network peering - exceedthecloud.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Lab scenario In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow. In this unit, you will: Task 1: Create a Virtual Machine to test the configuration Task 2: Connect to the Test VMs using RDP Task 3: Test the connection between the VMs Task\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#blogposting\",\"name\":\"Connecting two Azure Virtual Networks using global virtual network peering - exceedthecloud.com\",\"headline\":\"Connecting two Azure Virtual Networks using global virtual network peering\",\"author\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/istockphoto-109350684-612x612-1.jpg\",\"width\":612,\"height\":518},\"datePublished\":\"2022-02-01T15:37:57+00:00\",\"dateModified\":\"2022-02-11T11:08:53+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#webpage\"},\"articleSection\":\"Networking, Practical Labs Series, Virtual Machines, Peering, RDP, Virtual Machines, Virtual Network, VNet Peerings\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/exceedthecloud.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?cat=4#listItem\",\"name\":\"Practical Labs Series\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?cat=4#listItem\",\"position\":2,\"name\":\"Practical Labs Series\",\"item\":\"https:\\\/\\\/exceedthecloud.com\\\/?cat=4\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#listItem\",\"name\":\"Connecting two Azure Virtual Networks using global virtual network peering\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#listItem\",\"position\":3,\"name\":\"Connecting two Azure Virtual Networks using global virtual network peering\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?cat=4#listItem\",\"name\":\"Practical Labs Series\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#organization\",\"name\":\"exceedthecloud.com\",\"description\":\"Going beyond the cloud, learning new stuffs everyday !\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1\",\"name\":\"Marcelin NDJILA\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/313fe81244bf3b0904f504f4f7306bd513918093551c74d1201a23374c87e9b2?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Marcelin NDJILA\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#webpage\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800\",\"name\":\"Connecting two Azure Virtual Networks using global virtual network peering - exceedthecloud.com\",\"description\":\"Lab scenario In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow. In this unit, you will: Task 1: Create a Virtual Machine to test the configuration Task 2: Connect to the Test VMs using RDP Task 3: Test the connection between the VMs Task\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?author=1#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/istockphoto-109350684-612x612-1.jpg\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800\\\/#mainImage\",\"width\":612,\"height\":518},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/?p=800#mainImage\"},\"datePublished\":\"2022-02-01T15:37:57+00:00\",\"dateModified\":\"2022-02-11T11:08:53+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#website\",\"url\":\"https:\\\/\\\/exceedthecloud.com\\\/\",\"name\":\"exceedthecloud.com\",\"description\":\"Going beyond the cloud, learning new stuffs everyday !\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/exceedthecloud.com\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Connecting two Azure Virtual Networks using global virtual network peering - exceedthecloud.com","description":"Lab scenario In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow. In this unit, you will: Task 1: Create a Virtual Machine to test the configuration Task 2: Connect to the Test VMs using RDP Task 3: Test the connection between the VMs Task","canonical_url":"https:\/\/exceedthecloud.com\/?p=800","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/exceedthecloud.com\/?p=800#blogposting","name":"Connecting two Azure Virtual Networks using global virtual network peering - exceedthecloud.com","headline":"Connecting two Azure Virtual Networks using global virtual network peering","author":{"@id":"https:\/\/exceedthecloud.com\/?author=1#author"},"publisher":{"@id":"https:\/\/exceedthecloud.com\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/istockphoto-109350684-612x612-1.jpg","width":612,"height":518},"datePublished":"2022-02-01T15:37:57+00:00","dateModified":"2022-02-11T11:08:53+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/exceedthecloud.com\/?p=800#webpage"},"isPartOf":{"@id":"https:\/\/exceedthecloud.com\/?p=800#webpage"},"articleSection":"Networking, Practical Labs Series, Virtual Machines, Peering, RDP, Virtual Machines, Virtual Network, VNet Peerings"},{"@type":"BreadcrumbList","@id":"https:\/\/exceedthecloud.com\/?p=800#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com#listItem","position":1,"name":"Home","item":"https:\/\/exceedthecloud.com","nextItem":{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?cat=4#listItem","name":"Practical Labs Series"}},{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?cat=4#listItem","position":2,"name":"Practical Labs Series","item":"https:\/\/exceedthecloud.com\/?cat=4","nextItem":{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?p=800#listItem","name":"Connecting two Azure Virtual Networks using global virtual network peering"},"previousItem":{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?p=800#listItem","position":3,"name":"Connecting two Azure Virtual Networks using global virtual network peering","previousItem":{"@type":"ListItem","@id":"https:\/\/exceedthecloud.com\/?cat=4#listItem","name":"Practical Labs Series"}}]},{"@type":"Organization","@id":"https:\/\/exceedthecloud.com\/#organization","name":"exceedthecloud.com","description":"Going beyond the cloud, learning new stuffs everyday !","url":"https:\/\/exceedthecloud.com\/"},{"@type":"Person","@id":"https:\/\/exceedthecloud.com\/?author=1#author","url":"https:\/\/exceedthecloud.com\/?author=1","name":"Marcelin NDJILA","image":{"@type":"ImageObject","@id":"https:\/\/exceedthecloud.com\/?p=800#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/313fe81244bf3b0904f504f4f7306bd513918093551c74d1201a23374c87e9b2?s=96&d=mm&r=g","width":96,"height":96,"caption":"Marcelin NDJILA"}},{"@type":"WebPage","@id":"https:\/\/exceedthecloud.com\/?p=800#webpage","url":"https:\/\/exceedthecloud.com\/?p=800","name":"Connecting two Azure Virtual Networks using global virtual network peering - exceedthecloud.com","description":"Lab scenario In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow. In this unit, you will: Task 1: Create a Virtual Machine to test the configuration Task 2: Connect to the Test VMs using RDP Task 3: Test the connection between the VMs Task","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/exceedthecloud.com\/#website"},"breadcrumb":{"@id":"https:\/\/exceedthecloud.com\/?p=800#breadcrumblist"},"author":{"@id":"https:\/\/exceedthecloud.com\/?author=1#author"},"creator":{"@id":"https:\/\/exceedthecloud.com\/?author=1#author"},"image":{"@type":"ImageObject","url":"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/istockphoto-109350684-612x612-1.jpg","@id":"https:\/\/exceedthecloud.com\/?p=800\/#mainImage","width":612,"height":518},"primaryImageOfPage":{"@id":"https:\/\/exceedthecloud.com\/?p=800#mainImage"},"datePublished":"2022-02-01T15:37:57+00:00","dateModified":"2022-02-11T11:08:53+00:00"},{"@type":"WebSite","@id":"https:\/\/exceedthecloud.com\/#website","url":"https:\/\/exceedthecloud.com\/","name":"exceedthecloud.com","description":"Going beyond the cloud, learning new stuffs everyday !","inLanguage":"en-US","publisher":{"@id":"https:\/\/exceedthecloud.com\/#organization"}}]},"og:locale":"en_US","og:site_name":"exceedthecloud.com - Going beyond the cloud, learning new stuffs everyday !","og:type":"article","og:title":"Connecting two Azure Virtual Networks using global virtual network peering - exceedthecloud.com","og:description":"Lab scenario In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow. In this unit, you will: Task 1: Create a Virtual Machine to test the configuration Task 2: Connect to the Test VMs using RDP Task 3: Test the connection between the VMs Task","og:url":"https:\/\/exceedthecloud.com\/?p=800","article:published_time":"2022-02-01T15:37:57+00:00","article:modified_time":"2022-02-11T11:08:53+00:00","twitter:card":"summary","twitter:title":"Connecting two Azure Virtual Networks using global virtual network peering - exceedthecloud.com","twitter:description":"Lab scenario In this lab, you will configure connectivity between the CoreServicesVnet and the ManufacturingVnet by adding peerings to allow traffic flow. In this unit, you will: Task 1: Create a Virtual Machine to test the configuration Task 2: Connect to the Test VMs using RDP Task 3: Test the connection between the VMs Task"},"aioseo_meta_data":{"post_id":"800","title":null,"description":null,"keywords":[],"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":[],"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":{"id":"#aioseo-article-646b9bf1ea2f4","slug":"article","graphName":"Article","label":"Article","properties":{"type":"BlogPosting","name":"#post_title","headline":"#post_title","description":"#post_excerpt","image":"","keywords":"","author":{"name":"#author_name","url":"#author_url"},"dates":{"include":true,"datePublished":"","dateModified":""}}},"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":"{\"article\":{\"articleType\":\"BlogPosting\"},\"course\":{\"name\":\"\",\"description\":\"\",\"provider\":\"\"},\"faq\":{\"pages\":[]},\"product\":{\"reviews\":[]},\"recipe\":{\"ingredients\":[],\"instructions\":[],\"keywords\":[]},\"software\":{\"reviews\":[],\"operatingSystems\":[]},\"webPage\":{\"webPageType\":\"WebPage\"}}","pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2022-02-02 11:35:05","updated":"2025-09-03 00:14:02","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/exceedthecloud.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/exceedthecloud.com\/?cat=4\" title=\"Practical Labs Series\">Practical Labs Series<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tConnecting two Azure Virtual Networks using global virtual network peering\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/exceedthecloud.com"},{"label":"Practical Labs Series","link":"https:\/\/exceedthecloud.com\/?cat=4"},{"label":"Connecting two Azure Virtual Networks using global virtual network peering","link":"https:\/\/exceedthecloud.com\/?p=800"}],"jetpack_featured_media_url":"https:\/\/exceedthecloud.com\/wp-content\/uploads\/2022\/02\/istockphoto-109350684-612x612-1.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/800","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=800"}],"version-history":[{"count":5,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/800\/revisions"}],"predecessor-version":[{"id":2326,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/posts\/800\/revisions\/2326"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=\/wp\/v2\/media\/850"}],"wp:attachment":[{"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=800"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=800"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/exceedthecloud.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=800"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}