{"id":14963,"date":"2020-08-04T07:33:20","date_gmt":"2020-08-04T07:33:20","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=14963"},"modified":"2022-03-15T07:35:54","modified_gmt":"2022-03-15T07:35:54","slug":"deploy-and-configure-azure-firewall","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/","title":{"rendered":"Deploy and configure Azure Firewall"},"content":{"rendered":"\n<p>This tutorial will guide you through the process to deploy and configure Azure Firewall. Controlling outbound network access is a critical component of a comprehensive network security strategy. You could, for example, want to restrict access to certain websites. You could also wish to restrict access to outgoing IP addresses and ports.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"set-up-the-network\"><strong>Set up the network<\/strong><\/h3>\n\n\n\n<p>To begin, build a resource group to hold the resources required for the firewall deployment. Create a VNet, subnets, and a test server after that.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"create-a-resource-group\"><strong>Creating a resource group<\/strong><\/h3>\n\n\n\n<p>All of the tutorial&#8217;s resources are housed in the resource group.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Sign in to the Azure portal.<\/li><li>On the Azure portal menu, select&nbsp;<strong>Resource groups<\/strong>&nbsp;or search for and select&nbsp;<em>Resource groups<\/em>&nbsp;from any page. Then select&nbsp;<strong>Add<\/strong>.<\/li><li>For&nbsp;<strong>Resource group name<\/strong>, enter&nbsp;<em>Test-FW-RG<\/em>.<\/li><li>Also, For&nbsp;<strong>Subscription<\/strong>, select your subscription.<\/li><li>For&nbsp;<strong>Resource group location<\/strong>, select a location. All other resources that you create must be in the same location.<\/li><li>Select&nbsp;<strong>Create<\/strong>.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"deploy-the-firewall\"><strong>Deploy the firewall<\/strong><\/h3>\n\n\n\n<p>Install the firewall within the VNet.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>On the Azure portal menu or from the&nbsp;<strong>Home<\/strong>&nbsp;page, select&nbsp;<strong>Create a resource<\/strong>.<\/li><li>Type&nbsp;<strong>firewall<\/strong>&nbsp;in the search box and press&nbsp;<strong>Enter<\/strong>.<\/li><li>Select&nbsp;<strong>Firewall<\/strong>&nbsp;and then select&nbsp;<strong>Create<\/strong>.<\/li><li>On the&nbsp;<strong>Create a Firewall<\/strong>&nbsp;page, use the following table to configure the firewall:TABLE 2SettingValueSubscription&lt;your subscription&gt;Resource group<strong>Test-FW-RG<\/strong>Name<strong>Test-FW01<\/strong>LocationSelect the same location that you used previouslyChoose a virtual network<strong>Use existing<\/strong>:&nbsp;<strong>Test-FW-VN<\/strong>Public IP address<strong>Add new<\/strong><br><strong>Name<\/strong>:&nbsp;<strong>fw-pip<\/strong><\/li><li>Select&nbsp;<strong>Review + create<\/strong>.<\/li><li>Review the summary, and then select&nbsp;<strong>Create<\/strong>&nbsp;to create the firewall.This will take a few minutes to deploy.<\/li><li>After deployment completes, go to the&nbsp;<strong>Test-FW-RG<\/strong>&nbsp;resource group, and select the&nbsp;<strong>Test-FW01<\/strong>&nbsp;firewall.<\/li><li>Note the firewall private and public IP addresses. You&#8217;ll use these addresses later.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"create-a-default-route\"><strong>Creating a default route<\/strong><\/h3>\n\n\n\n<p>Configure the outbound default route for the Workload-SN subnet to go via the firewall.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>On the Azure portal menu, select&nbsp;<strong>All services<\/strong>&nbsp;or search for and select&nbsp;<em>All services<\/em>&nbsp;from any page.<\/li><li>Under&nbsp;<strong>Networking<\/strong>, select&nbsp;<strong>Route tables<\/strong>.<\/li><li>Select&nbsp;<strong>Add<\/strong>.<\/li><li>For&nbsp;<strong>Name<\/strong>, type&nbsp;<strong>Firewall-route<\/strong>.<\/li><li>Then, For&nbsp;<strong>Subscription<\/strong>, select your subscription.<\/li><li>For&nbsp;<strong>Resource group<\/strong>, select&nbsp;<strong>Test-FW-RG<\/strong>.<\/li><li>Also, For&nbsp;<strong>Location<\/strong>, select the same location that you used previously.<\/li><li>Select&nbsp;<strong>Create<\/strong>.<\/li><li>Select&nbsp;<strong>Refresh<\/strong>, and then select the&nbsp;<strong>Firewall-route<\/strong>&nbsp;route table.<\/li><li>Also, Select&nbsp;<strong>Subnets<\/strong>&nbsp;and then select&nbsp;<strong>Associate<\/strong>.<\/li><li>Select&nbsp;<strong>Virtual network<\/strong>&nbsp;&gt;&nbsp;<strong>Test-FW-VN<\/strong>.<\/li><li>For&nbsp;<strong>Subnet<\/strong>, select&nbsp;<strong>Workload-SN<\/strong>. Make sure that you select only the&nbsp;<strong>Workload-SN<\/strong>&nbsp;subnet for this route, otherwise your firewall won&#8217;t work correctly.<\/li><li>Select&nbsp;<strong>OK<\/strong>.<\/li><li>Select&nbsp;<strong>Routes<\/strong>&nbsp;and then select&nbsp;<strong>Add<\/strong>.<\/li><li>For&nbsp;<strong>Route name<\/strong>, type&nbsp;<strong>fw-dg<\/strong>.<\/li><li>For&nbsp;<strong>Address prefix<\/strong>, type&nbsp;<strong>0.0.0.0\/0<\/strong>.<\/li><li>Also, For&nbsp;<strong>Next hop type<\/strong>, select&nbsp;<strong>Virtual appliance<\/strong>.Azure Firewall is actually a managed service, but virtual appliance works in this situation.<\/li><li>For&nbsp;<strong>Next hop address<\/strong>, type the private IP address for the firewall that you noted previously.<\/li><li>Select&nbsp;<strong>OK<\/strong>.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"configure-an-application-rule\"><strong>Configuring an application rule<\/strong><\/h3>\n\n\n\n<p>This is the application rule that enables access to www.google.com from outside the network.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Open the&nbsp;<strong>Test-FW-RG<\/strong>, and select the&nbsp;<strong>Test-FW01<\/strong>&nbsp;firewall.<\/li><li>On the&nbsp;<strong>Test-FW01<\/strong>&nbsp;page, under&nbsp;<strong>Settings<\/strong>, select&nbsp;<strong>Rules<\/strong>.<\/li><li>Select the&nbsp;<strong>Application rule collection<\/strong>&nbsp;tab.<\/li><li>Select&nbsp;<strong>Add application rule collection<\/strong>.<\/li><li>For&nbsp;<strong>Name<\/strong>, type&nbsp;<strong>App-Coll01<\/strong>.<\/li><li>Subsequently, For&nbsp;<strong>Priority<\/strong>, type&nbsp;<strong>200<\/strong>.<\/li><li>For&nbsp;<strong>Action<\/strong>, select&nbsp;<strong>Allow<\/strong>.<\/li><li>Under&nbsp;<strong>Rules<\/strong>,&nbsp;<strong>Target FQDNs<\/strong>, for&nbsp;<strong>Name<\/strong>, type&nbsp;<strong>Allow-Google<\/strong>.<\/li><li>Also, For&nbsp;<strong>Source type<\/strong>, select&nbsp;<strong>IP address<\/strong>.<\/li><li>For&nbsp;<strong>Source<\/strong>, type&nbsp;<strong>10.0.2.0\/24<\/strong>.<\/li><li>Furthermore, For&nbsp;<strong>Protocol:port<\/strong>, type&nbsp;<strong>http, https<\/strong>.<\/li><li>For&nbsp;<strong>Target FQDNS<\/strong>, type&nbsp;<strong><code>www.google.com<\/code><\/strong><\/li><li>Select&nbsp;<strong>Add<\/strong>.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"configure-a-network-rule\"><strong>Configure a network rule<\/strong><\/h3>\n\n\n\n<p>This is the network rule that permits two IP addresses to access port 53 outward (DNS).<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Select the&nbsp;<strong>Network rule collection<\/strong>&nbsp;tab.<\/li><li>Select&nbsp;<strong>Add network rule collection<\/strong>.<\/li><li>For&nbsp;<strong>Name<\/strong>, type&nbsp;<strong>Net-Coll01<\/strong>.<\/li><li>Also, For&nbsp;<strong>Priority<\/strong>, type&nbsp;<strong>200<\/strong>.<\/li><li>For&nbsp;<strong>Action<\/strong>, select&nbsp;<strong>Allow<\/strong>.<\/li><li>Under&nbsp;<strong>Rules<\/strong>,&nbsp;<strong>IP addresses<\/strong>, for&nbsp;<strong>Name<\/strong>, type&nbsp;<strong>Allow-DNS<\/strong>.<\/li><li>For&nbsp;<strong>Protocol<\/strong>, select&nbsp;<strong>UDP<\/strong>.<\/li><li>For&nbsp;<strong>Source type<\/strong>, select&nbsp;<strong>IP address<\/strong>.<\/li><li>Also, For&nbsp;<strong>Source<\/strong>, type&nbsp;<strong>10.0.2.0\/24<\/strong>.<\/li><li>For&nbsp;<strong>Destination type<\/strong>&nbsp;select&nbsp;<strong>IP address<\/strong>.<\/li><li>Also, For&nbsp;<strong>Destination address<\/strong>, type&nbsp;<strong>209.244.0.3,209.244.0.4<\/strong>These are public DNS servers operated by CenturyLink.<\/li><li>For&nbsp;<strong>Destination Ports<\/strong>, type&nbsp;<strong>53<\/strong>.<\/li><li>Select&nbsp;<strong>Add<\/strong>.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"configure-a-dnat-rule\"><strong>Configure a DNAT rule<\/strong><\/h3>\n\n\n\n<p>Through the firewall, you may connect a remote desktop to the Srv-Work virtual machine using this rule.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Select the&nbsp;<strong>NAT rule collection<\/strong>&nbsp;tab.<\/li><li>Select&nbsp;<strong>Add NAT rule collection<\/strong>.<\/li><li>For&nbsp;<strong>Name<\/strong>, type&nbsp;<strong>rdp<\/strong>.<\/li><li>For&nbsp;<strong>Priority<\/strong>, type&nbsp;<strong>200<\/strong>.<\/li><li>Under&nbsp;<strong>Rules<\/strong>, for&nbsp;<strong>Name<\/strong>, type&nbsp;<strong>rdp-nat<\/strong>.<\/li><li>For&nbsp;<strong>Protocol<\/strong>, select&nbsp;<strong>TCP<\/strong>.<\/li><li>Also, For&nbsp;<strong>Source type<\/strong>, select&nbsp;<strong>IP address<\/strong>.<\/li><li>For&nbsp;<strong>Source<\/strong>, type&nbsp;<strong>*<\/strong>.<\/li><li>Furthermore, For&nbsp;<strong>Destination address<\/strong>, type the firewall public IP address.<\/li><li>For&nbsp;<strong>Destination Ports<\/strong>, type&nbsp;<strong>3389<\/strong>.<\/li><li>Also, For&nbsp;<strong>Translated address<\/strong>, type the&nbsp;<strong>Srv-work<\/strong>&nbsp;private IP address.<\/li><li>For&nbsp;<strong>Translated port<\/strong>, type&nbsp;<strong>3389<\/strong>.<\/li><li>Select&nbsp;<strong>Add<\/strong>.<\/li><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"test-the-firewall\"><strong>Test the firewall<\/strong><\/h3>\n\n\n\n<p>Now test the firewall to make sure it&#8217;s working properly.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Connect a remote desktop to firewall public IP address and sign in to the&nbsp;<strong>Srv-Work<\/strong>&nbsp;virtual machine.<\/li><li>Open Internet Explorer and browse to&nbsp;<code>https:\/\/www.google.com<\/code>.<\/li><li>Select&nbsp;<strong>OK<\/strong>&nbsp;&gt;&nbsp;<strong>Close<\/strong>&nbsp;on the Internet Explorer security alerts.You should see the Google home page.<\/li><li>Browse to&nbsp;<code>https:\/\/www.microsoft.com<\/code>.You should be blocked by the firewall.<\/li><\/ol>\n\n\n\n<p>So now you&#8217;ve verified that the firewall rules are working:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>You can browse to the one allowed FQDN, but not to any others.<\/li><li>You can resolve DNS names using the configured external DNS server.<\/li><\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"clean-up-resources\"><strong>Clean up resources<\/strong><\/h3>\n\n\n\n<p>Keep your firewall resources for the next instruction, or destroy the Test-FW-RG resource group to remove any firewall-related resources if they are no longer needed.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-architect-technologies-az-303-free-practice-test\" target=\"_blank\" rel=\"noopener noreferrer\"><img loading=\"lazy\" decoding=\"async\" width=\"960\" height=\"150\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/07\/Untitled-design-5.png\" alt=\"free practice test for AZ- 303\" class=\"wp-image-13928\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/07\/Untitled-design-5.png 960w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/07\/Untitled-design-5-750x117.png 750w\" sizes=\"auto, (max-width: 960px) 100vw, 960px\" \/><\/a><\/figure><\/div>\n\n\n\n<p><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-303-microsoft-azure-architect-technologies\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Go back to home page <\/strong><\/a><\/p>\n\n\n\n<p class=\"has-text-align-right\"><strong>Reference documentation &#8211;<a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/firewall\/tutorial-firewall-deploy-portal\" target=\"_blank\" rel=\"noreferrer noopener\"> Tutorial: Deploy and configure Azure Firewall using the Azure portal <\/a><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial will guide you through the process to deploy and configure Azure Firewall. Controlling outbound network access is a critical component of a comprehensive network security strategy. You could, for example, want to restrict access to certain websites. You could also wish to restrict access to outgoing IP addresses and ports. Set up the&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-14963","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Deploy and configure Azure Firewall - Testprep Training Tutorials<\/title>\n<meta name=\"description\" content=\"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Deploy and configure Azure Firewall. Start preparing 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\/deploy-and-configure-azure-firewall\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Deploy and configure Azure Firewall - Testprep Training Tutorials\" \/>\n<meta property=\"og:description\" content=\"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Deploy and configure Azure Firewall. Start preparing now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-15T07:35:54+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/07\/Untitled-design-5.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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/\",\"name\":\"Deploy and configure Azure Firewall - Testprep Training Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2020-08-04T07:33:20+00:00\",\"dateModified\":\"2022-03-15T07:35:54+00:00\",\"description\":\"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Deploy and configure Azure Firewall. Start preparing now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Deploy and configure Azure Firewall\"}]},{\"@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":"Deploy and configure Azure Firewall - Testprep Training Tutorials","description":"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Deploy and configure Azure Firewall. Start preparing 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\/deploy-and-configure-azure-firewall\/","og_locale":"en_US","og_type":"article","og_title":"Deploy and configure Azure Firewall - Testprep Training Tutorials","og_description":"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Deploy and configure Azure Firewall. Start preparing now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2022-03-15T07:35:54+00:00","og_image":[{"url":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/07\/Untitled-design-5.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/","name":"Deploy and configure Azure Firewall - Testprep Training Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2020-08-04T07:33:20+00:00","dateModified":"2022-03-15T07:35:54+00:00","description":"Enhance and upgrade your Azure Architect skills by preparing from tutorial - Deploy and configure Azure Firewall. Start preparing now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/deploy-and-configure-azure-firewall\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Deploy and configure Azure Firewall"}]},{"@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\/14963","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=14963"}],"version-history":[{"count":4,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/14963\/revisions"}],"predecessor-version":[{"id":52865,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/14963\/revisions\/52865"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=14963"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=14963"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=14963"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}