{"id":3659,"date":"2019-09-11T05:40:37","date_gmt":"2019-09-11T05:40:37","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=3659"},"modified":"2020-05-02T08:10:55","modified_gmt":"2020-05-02T08:10:55","slug":"create-connectivity-between-virtual-networks","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/","title":{"rendered":"Create Connectivity between Virtual Networks"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\"><strong>Create and Configure VNET Peering <\/strong><\/h3>\n\n\n\n<p>We can connect virtual networks to each other with virtual network peering. Such that these virtual networks can be in the same region or different regions also referred as Global VNet peering. Post the virtual networks are peered, resources in both virtual networks are able to communicate with each other, with the same latency and bandwidth as if the resources were in the same virtual network. <\/p>\n\n\n\n<p><strong>How to create a virtual network?<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Select + Create a resource on the upper, left corner of the Azure portal.<\/li><li>Select Networking, and then select Virtual network.<\/li><li>Enter, or select, the following information, accept the defaults for the remaining settings, and then select Create<\/li><li>We can then complete above again, with the following changes &#8211; <\/li><\/ol>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Setting<\/th><th>Value<\/th><\/tr><\/thead><tbody><tr><td>Name<\/td><td>myVirtualNetwork2<\/td><\/tr><tr><td>Address space<\/td><td>10.1.0.0\/16<\/td><\/tr><tr><td>Resource group<\/td><td>Select&nbsp;<strong>Use existing<\/strong>&nbsp;and then select&nbsp;<strong>myResourceGroup<\/strong>.<\/td><\/tr><tr><td>Subnet Address range<\/td><td>10.1.0.0\/24<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>How to peer virtual network?<\/strong><\/p>\n\n\n\n<p>1. In the Search box at the top of the Azure portal, begin typing MyVirtualNetwork1. When myVirtualNetwork1 appears in the search results, select it.<\/p>\n\n\n\n<p>2. Select Peerings, under SETTINGS, and then select + Add, as shown in the given picture<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/virtual-network\/media\/tutorial-connect-virtual-networks-portal\/create-peering.png\" alt=\"Create peering\"\/><\/figure>\n\n\n\n<p>3. Enter, or select, the following information, accept the defaults for the remaining settings, and then select OK<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Setting<\/th><th>Value<\/th><\/tr><\/thead><tbody><tr><td>Name<\/td><td>myVirtualNetwork1-myVirtualNetwork2<\/td><\/tr><tr><td>Subscription<\/td><td>Select your subscription.<\/td><\/tr><tr><td>Virtual network<\/td><td>myVirtualNetwork2 &#8211; To select the&nbsp;<em>myVirtualNetwork2<\/em>&nbsp;virtual network, select&nbsp;<strong>Virtual network<\/strong>, then select&nbsp;<strong>myVirtualNetwork2<\/strong>. You can select a virtual network in the same region or in a different region.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/virtual-network\/media\/tutorial-connect-virtual-networks-portal\/peering-settings.png\" alt=\"Peering settings\"\/><\/figure>\n\n\n\n<p>4. In&nbsp;the&nbsp;Search&nbsp;box at the top of the Azure portal, begin typing&nbsp;MyVirtualNetwork2. When&nbsp;myVirtualNetwork2&nbsp;appears in the search results, select it.<\/p>\n\n\n\n<p>5. Complete steps 2-3 again, with the following changes, and then select&nbsp;OK:SettingValueNamemyVirtualNetwork2-myVirtualNetwork1Virtual networkmyVirtualNetwork1<\/p>\n\n\n\n<p><strong>How to create a virtual machines?<\/strong><\/p>\n\n\n\n<p>Following are the steps to create a virtual machine.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Select + Create a resource on the upper, left corner of the Azure portal.<\/li><li>Select Compute, and then select Windows Server 2016 Datacenter. We  assume to select Windows Server 2016 Datacenter.<\/li><li>Enter, or select, information for Basics (like name, username, password, resource group), then accept the defaults for the remaining settings, and then select Create<\/li><li>Select a VM size under Choose a size.<\/li><li>Select the given values for Settings, then select OK<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-table\"><table><thead><tr><th>Setting<\/th><th>Value<\/th><\/tr><\/thead><tbody><tr><td>Virtual network<\/td><td>myVirtualNetwork1 &#8211; If it&#8217;s not already selected, select&nbsp;<strong>Virtual network<\/strong>&nbsp;and then select&nbsp;<strong>myVirtualNetwork1<\/strong>&nbsp;under&nbsp;<strong>Choose virtual network<\/strong>.<\/td><\/tr><tr><td>Subnet<\/td><td>Subnet1 &#8211; If it&#8217;s not already selected, select&nbsp;<strong>Subnet<\/strong>&nbsp;and then select&nbsp;<strong>Subnet1<\/strong>&nbsp;under&nbsp;<strong>Choose subnet<\/strong>.<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<ul class=\"wp-block-list\"><li>Under Create in the Summary, select Create to start the VM deployment.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Create and Configure VNET to VNET <\/strong><\/h3>\n\n\n\n<p>We must first understand the reason to create a VNet-to-VNet connection<\/p>\n\n\n\n<p><strong>To Cross region geo-redundancy and geo-presence<\/strong> <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Firstly, We can set up our own geo-replication or synchronization with secure connectivity without going over Internet-facing endpoints.<\/li><li>Secondly, with Azure Traffic Manager and Load Balancer, we can set up highly available workload with geo-redundancy across multiple Azure regions. <\/li><\/ul>\n\n\n\n<p><strong>Regional multi-tier applications with isolation or administrative boundary<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Firstly, within the same region, we can set up multi-tier applications with multiple virtual networks connected together due to isolation or administrative requirements.<\/li><li>Secondly, VNet-to-VNet communication can be combined with multi-site configurations. This helps in establishing network topologies which combines cross-premises connectivity with inter-virtual network connectivity.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Ways to connect VNets<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>VNet-to-VNet<\/strong> &#8211;  One of the best ways to configure a VNet-to-VNet and easily connect VNets. The process of connecting a virtual network to another virtual network using the VNet-to-VNet connection type (VNet2VNet) is somewhat similar to creating a Site-to-Site IPsec connection to an on-premises location. Here both connectivity types use a VPN gateway in order to provide a secure tunnel using IPsec\/IKE, together with both function the same way while communicating. <\/li><li><strong>Site-to-Site (IPsec) &#8211; <\/strong> While we are working with a complicated network configuration, we may prefer to connect VNets using the Site-to-Site steps, instead the VNet-to-VNet steps. Such that when we use the Site-to-Site steps, we create and configure the local network gateways manually. <\/li><li><strong>VNet peering &#8211; <\/strong> We would want to consider connecting VNets using VNet Peering. Such that VNet peering does not use a VPN gateway and has different constraints. Together with, VNet peering pricing is calculated differently than VNet-to-VNet VPN Gateway pricing. <\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Verify Virtual Network Connectivity <\/strong><\/h3>\n\n\n\n<p>We shall now discuss the steps to illustrate the way to navigate to connection and verify <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>In the Azure portal, click All resources and navigate to the virtual network gateway.<\/li><li>On the blade for virtual network gateway, click Connections, where we can see the status of each connection.<\/li><li>Click the name of the connection that we want to verify to open Essentials. Such that in Essentials, we can view more information about your connection. The Status is &#8216;Succeeded&#8217; and &#8216;Connected&#8217; when we have made a successful connection.<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/includes\/media\/vpn-gateway-verify-connection-portal-rm-include\/connection-succeeded.png\" alt=\"Verify VPN Gateway connection using Azure portal\"\/><\/figure>\n\n\n\n<p><strong>Steps to navigate to a connection and verify<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>First, in the Azure portal, click All resources and navigate to classic virtual network.<\/li><li>Second, on the virtual network blade, click Overview to access the VPN connections section of the blade.<\/li><li>Third, on the VPN connections graphic, click the site.<\/li><li>Fourth, on the Site-to-site VPN connections blade, view the information about the site.<\/li><li>Fifth, to view more information about the connection, click the name of the connection to open the Site-to-site VPN Connection blade.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Create a Virtual Network Gateway<\/strong> <\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>How to create a virtual network?<\/strong><\/h4>\n\n\n\n<p>In order to create a VNet in the Resource Manager deployment model with the help of using the Azure portal, following steps are used. We may use certain terms as examples which can be changed as per requirement.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Steps 1 &#8211;<\/strong> From a browser, navigate to the Azure portal and sign in with your Azure account.<\/li><li><strong>Step 2 &#8211; <\/strong>Click Create a resource. Thereafter, in the Search the marketplace field, type &#8216;virtual network&#8217;. Locate Virtual network from the returned list and click to open the Virtual Network page.<\/li><li><strong>Step 3 &#8211;<\/strong> Click Create. This opens the Create virtual network page.<\/li><li><strong>Step 4 &#8211; <\/strong>Now on the Create virtual network page, configure the VNet settings. Such that when we fill in the fields, the red exclamation mark becomes a green check mark when the characters entered in the field are valid. We will be required to fill the given values &#8211; Name, Address space, Subscription, Resource group, Location, Subnet and Address range.<\/li><li><strong>Step 5 &#8211; <\/strong>Leave DDoS as Basic, Service endpoints as Disabled, and Firewall as Disabled.<\/li><li>Step 6 &#8211; Last step Click Create to create the VNet.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>How to add a Add a gateway subnet<\/strong>?<\/h4>\n\n\n\n<p>We shall now discuss the steps to add a gateway subnet &#8211; <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 1 &#8211;<\/strong> In the portal, navigate to the virtual network for which we want to create a virtual network gateway.<\/li><li><strong>Step 2 <\/strong>&#8211; On the virtual network page, click Subnets to expand VNet1 &#8211; Subnets page.<\/li><li><strong>Step 3 <\/strong>&#8211; Click +Gateway subnet at the top to open the Add subnet page<\/li><li><strong> Step 4 &#8211;<\/strong>  The Name for the subnet is automatically filled in with the required value &#8216;GatewaySubnet&#8217;. Adjust the auto-filled Address range (CIDR block) to match the value &#8211; Address range (CIDR block)<\/li><li><strong> Step 5 &#8211; <\/strong> Leave the rest of the settings as the defaults of None or 0 selected. Then, click OK to create the gateway subnet.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>How to Configure and Create the Gateway<\/strong>?<\/h4>\n\n\n\n<p>Steps to configure and create the gateway are as follows &#8211; <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Step 1 &#8211; <\/strong>In the Azure portal, on the left side, click + Create a resource and type &#8216;Virtual Network Gateway&#8217; in search. Thereafter, locate Virtual network gateway in the search return and click the entry. On the Virtual network gateway page, click Create. This will open the Create virtual network gateway page.<\/li><li><strong>Step 2 &#8211; <\/strong>In the second step, on the Create virtual network gateway page, fill in the values for teh virtual network gateway. Such that these values include &#8211; Project details, Instance details, Gateway subnet address range, Public IP address and Active-Active mode etc.<\/li><li>Step 3 &#8211; Click Review + Create to run validation. Such that once validation passes, click Create to deploy the VPN gateway. Note, a gateway may take up approximately 45 minutes to fully create and deploy. <\/li><\/ul>\n\n\n\n<p>Once the gateway has been created, we can view the IP address that has been assigned to it by reviewing the virtual network in the portal. Such that the gateway appears as a connected device.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Create and Configure VNET Peering We can connect virtual networks to each other with virtual network peering. Such that these virtual networks can be in the same region or different regions also referred as Global VNet peering. Post the virtual networks are peered, resources in both virtual networks are able to communicate with each other,&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":3508,"menu_order":14,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[579,580,602,175],"class_list":["post-3659","page","type-page","status-publish","hentry","tag-az-103-exam","tag-az-103-practice-test","tag-azure-virtual-network-az-103","tag-microsoft-azure"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create Connectivity between Virtual Networks - Testprep Training Tutorials<\/title>\n<meta name=\"description\" content=\"Become Microsoft Azure Administrator &amp; pass AZ-103 exam with real time practice test on creating connectivity between virtual networks. Practice Free Now!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create Connectivity between Virtual Networks - Testprep Training Tutorials\" \/>\n<meta property=\"og:description\" content=\"Become Microsoft Azure Administrator &amp; pass AZ-103 exam with real time practice test on creating connectivity between virtual networks. Practice Free Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-02T08:10:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/docs.microsoft.com\/en-us\/azure\/virtual-network\/media\/tutorial-connect-virtual-networks-portal\/create-peering.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/\",\"name\":\"Create Connectivity between Virtual Networks - Testprep Training Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2019-09-11T05:40:37+00:00\",\"dateModified\":\"2020-05-02T08:10:55+00:00\",\"description\":\"Become Microsoft Azure Administrator & pass AZ-103 exam with real time practice test on creating connectivity between virtual networks. Practice Free Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Exam AZ-103: Microsoft Azure Administrator\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Create Connectivity between Virtual Networks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"name\":\"Testprep Training Tutorials\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#organization\",\"name\":\"Testprep Training\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"contentUrl\":\"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png\",\"width\":583,\"height\":153,\"caption\":\"Testprep Training\"},\"image\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Create Connectivity between Virtual Networks - Testprep Training Tutorials","description":"Become Microsoft Azure Administrator & pass AZ-103 exam with real time practice test on creating connectivity between virtual networks. Practice Free Now!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/","og_locale":"en_US","og_type":"article","og_title":"Create Connectivity between Virtual Networks - Testprep Training Tutorials","og_description":"Become Microsoft Azure Administrator & pass AZ-103 exam with real time practice test on creating connectivity between virtual networks. Practice Free Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2020-05-02T08:10:55+00:00","og_image":[{"url":"https:\/\/docs.microsoft.com\/en-us\/azure\/virtual-network\/media\/tutorial-connect-virtual-networks-portal\/create-peering.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/","name":"Create Connectivity between Virtual Networks - Testprep Training Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2019-09-11T05:40:37+00:00","dateModified":"2020-05-02T08:10:55+00:00","description":"Become Microsoft Azure Administrator & pass AZ-103 exam with real time practice test on creating connectivity between virtual networks. Practice Free Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/create-connectivity-between-virtual-networks\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Exam AZ-103: Microsoft Azure Administrator","item":"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-103-microsoft-azure-administrator\/"},{"@type":"ListItem","position":3,"name":"Create Connectivity between Virtual Networks"}]},{"@type":"WebSite","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","name":"Testprep Training Tutorials","description":"","publisher":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.testpreptraining.ai\/tutorial\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#organization","name":"Testprep Training","url":"https:\/\/www.testpreptraining.ai\/tutorial\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/","url":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","contentUrl":"https:\/\/www.testpreptraining.com\/tutorial\/wp-content\/uploads\/2020\/07\/tpt-logo-6.png","width":583,"height":153,"caption":"Testprep Training"},"image":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/3659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/comments?post=3659"}],"version-history":[{"count":4,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/3659\/revisions"}],"predecessor-version":[{"id":5304,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/3659\/revisions\/5304"}],"up":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/3508"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=3659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=3659"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=3659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}