{"id":4686,"date":"2023-03-20T12:23:42","date_gmt":"2023-03-20T19:23:42","guid":{"rendered":"https:\/\/SUMMALAI.COM\/?p=4686"},"modified":"2023-03-20T12:23:44","modified_gmt":"2023-03-20T19:23:44","slug":"what-is-azure-load-balancer","status":"publish","type":"post","link":"https:\/\/SUMMALAI.COM\/?p=4686","title":{"rendered":"What is Azure Load Balancer?"},"content":{"rendered":"\n<p><em>Load balancing<\/em>&nbsp;refers to evenly distributing load (incoming network traffic) across a group of backend resources or servers.<\/p>\n\n\n\n<p>Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model. It&#8217;s the single point of contact for clients. Load balancer distributes inbound flows that arrive at the load balancer&#8217;s front end to backend pool instances. These flows are according to configured load-balancing rules and health probes. The backend pool instances can be Azure Virtual Machines or instances in a Virtual Machine Scale Set.<\/p>\n\n\n\n<p>A&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/components#frontend-ip-configurations\">public load balancer<\/a><\/strong>&nbsp;can provide outbound connections for virtual machines (VMs) inside your virtual network. These connections are accomplished by translating their private IP addresses to public IP addresses. Public Load Balancers are used to load balance internet traffic to your VMs.<\/p>\n\n\n\n<p>An&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/components#frontend-ip-configurations\">internal (or private) load balancer<\/a><\/strong>&nbsp;is used where private IPs are needed at the frontend only. Internal load balancers are used to load balance traffic inside a virtual network. A load balancer frontend can be accessed from an on-premises network in a hybrid scenario.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/media\/load-balancer-overview\/load-balancer.png\" alt=\"Diagram depicts public and internal load balancers directing traffic to web and business tiers.\"\/><\/figure>\n\n\n\n<p><em>Figure: Balancing multi-tier applications by using both public and internal Load Balancer<\/em><\/p>\n\n\n\n<p>For more information on the individual load balancer components, see&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/components\">Azure Load Balancer components<\/a>.<\/p>\n\n\n\n<p>&nbsp;Note<\/p>\n\n\n\n<p>Azure provides a suite of fully managed load-balancing solutions for your scenarios.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>If you are looking to do DNS based global routing and do&nbsp;<strong>not<\/strong>&nbsp;have requirements for Transport Layer Security (TLS) protocol termination (&#8220;SSL offload&#8221;), per-HTTP\/HTTPS request or application-layer processing, review&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/traffic-manager\/traffic-manager-overview\">Traffic Manager<\/a>.<\/li><li>If you want to load balance between your servers in a region at the application layer, review&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/application-gateway\/overview\">Application Gateway<\/a>.<\/li><li>If you need to optimize global routing of your web traffic and optimize top-tier end-user performance and reliability through quick global failover, see&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/frontdoor\/front-door-overview\">Front Door<\/a>.<\/li><\/ul>\n\n\n\n<p>Your end-to-end scenarios may benefit from combining these solutions as needed. For an Azure load-balancing options comparison, see&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/architecture\/guide\/technology-choices\/load-balancing-overview\">Overview of load-balancing options in Azure<\/a>.<\/p>\n\n\n\n<p><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/load-balancer-overview#why-use-azure-load-balancer\"><\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-use-azure-load-balancer\">Why use Azure Load Balancer?<\/h2>\n\n\n\n<p>With Azure Load Balancer, you can scale your applications and create highly available services. Load balancer supports both inbound and outbound scenarios. Load balancer provides low latency and high throughput, and scales up to millions of flows for all TCP and UDP applications.<\/p>\n\n\n\n<p>Key scenarios that you can accomplish using Azure Standard Load Balancer include:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>Load balance&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/quickstart-load-balancer-standard-internal-portal\">internal<\/a><\/strong>&nbsp;and&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/quickstart-load-balancer-standard-public-portal\">external<\/a><\/strong>&nbsp;traffic to Azure virtual machines.<\/li><li>Increase availability by distributing resources&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/tutorial-load-balancer-standard-public-zonal-portal\">within<\/a><\/strong>&nbsp;and&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/quickstart-load-balancer-standard-public-portal\">across<\/a><\/strong>&nbsp;zones.<\/li><li>Configure&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/load-balancer-outbound-connections\">outbound connectivity<\/a><\/strong>&nbsp;for Azure virtual machines.<\/li><li>Use&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/load-balancer-custom-probe-overview\">health probes<\/a><\/strong>&nbsp;to monitor load-balanced resources.<\/li><li>Employ&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/tutorial-load-balancer-port-forwarding-portal\">port forwarding<\/a><\/strong>&nbsp;to access virtual machines in a virtual network by public IP address and port.<\/li><li>Enable support for&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell\">load-balancing<\/a><\/strong>&nbsp;of&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/virtual-network\/ip-services\/ipv6-overview\">IPv6<\/a><\/strong>.<\/li><li>Standard load balancer provides multi-dimensional metrics through&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/azure-monitor\/overview\">Azure Monitor<\/a>. These metrics can be filtered, grouped, and broken out for a given dimension. They provide current and historic insights into performance and health of your service.&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/load-balancer-insights\">Insights for Azure Load Balancer<\/a>&nbsp;offers a preconfigured dashboard with useful visualizations for these metrics. Resource Health is also supported. Review&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/load-balancer-standard-diagnostics\">Standard load balancer diagnostics<\/a><\/strong>&nbsp;for more details.<\/li><li>Load balance services on&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/load-balancer-multivip-overview\">multiple ports, multiple IP addresses, or both<\/a><\/strong>.<\/li><li>Move&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/move-across-regions-internal-load-balancer-portal\">internal<\/a><\/strong>&nbsp;and&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/move-across-regions-external-load-balancer-portal\">external<\/a><\/strong>&nbsp;load balancer resources across Azure regions.<\/li><li>Load balance TCP and UDP flow on all ports simultaneously using&nbsp;<strong><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/load-balancer-ha-ports-overview\">HA ports<\/a><\/strong>.<\/li><li>Chain Standard Load Balancer and&nbsp;<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/tutorial-gateway-portal\">Gateway Load Balancer<\/a>.<\/li><\/ul>\n\n\n\n<p><a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/load-balancer-overview#securebydefault\"><\/a><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"securebydefault\">Secure by default<\/h3>\n\n\n\n<ul class=\"wp-block-list\"><li>Standard load balancer is built on the zero trust network security model.<\/li><li>Standard Load Balancer is secure by default and part of your virtual network. The virtual network is a private and isolated network.<\/li><li>Standard load balancers and standard public IP addresses are closed to inbound connections unless opened by Network Security Groups. NSGs are used to explicitly permit allowed traffic. If you don&#8217;t have an NSG on a subnet or NIC of your virtual machine resource, traffic isn&#8217;t allowed to reach this resource. To learn about NSGs and how to apply them to your scenario, see\u00a0<a href=\"https:\/\/learn.microsoft.com\/en-us\/azure\/virtual-network\/network-security-groups-overview\">Network Security Groups<\/a>.<\/li><li>Basic load balancer is open to the internet by default.<\/li><li>Load balancer doesn&#8217;t store customer data.<\/li><\/ul>\n\n\n\n<p>Ref: https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/load-balancer-overview<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Load balancing&nbsp;refers to evenly distributing load (incoming network traffic) across a group of backend resources or servers. Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model. It&#8217;s the single point of contact for clients. Load balancer distributes inbound flows that arrive at the load balancer&#8217;s front end to backend pool <a class=\"read-more\" href=\"https:\/\/SUMMALAI.COM\/?p=4686\">Read More<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[1249,10],"tags":[1544,1543],"class_list":["post-4686","post","type-post","status-publish","format-standard","hentry","category-azure-microsoft","category-microsoft","tag-azure-load-balancer","tag-what-is-azure-load-balancer"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Load balancing refers to evenly distributing load (incoming network traffic) across a group of backend resources or servers. Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model. It&#039;s the single point of contact for clients. Load balancer distributes inbound flows that arrive at the load balancer&#039;s front end to backend pool\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Summa Lai\"\/>\n\t<meta name=\"keywords\" content=\"azure load balancer,what is azure load balancer,azure,microsoft family\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/SUMMALAI.COM\/?p=4686\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#article\",\"name\":\"What is Azure Load Balancer? | Summa Lai\",\"headline\":\"What is Azure Load Balancer?\",\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/learn.microsoft.com\\\/en-us\\\/azure\\\/load-balancer\\\/media\\\/load-balancer-overview\\\/load-balancer.png\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686\\\/#articleImage\"},\"datePublished\":\"2023-03-20T12:23:42-07:00\",\"dateModified\":\"2023-03-20T12:23:44-07:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#webpage\"},\"articleSection\":\"Azure, Microsoft Family, Azure Load Balancer, What is Azure Load Balancer\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"position\":2,\"name\":\"Microsoft Family\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=1249#listItem\",\"name\":\"Azure\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=1249#listItem\",\"position\":3,\"name\":\"Azure\",\"item\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=1249\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#listItem\",\"name\":\"What is Azure Load Balancer?\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=10#listItem\",\"name\":\"Microsoft Family\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#listItem\",\"position\":4,\"name\":\"What is Azure Load Balancer?\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?cat=1249#listItem\",\"name\":\"Azure\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\",\"name\":\"sladmin\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#personImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"sladmin\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2\",\"name\":\"Summa Lai\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#authorImage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/wp-content\\\/uploads\\\/2020\\\/05\\\/Summa_Logo-150x150.png\",\"width\":96,\"height\":96,\"caption\":\"Summa Lai\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#webpage\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686\",\"name\":\"What is Azure Load Balancer? | Summa Lai\",\"description\":\"Load balancing refers to evenly distributing load (incoming network traffic) across a group of backend resources or servers. Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. Load balancer distributes inbound flows that arrive at the load balancer's front end to backend pool\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?p=4686#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/?author=2#author\"},\"datePublished\":\"2023-03-20T12:23:42-07:00\",\"dateModified\":\"2023-03-20T12:23:44-07:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#website\",\"url\":\"https:\\\/\\\/SUMMALAI.COM\\\/\",\"name\":\"Summa Lai\",\"description\":\"Never Stop Learning, Building a Little Wiki...\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/SUMMALAI.COM\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"What is Azure Load Balancer? | Summa Lai","description":"Load balancing refers to evenly distributing load (incoming network traffic) across a group of backend resources or servers. Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. Load balancer distributes inbound flows that arrive at the load balancer's front end to backend pool","canonical_url":"https:\/\/SUMMALAI.COM\/?p=4686","robots":"max-image-preview:large","keywords":"azure load balancer,what is azure load balancer,azure,microsoft family","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/SUMMALAI.COM\/?p=4686#article","name":"What is Azure Load Balancer? | Summa Lai","headline":"What is Azure Load Balancer?","author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"},"image":{"@type":"ImageObject","url":"https:\/\/learn.microsoft.com\/en-us\/azure\/load-balancer\/media\/load-balancer-overview\/load-balancer.png","@id":"https:\/\/SUMMALAI.COM\/?p=4686\/#articleImage"},"datePublished":"2023-03-20T12:23:42-07:00","dateModified":"2023-03-20T12:23:44-07:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/SUMMALAI.COM\/?p=4686#webpage"},"isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/?p=4686#webpage"},"articleSection":"Azure, Microsoft Family, Azure Load Balancer, What is Azure Load Balancer"},{"@type":"BreadcrumbList","@id":"https:\/\/SUMMALAI.COM\/?p=4686#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","position":1,"name":"Home","item":"https:\/\/SUMMALAI.COM","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","position":2,"name":"Microsoft Family","item":"https:\/\/SUMMALAI.COM\/?cat=10","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=1249#listItem","name":"Azure"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=1249#listItem","position":3,"name":"Azure","item":"https:\/\/SUMMALAI.COM\/?cat=1249","nextItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=4686#listItem","name":"What is Azure Load Balancer?"},"previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=10#listItem","name":"Microsoft Family"}},{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?p=4686#listItem","position":4,"name":"What is Azure Load Balancer?","previousItem":{"@type":"ListItem","@id":"https:\/\/SUMMALAI.COM\/?cat=1249#listItem","name":"Azure"}}]},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/#person","name":"sladmin","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=4686#personImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"sladmin"}},{"@type":"Person","@id":"https:\/\/SUMMALAI.COM\/?author=2#author","url":"https:\/\/SUMMALAI.COM\/?author=2","name":"Summa Lai","image":{"@type":"ImageObject","@id":"https:\/\/SUMMALAI.COM\/?p=4686#authorImage","url":"https:\/\/SUMMALAI.COM\/wp-content\/uploads\/2020\/05\/Summa_Logo-150x150.png","width":96,"height":96,"caption":"Summa Lai"}},{"@type":"WebPage","@id":"https:\/\/SUMMALAI.COM\/?p=4686#webpage","url":"https:\/\/SUMMALAI.COM\/?p=4686","name":"What is Azure Load Balancer? | Summa Lai","description":"Load balancing refers to evenly distributing load (incoming network traffic) across a group of backend resources or servers. Azure Load Balancer operates at layer 4 of the Open Systems Interconnection (OSI) model. It's the single point of contact for clients. Load balancer distributes inbound flows that arrive at the load balancer's front end to backend pool","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/SUMMALAI.COM\/#website"},"breadcrumb":{"@id":"https:\/\/SUMMALAI.COM\/?p=4686#breadcrumblist"},"author":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"creator":{"@id":"https:\/\/SUMMALAI.COM\/?author=2#author"},"datePublished":"2023-03-20T12:23:42-07:00","dateModified":"2023-03-20T12:23:44-07:00"},{"@type":"WebSite","@id":"https:\/\/SUMMALAI.COM\/#website","url":"https:\/\/SUMMALAI.COM\/","name":"Summa Lai","description":"Never Stop Learning, Building a Little Wiki...","inLanguage":"en-US","publisher":{"@id":"https:\/\/SUMMALAI.COM\/#person"}}]}},"aioseo_meta_data":{"post_id":"4686","title":null,"description":null,"keywords":[],"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"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-65a0d02743352","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":"2023-03-20 19:21:03","updated":"2024-01-12 05:37:43","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.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:\/\/SUMMALAI.COM\/?cat=10\" title=\"Microsoft Family\">Microsoft Family<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/SUMMALAI.COM\/?cat=1249\" title=\"Azure\">Azure<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tWhat is Azure Load Balancer?\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/SUMMALAI.COM"},{"label":"Microsoft Family","link":"https:\/\/SUMMALAI.COM\/?cat=10"},{"label":"Azure","link":"https:\/\/SUMMALAI.COM\/?cat=1249"},{"label":"What is Azure Load Balancer?","link":"https:\/\/SUMMALAI.COM\/?p=4686"}],"_links":{"self":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4686","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4686"}],"version-history":[{"count":1,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4686\/revisions"}],"predecessor-version":[{"id":4687,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=\/wp\/v2\/posts\/4686\/revisions\/4687"}],"wp:attachment":[{"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4686"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=4686"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/SUMMALAI.COM\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=4686"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}