{"id":7675,"date":"2022-07-14T00:00:00","date_gmt":"2022-07-14T00:00:00","guid":{"rendered":""},"modified":"2025-06-13T02:54:32","modified_gmt":"2025-06-13T09:54:32","slug":"gateway-load-balancer-now-generally-available-in-all-regions","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/","title":{"rendered":"Gateway Load Balancer now generally available in all regions"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Previously, we <a href=\"https:\/\/aka.ms\/gatewaylbblog\">announced the public preview release of Gateway Load Balancer (GWLB)<\/a>, a new SKU of <a href=\"https:\/\/azure.microsoft.com\/services\/load-balancer\/\">Azure Load Balancer<\/a> targeted for transparent NVA (network virtual appliance) insertion supported by a growing list of NVA providers. Today, placing NVAs in the path of traffic is a growing need for customers as their workloads scale. Common use cases of NVAs we\u2019ve seen are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Allowing or blocking specific IPs using virtual firewalls.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Protecting applications from DDoS attacks.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Analyzing or visualizing traffic patterns.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">And GWLB now offers the following benefits for NVA scenarios:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Source IP preservation.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Flow symmetry.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Lightweight NVA management at scale.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Auto-scaling with Azure Virtual Machines Scale Sets (VMSS).<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">With GWLB, bump-in-the-wire service chaining becomes easy to add on to new or existing architectures in Azure. This means customers can easily \u201cchain\u201d a new GWLB resource to both Standard Public Load Balancers and individual virtual machines with Standard Public IPs, covering scenarios involving both highly available, zonally resilient deployments and simpler workloads.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp\" alt=\"Gateway Load Balancer datapath diagram. Traffic originating from the Internet will traverse the Gateway Load Balancer first before reaching the Standard Load Balancer or Virtual Machine.\" title=\"ga-blog-diagram_highres\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Figure 1:<\/strong> GWLB can be associated to multiple consumer resources, including both Standard Public Load Balancers and Virtual Machines with Standard Public IPs. When GWLB is chained to the front-end configuration or VM NIC IP configuration, unfiltered traffic from the internet will first be directed to the GWLB and then reach the configured NVAs. The NVAs will then inspect the traffic and send the filtered traffic to the final destination, the consumer application hosted on either the load balancer or virtual machine.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-s-new-with-gateway-load-balancer\">What\u2019s new with Gateway Load Balancer<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">GWLB borrows a majority of the same concepts as the Standard Load Balancers that customers are familiar with today. You\u2019ll have most of the same components such as frontend IPs, load balancing rules, backend pools, health probes, and metrics, but you\u2019ll also see a new component unique to GWLB\u2014VXLAN tunnel interfaces.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">VXLAN is an encapsulation protocol utilized by GWLB. This allows traffic packets to be encapsulated and decapsulated with VXLAN headers as they traverse the appropriate data path, all while maintaining their original source IP and flow symmetry without requiring Source Network Address Translation (SNAT) or other complex configurations like user-defined routes (UDRs).<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The VXLAN tunnel interfaces are configured as part of the GWLB\u2019s back-end pool and enable the NVAs to isolate \u201cuntrusted\u201d traffic from \u201ctrusted\u201d traffic. Tunnel interfaces can either be internal or external and each backend pool can have up to two tunnel interfaces. Typically, the external interface is used for \u201cuntrusted\u201d traffic\u2014traffic coming from the internet and headed to the appliance. Correspondingly, the internal interface is used for \u201ctrusted\u201d traffic\u2014traffic going from your appliances to your application.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"contoso-case-study\">Contoso case study<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">To better understand the use case of GWLB, let\u2019s dive deeper into example retail company Contoso\u2019s use case.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"who-is-contoso\">Who is Contoso?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Contoso is a retail company that uses Azure Load Balancer today to make their web servers supporting their retail platform regionally resilient. In the past few years, they\u2019ve experienced exponential growth and now serve over 20 million visitors per month. When faced with the need to scale their retail platform, they chose Azure Load Balancer because of its high performance coupled with ultra-low latency. As a result of their success, they\u2019ve begun to adopt stricter security practices to protect customer transactions and reduce the risk of harmful traffic reaching their platforms.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-does-contoso-s-architecture-look-like-today\">What does Contoso\u2019s architecture look like today?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">One of their load balancers supporting the <em>eastus<\/em> region is called contoso-eastus and has a front-end IP configuration with the public IP 101.22.462. Today, traffic headed to 101.22.462 on port 80 is distributed to the backend instances on port 80 as well.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-s-the-problem\">What\u2019s the problem?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The security team recently identified some potentially malicious IP addresses that have been attempting to access their retail platform. As a result, they\u2019re looking to place a network-layer virtual firewall to protect their applications from IP addresses with poor reputations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-s-the-plan\">What\u2019s the plan?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Contoso has decided to go with a third-party NVA vendor whose appliances the team has used in other contexts such as smaller scale applications or other internal-facing tools. The security team wants to keep the creation of additional resources to a minimum to simplify their NVA management architecture, so they decide map one GWLB with an auto-scaling backend pool of NVAs using Azure VMSS to each group of load balancers deployed in the same region.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"deploying-gateway-load-balancer\">Deploying Gateway Load Balancer<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The cloud infrastructure team at Contoso creates a GWLB with their NVAs deployed using Azure VMSS. Then, they chain this GWLB to their 5 Standard Public LBs for the eastus region. After verifying that their Data Path Availability and Health Probe Status metrics are 100 percent on both their GWLB and on each chained Standard Public LB, they run a quick packet capture to ensure everything is working as expected.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"what-happens-now\">What happens now?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Now, traffic packets whose destination are any of the frontend IPs of the Standard Public LBs for eastus will be encapsulated using VXLAN and sent to the GWLB first. At this point, the firewall NVAs will decapsulate the traffic, inspect the source IP, and determine whether this traffic is safe to continue on towards the end application. The NVA will then re-encapsulate traffic packets that meet the firewall\u2019s criteria and send it back to the Standard LB. When the traffic reaches the Standard LB, the packets will be decapsulated, meaning that the traffic will appear as if it came directly from the internet, with its original source IP intact. This is what we mean by transparent NVA insertion, as Contoso\u2019s retail platform applications will behave exactly as they did before, without ever knowing that the packet was inspected or filtered by a firewall appliance prior to reaching the application server.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"gateway-load-balancer-partners\">Gateway Load Balancer partners<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Gateway Load Balancer supports a variety of NVA providers, you can learn more about each of our partners on our <a href=\"https:\/\/aka.ms\/gatewaylbpartners\">partners page<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"virtual-firewalls\">Virtual firewalls<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Check Point<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Cisco<\/li>\n\n\n\n<li class=\"wp-block-list-item\">F5<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Fortinet<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Palo Alto Networks<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"traffic-observability\">Traffic observability<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">cPacket Networks<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Glasnostic<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"network-security\">Network security<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Citrix<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Trend Micro<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Valtix<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ddos-protection\">DDoS protection<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">A10 Networks<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"learn-more\">Learn more<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Try out Gateway Load Balancer today with the help of our <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/load-balancer\/tutorial-gateway-portal\">quickstart tutorials<\/a>, or read more about Gateway Load Balancer on our <a href=\"https:\/\/docs.microsoft.com\/en-us\/azure\/load-balancer\/gateway-overview\" target=\"_blank\" rel=\"noopener\">public documentation<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Previously, we announced the public preview release of Gateway Load Balancer (GWLB), a new SKU of Azure Load Balancer targeted for transparent NVA (network virtual appliance) insertion supported by a growing list of NVA providers. Today, placing NVAs in the path of traffic is a growing need for customers as their workloads scale.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1457,1459],"tags":[],"audience":[3053,3056],"content-type":[1465],"product":[1500,1555],"tech-community":[],"topic":[],"coauthors":[1759],"class_list":["post-7675","post","type-post","status-publish","format-standard","hentry","category-networking","category-security","audience-it-decision-makers","audience-it-implementors","content-type-announcements","product-azure-ddos-protection","product-load-balancer","review-flag-1-1680286581-825","review-flag-5-1680286581-950","review-flag-new-1680286579-546","review-flag-percent","review-flag-publi-1680286584-566","review-flag-vm-1680286585-143"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Gateway Load Balancer now generally available in all regions | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Previously, we announced the public preview release of Gateway Load Balancer (GWLB), a new SKU of Azure Load Balancer targeted for transparent NVA (network virtual appliance) insertion supported by a growing list of NVA providers. Today, placing NVAs in the path of traffic is a growing need for customers as their workloads scale.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gateway Load Balancer now generally available in all regions | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Previously, we announced the public preview release of Gateway Load Balancer (GWLB), a new SKU of Azure Load Balancer targeted for transparent NVA (network virtual appliance) insertion supported by a growing list of NVA providers. Today, placing NVAs in the path of traffic is a growing need for customers as their workloads scale.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2022-07-14T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-13T09:54:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp\" \/>\n<meta name=\"author\" content=\"Annie Fang\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Annie Fang\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/annie-fang\/\",\"@type\":\"Person\",\"@name\":\"Annie Fang\"}],\"headline\":\"Gateway Load Balancer now generally available in all regions\",\"datePublished\":\"2022-07-14T00:00:00+00:00\",\"dateModified\":\"2025-06-13T09:54:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/\"},\"wordCount\":1036,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp\",\"articleSection\":[\"Networking\",\"Security\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/\",\"name\":\"Gateway Load Balancer now generally available in all regions | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp\",\"datePublished\":\"2022-07-14T00:00:00+00:00\",\"dateModified\":\"2025-06-13T09:54:32+00:00\",\"description\":\"Previously, we announced the public preview release of Gateway Load Balancer (GWLB), a new SKU of Azure Load Balancer targeted for transparent NVA (network virtual appliance) insertion supported by a growing list of NVA providers. Today, placing NVAs in the path of traffic is a growing need for customers as their workloads scale.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Networking\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/networking\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Gateway Load Balancer now generally available in all regions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Gateway Load Balancer now generally available in all regions | Microsoft Azure Blog","description":"Previously, we announced the public preview release of Gateway Load Balancer (GWLB), a new SKU of Azure Load Balancer targeted for transparent NVA (network virtual appliance) insertion supported by a growing list of NVA providers. Today, placing NVAs in the path of traffic is a growing need for customers as their workloads scale.","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:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/","og_locale":"en_US","og_type":"article","og_title":"Gateway Load Balancer now generally available in all regions | Microsoft Azure Blog","og_description":"Previously, we announced the public preview release of Gateway Load Balancer (GWLB), a new SKU of Azure Load Balancer targeted for transparent NVA (network virtual appliance) insertion supported by a growing list of NVA providers. Today, placing NVAs in the path of traffic is a growing need for customers as their workloads scale.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2022-07-14T00:00:00+00:00","article_modified_time":"2025-06-13T09:54:32+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp","type":"","width":"","height":""}],"author":"Annie Fang","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Annie Fang","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/annie-fang\/","@type":"Person","@name":"Annie Fang"}],"headline":"Gateway Load Balancer now generally available in all regions","datePublished":"2022-07-14T00:00:00+00:00","dateModified":"2025-06-13T09:54:32+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/"},"wordCount":1036,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp","articleSection":["Networking","Security"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/","name":"Gateway Load Balancer now generally available in all regions | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp","datePublished":"2022-07-14T00:00:00+00:00","dateModified":"2025-06-13T09:54:32+00:00","description":"Previously, we announced the public preview release of Gateway Load Balancer (GWLB), a new SKU of Azure Load Balancer targeted for transparent NVA (network virtual appliance) insertion supported by a growing list of NVA providers. Today, placing NVAs in the path of traffic is a growing need for customers as their workloads scale.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/07\/51685553-5faa-4be1-a347-c13da55dd322.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/gateway-load-balancer-now-generally-available-in-all-regions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Networking","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/networking\/"},{"@type":"ListItem","position":3,"name":"Gateway Load Balancer now generally available in all regions"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/7675","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=7675"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/7675\/revisions"}],"predecessor-version":[{"id":41748,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/7675\/revisions\/41748"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=7675"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=7675"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=7675"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=7675"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=7675"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=7675"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=7675"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=7675"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=7675"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}