{"id":27660,"date":"2020-12-21T11:57:39","date_gmt":"2020-12-21T11:57:39","guid":{"rendered":"https:\/\/www.testpreptraining.com\/tutorial\/?page_id=27660"},"modified":"2020-12-21T11:57:40","modified_gmt":"2020-12-21T11:57:40","slug":"create-an-internal-load-balancer-to-load-balance-vms","status":"publish","type":"page","link":"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/","title":{"rendered":"Create an internal load balancer to load balance VMs"},"content":{"rendered":"\n<p><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-104-microsoft-azure-administrator-associate\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Go back to Tutorial<\/strong><\/a><\/p>\n\n\n\n<p>In this, we will learn about Azure Load Balancer with using the Azure portal to create an internal load balancer and three virtual machines.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/docs.microsoft.com\/en-us\/azure\/load-balancer\/media\/quickstart-load-balancer-standard-internal-portal\/resources-diagram-internal.png\" alt=\"Standard load balancer resources \"\/><figcaption>Image Source: Microsoft<\/figcaption><\/figure><\/div>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"create-the-virtual-network\"><strong>Create the virtual network<\/strong><\/h4>\n\n\n\n<ul class=\"wp-block-list\"><li>Firstly, On the upper-left side of the screen, select\u00a0<strong>Create a resource > Networking > Virtual network<\/strong>\u00a0or search for\u00a0<strong>Virtual network<\/strong>\u00a0in the search box.<\/li><li>Then, In\u00a0<strong>Create virtual network<\/strong>, enter or select this information in the\u00a0<strong>Basics<\/strong>\u00a0tab:<\/li><\/ul>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"659\" height=\"385\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/source-9.png\" alt=\"create vm\" class=\"wp-image-27687\"\/><\/figure><\/div>\n\n\n\n<ul class=\"wp-block-list\"><li>After that, Select the IP Addresses tab or select the Next: IP Addresses button at the bottom of the page.<\/li><li>Then, Under Subnet name, select the word default. And, Select Save.<\/li><li>Select the Security tab.<\/li><li>Lastly, Under BastionHost, select Enable. Enter this information:<\/li><\/ul>\n\n\n\n<p><strong>Bastion name:<\/strong> Enter myBastionHost<br><strong>AzureBastionSubnet address space:<\/strong> Enter 10.1.1.0\/24<br><strong>Public IP Address:<\/strong> Select Create new.<br>For Name, enter myBastionIP.<br>Select OK.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Then, Select the Review + create tab or select the Review + create button.<\/li><li>Lastly, Select Create.<\/li><\/ul>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Create load balancer<\/strong><\/h4>\n\n\n\n<p>On the top left-hand side of the screen, select Create a resource > Networking > Load Balancer.<\/p>\n\n\n\n<p>In the Basics tab of the Create load balancer page, enter, or select the following information:<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"487\" height=\"400\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/source-10-487x400.png\" alt=\"create load balancer\" class=\"wp-image-27688\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/source-10-487x400.png 487w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/source-10.png 760w\" sizes=\"auto, (max-width: 487px) 100vw, 487px\" \/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"create-a-backend-pool\"><strong>Create a backend pool<\/strong><\/h3>\n\n\n\n<p>A backend address pool contains the IP addresses of the virtual (NICs) connected to the load balancer.<\/p>\n\n\n\n<p>Create the backend address pool&nbsp;<strong>myBackendPool<\/strong>&nbsp;to include virtual machines for load-balancing internet traffic.<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Select\u00a0<strong>All services<\/strong>\u00a0in the left-hand menu, select\u00a0<strong>All resources<\/strong>, and then select\u00a0<strong>myLoadBalancer<\/strong>\u00a0from the resources list.<\/li><li>Under\u00a0<strong>Settings<\/strong>, select\u00a0<strong>Backend pools<\/strong>, then select\u00a0<strong>Add<\/strong>.<\/li><li>On the\u00a0<strong>Add a backend pool<\/strong>\u00a0page, for name, type\u00a0<strong>myBackendPool<\/strong>, as the name for your backend pool, and then select\u00a0<strong>Add<\/strong>.<\/li><\/ol>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-administrator-associate-az-104-free-practice-test\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"117\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/z104-prac-tests-1-750x117.png\" alt=\" AZ-104  practice tests\" class=\"wp-image-27611\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/z104-prac-tests-1-750x117.png 750w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/z104-prac-tests-1.png 961w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/a><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"create-a-load-balancer-rule\"><strong>Create a load balancer rule<\/strong><\/h3>\n\n\n\n<p>A load balancer rule is used to define how traffic is distributed to the VMs. You define the frontend IP configuration for the incoming traffic and the backend IP pool to receive the traffic. The source and destination port are defined in the rule.<\/p>\n\n\n\n<p>In this section, you&#8217;ll create a load balancer rule:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Named&nbsp;<strong>myHTTPRule<\/strong>.<\/li><li>In the frontend named&nbsp;<strong>LoadBalancerFrontEnd<\/strong>.<\/li><li>Listening on&nbsp;<strong>Port 80<\/strong>.<\/li><li>Directs load balanced traffic to the backend named&nbsp;<strong>myBackendPool<\/strong>&nbsp;on&nbsp;<strong>Port 80<\/strong>.<\/li><\/ul>\n\n\n\n<ol class=\"wp-block-list\"><li>Select\u00a0<strong>All services<\/strong>\u00a0in the left-hand menu, select\u00a0<strong>All resources<\/strong>, and then select\u00a0<strong>myLoadBalancer<\/strong>\u00a0from the resources list.<\/li><li>Under\u00a0<strong>Settings<\/strong>, select\u00a0<strong>Load balancing rules<\/strong>, then select\u00a0<strong>Add<\/strong>.<\/li><li>Use these values to configure the load-balancing rule:<\/li><\/ol>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"504\" height=\"400\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/source-11-504x400.png\" alt=\"load balance rule\" class=\"wp-image-27690\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/source-11-504x400.png 504w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/source-11.png 893w\" sizes=\"auto, (max-width: 504px) 100vw, 504px\" \/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"test-the-load-balancer\"><strong>Test the load balancer<\/strong><\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>Find the private IP address for the load balancer on the&nbsp;<strong>Overview<\/strong>&nbsp;screen. Select&nbsp;<strong>All services<\/strong>&nbsp;in the left-hand menu, select&nbsp;<strong>All resources<\/strong>, and then select&nbsp;<strong>myLoadBalancer<\/strong>.<\/li><li>Make note or copy the address next to&nbsp;<strong>Private IP Address<\/strong>&nbsp;in the&nbsp;<strong>Overview<\/strong>&nbsp;of&nbsp;<strong>myLoadBalancer<\/strong>.<\/li><li>Select&nbsp;<strong>All services<\/strong>&nbsp;in the left-hand menu, select&nbsp;<strong>All resources<\/strong>, and then from the resources list, select&nbsp;<strong>myTestVM<\/strong>&nbsp;that is located in the&nbsp;<strong>CreateIntLBQS-rg<\/strong>&nbsp;resource group.<\/li><li>On the&nbsp;<strong>Overview<\/strong>&nbsp;page, select&nbsp;<strong>Connect<\/strong>, then&nbsp;<strong>Bastion<\/strong>.<\/li><li>Enter the username and password entered during VM creation.<\/li><li>Open&nbsp;<strong>Internet Explorer<\/strong>&nbsp;on&nbsp;<strong>myTestVM<\/strong>.<\/li><li>Enter the IP address from the previous step into the address bar of the browser. The default page of IIS Web server is displayed on the browser.<\/li><\/ol>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.testpreptraining.ai\/microsoft-azure-administrator-associate-az-104-online-course\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"117\" src=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/az104-online-course-750x117.png\" alt=\"Create an internal load balancer to load balance VMs AZ-104 online course\" class=\"wp-image-27612\" srcset=\"https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/az104-online-course-750x117.png 750w, https:\/\/www.testpreptraining.ai\/tutorial\/wp-content\/uploads\/2020\/12\/az104-online-course.png 961w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/a><\/figure><\/div>\n\n\n\n<p><strong>Reference:<\/strong> <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/load-balancer\/quickstart-load-balancer-standard-internal-portal?tabs=option-1-create-internal-load-balancer-standard\" target=\"_blank\" rel=\"noreferrer noopener\">Microsoft Documentation<\/a><\/p>\n\n\n\n<p><a href=\"https:\/\/www.testpreptraining.ai\/tutorial\/exam-az-104-microsoft-azure-administrator-associate\/\" target=\"_blank\" rel=\"noreferrer noopener\"><strong>Go back to Tutorial<\/strong><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Go back to Tutorial In this, we will learn about Azure Load Balancer with using the Azure portal to create an internal load balancer and three virtual machines. Create the virtual network Firstly, On the upper-left side of the screen, select\u00a0Create a resource > Networking > Virtual network\u00a0or search for\u00a0Virtual network\u00a0in the search box. Then,&#8230;<\/p>\n","protected":false},"author":2,"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-27660","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>Create an internal load balancer to load balance VMs - Testprep Tutorials<\/title>\n<meta name=\"description\" content=\"Increase your skills by learning about Create an internal load balancer to load balance VMs using Microsoft Azure AZ-104 online course 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\/create-an-internal-load-balancer-to-load-balance-vms\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create an internal load balancer to load balance VMs - Testprep Tutorials\" \/>\n<meta property=\"og:description\" content=\"Increase your skills by learning about Create an internal load balancer to load balance VMs using Microsoft Azure AZ-104 online course Now!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/\" \/>\n<meta property=\"og:site_name\" content=\"Testprep Training Tutorials\" \/>\n<meta property=\"article:modified_time\" content=\"2020-12-21T11:57:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/docs.microsoft.com\/en-us\/azure\/load-balancer\/media\/quickstart-load-balancer-standard-internal-portal\/resources-diagram-internal.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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/\",\"url\":\"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/\",\"name\":\"Create an internal load balancer to load balance VMs - Testprep Tutorials\",\"isPartOf\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/#website\"},\"datePublished\":\"2020-12-21T11:57:39+00:00\",\"dateModified\":\"2020-12-21T11:57:40+00:00\",\"description\":\"Increase your skills by learning about Create an internal load balancer to load balance VMs using Microsoft Azure AZ-104 online course Now!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.testpreptraining.ai\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Create an internal load balancer to load balance VMs\"}]},{\"@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 an internal load balancer to load balance VMs - Testprep Tutorials","description":"Increase your skills by learning about Create an internal load balancer to load balance VMs using Microsoft Azure AZ-104 online course 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\/create-an-internal-load-balancer-to-load-balance-vms\/","og_locale":"en_US","og_type":"article","og_title":"Create an internal load balancer to load balance VMs - Testprep Tutorials","og_description":"Increase your skills by learning about Create an internal load balancer to load balance VMs using Microsoft Azure AZ-104 online course Now!","og_url":"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/","og_site_name":"Testprep Training Tutorials","article_modified_time":"2020-12-21T11:57:40+00:00","og_image":[{"url":"https:\/\/docs.microsoft.com\/en-us\/azure\/load-balancer\/media\/quickstart-load-balancer-standard-internal-portal\/resources-diagram-internal.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/","url":"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/","name":"Create an internal load balancer to load balance VMs - Testprep Tutorials","isPartOf":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/#website"},"datePublished":"2020-12-21T11:57:39+00:00","dateModified":"2020-12-21T11:57:40+00:00","description":"Increase your skills by learning about Create an internal load balancer to load balance VMs using Microsoft Azure AZ-104 online course Now!","breadcrumb":{"@id":"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.testpreptraining.ai\/tutorial\/create-an-internal-load-balancer-to-load-balance-vms\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.testpreptraining.ai\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Create an internal load balancer to load balance VMs"}]},{"@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\/27660","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/comments?post=27660"}],"version-history":[{"count":8,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/27660\/revisions"}],"predecessor-version":[{"id":27727,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/pages\/27660\/revisions\/27727"}],"wp:attachment":[{"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/media?parent=27660"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/categories?post=27660"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.testpreptraining.ai\/tutorial\/wp-json\/wp\/v2\/tags?post=27660"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}