Skip to content

Commit 58938dc

Browse files
authored
Merge pull request #291588 from mbender-ms/lb-freshness-dec
load balancer | freshness updates | December 2024
2 parents 7a9f118 + ac5b1ea commit 58938dc

7 files changed

+44
-203
lines changed

articles/load-balancer/.openpublishing.redirection.load-balancer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@
374374
"source_path_from_root": "/articles/load-balancer/load-balancer-ipv6-internet-cli.md",
375375
"redirect_url": "/azure/load-balancer/virtual-network-ipv4-ipv6-dual-stack-standard-load-balancer-powershell",
376376
"redirect_document_id": false
377+
},
378+
{
379+
"source_path_from_root": "/articles/load-balancer/upgrade-internalbasic-to-publicstandard.md",
380+
"redirect_url": "/azure/load-balancer/upgrade-basic-standard-with-powershell",
381+
"redirect_document_id": false
377382
}
378383
]
379384
}

articles/load-balancer/ipv6-configure-standard-load-balancer-template-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: mbender-ms
77
manager: kumudD
88
ms.service: azure-load-balancer
99
ms.topic: how-to
10-
ms.date: 12/04/2023
10+
ms.date: 12/06/2024
1111
ms.author: mbender
1212
ms.custom: template-how-to, devx-track-arm-template
1313
ROBOTS: NOINDEX

articles/load-balancer/load-balancer-custom-probe-overview.md

Lines changed: 32 additions & 32 deletions
Large diffs are not rendered by default.

articles/load-balancer/quickstart-load-balancer-standard-public-bicep.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
88
ms.topic: quickstart
9-
ms.date: 11/26/2023
9+
ms.date: 12/06/2024
1010
ms.author: mbender
1111
ms.custom: mvc, subject-bicepqs, mode-arm, template-quickstart, devx-track-bicep
1212
#Customer intent: I want to create a load balancer by using a Bicep file so that I can load balance internet traffic to VMs.

articles/load-balancer/upgrade-basic-standard-with-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: load-balancer
66
author: mbender-ms
77
ms.service: azure-load-balancer
88
ms.topic: how-to
9-
ms.date: 10/03/2023
9+
ms.date: 12/06/2024
1010
ms.author: mbender
1111
ms.custom: template-how-to, engagement-fy23
1212
---
@@ -204,7 +204,7 @@ We created a complex query which assesses the readiness of each Basic Load Balan
204204

205205
### Will this migration cause downtime to my application?
206206

207-
Yes, because the Basic Load Balancer needs to be removed before the new Standard Load Balancer can be created, there is downtime to your application. See [How long does the Upgrade take?](#how-long-does-the-upgrade-take)
207+
Yes, because the Basic Load Balancer needs to be removed before the new Standard Load Balancer can be created, there's downtime to your application. See [How long does the Upgrade take?](#how-long-does-the-upgrade-take)
208208

209209
### Will the module migrate my frontend IP address to the new Standard Load Balancer?
210210

@@ -293,7 +293,7 @@ For external Load Balancers, you can use [Outbound Rules](./outbound-rules.md) t
293293
For internal Load Balancers, Outbound Rules aren't an option because there's no Public IP address to SNAT through. This leaves a couple options to consider:
294294

295295
- **NAT Gateway**: NAT Gateways are Azure's [recommended approach](../virtual-network/ip-services/default-outbound-access.md#if-i-need-outbound-access-what-is-the-recommended-way) for outbound traffic in most cases. However, NAT Gateways require that the attached subnet has no basic SKU network resources--meaning you need to have migrated all your Load Balancers and Public IP Addresses before you can use them. For this reason, we recommend using a two step approach where you first use one of the following approaches for outbound connectivity, then [switch to NAT Gateways](../virtual-network/nat-gateway/tutorial-nat-gateway-load-balancer-internal-portal.md) once your basic SKU migrations are complete.
296-
- **Network Virtual Appliance**: Route your traffic through a Network Virtual Appliance, such as an Azure Firewall, which will in turn route your traffic to the internet. This option is ideal if you already have a Network Virtual Appliance configured.
296+
- **Network Virtual Appliance**: Route your traffic through a Network Virtual Appliance, such as an Azure Firewall, to route your traffic to the internet. This option is ideal if you already have a Network Virtual Appliance configured.
297297
- **Secondary External Load Balancer**: By adding a secondary external Load Balancer to your backend resources, you can use the external Load Balancer for outbound traffic by configuring outbound rules. If this external Load Balancer doesn't have any load balancing rules, NAT rules, or inbound NAT pools configured, your backend resources remain isolated to your internal network for inbound traffic--see [outbound-only load balancer configuration](./egress-only.md). With this option, the external Load Balancer can be configured before migrating from basic to standard SKU and migrated at the same time as the internal load balancer using [using the `-MultiLBConfig` parameter](#example-migrate-multiple-related-load-balancers)
298298
- **Public IP Addresses**: Lastly, Public IP addresses can be added directly to your [Virtual Machines](../virtual-network/ip-services/associate-public-ip-address-vm.md) or [Virtual Machine Scale Set instances](/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-networking#public-ipv4-per-virtual-machine). However, this option isn't recommended due to the extra security surface area and expense of adding Public IP Addresses.
299299

articles/load-balancer/upgrade-internalbasic-to-publicstandard.md

Lines changed: 0 additions & 164 deletions
This file was deleted.

articles/load-balancer/whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: load-balancer
55
author: mbender-ms
66
ms.service: azure-load-balancer
77
ms.topic: conceptual
8-
ms.date: 11/26/2023
8+
ms.date: 12/06/2024
99
ms.author: mbender
1010
ms.custom: template-concept, engagement-fy23
1111
---
@@ -19,7 +19,7 @@ Azure Load Balancer is updated regularly. Stay up to date with the latest announ
1919
- Bug fixes
2020
- Deprecated functionality (if applicable)
2121

22-
You can also find the latest Azure Load Balancer updates and subscribe to the RSS feed [here](https://azure.microsoft.com/updates/?category=networking&query=load%20balancer).
22+
You can also find the latest Azure Load Balancer updates and subscribe to the RSS feed [here](https://azure.microsoft.com/updates?filters=%5B%22Load+Balancer%22%5D).
2323

2424
## Recent releases
2525

0 commit comments

Comments
 (0)