{"id":7774,"date":"2022-03-23T00:00:00","date_gmt":"2022-03-23T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer"},"modified":"2023-08-11T15:07:44","modified_gmt":"2023-08-11T22:07:44","slug":"manage-port-forwarding-for-backend-pool-with-azure-load-balancer","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/","title":{"rendered":"Manage port forwarding for backend pool with Azure Load Balancer"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Starting today, <a href=\"https:\/\/azure.microsoft.com\/services\/load-balancer\/\">Azure Load Balancer<\/a> enables customers to manage port forwarding for Virtual Machine Scale Sets or a group of <a href=\"https:\/\/azure.microsoft.com\/en-us\/resources\/cloud-computing-dictionary\/what-is-a-virtual-machine\" target=\"_blank\" rel=\"noreferrer noopener\">virtual machines<\/a> in a backend pool with a single set-up with minimum management overhead.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What is port forwarding?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Port forwarding lets you connect to specific virtual machines by using the Load Balancer frontend IP address and port number. Load Balancer, upon receiving the traffic on a certain frontend port, will forward traffic to the target virtual machine on a specific backend port.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">By employing an inbound NAT rule, you can access virtual machines in a virtual network through the IP address and port of the Load Balancer.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Inbound NAT rule or load balancing rule?<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">In a nutshell, inbound NAT rule is used for traffic forwarding by mapping each virtual machine to a frontend port of the Load Balancer for access. All traffic arriving at the specified frontend port of the Load Balancer will be directly forwarded to a single targeted virtual machine. Therefore, traffic is not load balanced in this case. Inbound NAT rules are useful when you want to forward traffic directly to a specific virtual machine and port combination. While load balancing rules are used to distribute traffic coming to a specific frontend of the Load Balancer across all virtual machines in the backend pool.<\/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\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp\" alt=\"Figure 1: Inbound NAT rule for single machine\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Figure 1:<\/strong> Inbound NAT rule for single machine.<\/em><\/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\/03\/70706f61-6030-4e11-bb5f-d7c9f654043d.webp\" alt=\"Figure 2: Load Balancing rule\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Figure 2:<\/strong> Load Balancing rule.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can have both load balancing rules and inbound NAT rules on the same Load Balancer. For example, a load balancing rule can be set up for the specific backend pool from frontend port 80 to backend port 80, so that incoming traffic can be distributed across the virtual machines in the backend pool. At the same time, you can also set up an inbound NAT rule for each virtual machine on backend port 443 so that you can use Remote Desktop Protocol (RDP) to access&nbsp;each virtual machine for management purposes.<\/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\/03\/dace405f-e01a-43fa-bb9b-4b672e9ab2f3.webp\" alt=\"Figure 3: Use both inbound NAT rule and load balancing rule on a backend pool\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Figure 3:<\/strong> Use both inbound NAT rule and load balancing rule on a backend pool.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What are the customer challenges that we aim to solve?<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Inbound NAT rules for individual target machine<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">When you have a large backend pool with frequent scaling up and down, this approach will create unnecessary overhead. An inbound NAT rule needs to be deleted before the target virtual machine can be taken out of the backend pool. Similarly, whenever scaling up occurs, a new inbound NAT rule for the new virtual machine needs to be created to complete the port forwarding set-up.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Inbound NAT pool<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Inbound NAT pool is an existing option for backend pool composed of Virtual Machine Scale Sets. However, updating inbound NAT pool introduces additional steps behind the curtain which could result in longer deployment time. Additionally, this approach is not viable when your backend pool is composed of a group of virtual machines.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Universal port forwarding solution for backend pool of all types<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Inbound NAT rule for Virtual Machines Scale Sets, Virtual Machines, or IP addresses in a backend pool<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Today, we are announcing the addition of port management for backend pool to inbound NAT rules. It is the preferred solution for setting up port forwarding for backend pool of all types including Virtual Machines Scale Sets, virtual machines, and IP addresses.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Based on <em>frontend port range start, maximum number of machines in backend pool<\/em> defined for an inbound NAT rule, Load Balancer will pre-allocate a range of frontend ports starting from <em>frontend port range start<\/em>. The range end is calculated by adding <em>maximum number of machines in the backend pool<\/em> to <em>frontend port range start<\/em> to ensure that there are enough frontend ports in the event of scaling up.<\/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\/03\/8ccb25b1-07af-4614-b874-515ef2fd0730.webp\" alt=\"Figure 4: Add inbound NAT rule\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Figure 4:<\/strong> Add inbound NAT rule.<\/em><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In this example, Load Balancer will pre-allocate 1000 frontend ports starting from port 500. In this case, the backend pool can scale up to 1000 machines without requiring extra management from the customer.<\/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\/03\/3aae0faa-b0f5-4db5-b504-4a11a848a509.webp\" alt=\"Figure 5: Inbound NAT rule for backend pool\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Figure 5:<\/strong> Inbound NAT rule for backend pool.<\/em><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Retrieve port mapping for individual machines<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Once the inbound NAT rule is created, Load Balancer will assign the frontend port to each virtual machine in the backend pool. Port mappings of existing machines will not change in the event of scaling up or down. In this example, to access centralus-vm1 on port 443, you can use https:\/\/40.89.253.167:502.<\/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\/03\/755f0d04-bfd6-4b7b-9420-154b361b962e.webp\" alt=\"Figure 6: Port mapping for individual machines\" title=\"\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><em><strong>Figure 6:<\/strong> Port mapping for individual machines.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/docs.microsoft.com\/azure\/load-balancer\/inbound-nat-rules#multiple-virtual-machines-and-virtual-machine-scale-sets\" target=\"_blank\" rel=\"noopener\">What are inbound NAT rules?<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/docs.microsoft.com\/azure\/load-balancer\/tutorial-nat-rule-multi-instance-portal\" target=\"_blank\" rel=\"noopener\">Tutorial: Create a multiple virtual machines inbound NAT rule using the Azure portal<\/a><\/li>\n\n\n\n<li class=\"wp-block-list-item\"><a href=\"https:\/\/azure.microsoft.com\/services\/load-balancer\/\">Product details: Azure Load Balancer<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Starting today, Azure Load Balancer enables customers to manage port forwarding for Virtual Machine Scale Sets or a group of virtual machines in a backend pool with a single set-up with minimum management overhead.<\/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],"tags":[],"audience":[3053,3056],"content-type":[1465],"product":[1555],"tech-community":[],"topic":[],"coauthors":[1761],"class_list":["post-7774","post","type-post","status-publish","format-standard","hentry","category-networking","audience-it-decision-makers","audience-it-implementors","content-type-announcements","product-load-balancer","review-flag-1680286581-295","review-flag-1-1680286581-825","review-flag-2-1680286581-601","review-flag-3-1680286581-173","review-flag-4-1680286581-250","review-flag-5-1680286581-950","review-flag-6-1680286581-909","review-flag-new-1680286579-546"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Manage port forwarding for backend pool with Azure Load Balancer | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"Starting today, Azure Load Balancer enables customers to manage port forwarding for Virtual Machine Scale Sets or a group of virtual machines in a backend pool with a single set-up with minimum management overhead.\" \/>\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\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Manage port forwarding for backend pool with Azure Load Balancer | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"Starting today, Azure Load Balancer enables customers to manage port forwarding for Virtual Machine Scale Sets or a group of virtual machines in a backend pool with a single set-up with minimum management overhead.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/\" \/>\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-03-23T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-11T22:07:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp\" \/>\n<meta name=\"author\" content=\"Irene Huang\" \/>\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=\"Irene Huang\" \/>\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\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/irene-huang\/\",\"@type\":\"Person\",\"@name\":\"Irene Huang\"}],\"headline\":\"Manage port forwarding for backend pool with Azure Load Balancer\",\"datePublished\":\"2022-03-23T00:00:00+00:00\",\"dateModified\":\"2023-08-11T22:07:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/\"},\"wordCount\":745,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp\",\"articleSection\":[\"Networking\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/\",\"name\":\"Manage port forwarding for backend pool with Azure Load Balancer | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp\",\"datePublished\":\"2022-03-23T00:00:00+00:00\",\"dateModified\":\"2023-08-11T22:07:44+00:00\",\"description\":\"Starting today, Azure Load Balancer enables customers to manage port forwarding for Virtual Machine Scale Sets or a group of virtual machines in a backend pool with a single set-up with minimum management overhead.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#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\":\"Manage port forwarding for backend pool with Azure Load Balancer\"}]},{\"@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":"Manage port forwarding for backend pool with Azure Load Balancer | Microsoft Azure Blog","description":"Starting today, Azure Load Balancer enables customers to manage port forwarding for Virtual Machine Scale Sets or a group of virtual machines in a backend pool with a single set-up with minimum management overhead.","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\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/","og_locale":"en_US","og_type":"article","og_title":"Manage port forwarding for backend pool with Azure Load Balancer | Microsoft Azure Blog","og_description":"Starting today, Azure Load Balancer enables customers to manage port forwarding for Virtual Machine Scale Sets or a group of virtual machines in a backend pool with a single set-up with minimum management overhead.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2022-03-23T00:00:00+00:00","article_modified_time":"2023-08-11T22:07:44+00:00","og_image":[{"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp","type":"","width":"","height":""}],"author":"Irene Huang","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Irene Huang","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/irene-huang\/","@type":"Person","@name":"Irene Huang"}],"headline":"Manage port forwarding for backend pool with Azure Load Balancer","datePublished":"2022-03-23T00:00:00+00:00","dateModified":"2023-08-11T22:07:44+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/"},"wordCount":745,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp","articleSection":["Networking"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/","name":"Manage port forwarding for backend pool with Azure Load Balancer | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp","datePublished":"2022-03-23T00:00:00+00:00","dateModified":"2023-08-11T22:07:44+00:00","description":"Starting today, Azure Load Balancer enables customers to manage port forwarding for Virtual Machine Scale Sets or a group of virtual machines in a backend pool with a single set-up with minimum management overhead.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2022\/03\/6407125b-a8c4-4bdd-9ac8-d24704855165.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/manage-port-forwarding-for-backend-pool-with-azure-load-balancer\/#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":"Manage port forwarding for backend pool with Azure Load Balancer"}]},{"@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\/7774","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=7774"}],"version-history":[{"count":0,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/7774\/revisions"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=7774"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=7774"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=7774"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=7774"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=7774"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=7774"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=7774"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=7774"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=7774"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}