You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/load-balancer/upgrade-basic-standard-with-powershell.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: load-balancer
6
6
author: mbender-ms
7
7
ms.service: azure-load-balancer
8
8
ms.topic: how-to
9
-
ms.date: 10/03/2023
9
+
ms.date: 12/06/2024
10
10
ms.author: mbender
11
11
ms.custom: template-how-to, engagement-fy23
12
12
---
@@ -204,7 +204,7 @@ We created a complex query which assesses the readiness of each Basic Load Balan
204
204
205
205
### Will this migration cause downtime to my application?
206
206
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)
208
208
209
209
### Will the module migrate my frontend IP address to the new Standard Load Balancer?
210
210
@@ -293,7 +293,7 @@ For external Load Balancers, you can use [Outbound Rules](./outbound-rules.md) t
293
293
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:
294
294
295
295
-**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.
297
297
-**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)
298
298
-**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.
Copy file name to clipboardExpand all lines: articles/load-balancer/whats-new.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: load-balancer
5
5
author: mbender-ms
6
6
ms.service: azure-load-balancer
7
7
ms.topic: conceptual
8
-
ms.date: 11/26/2023
8
+
ms.date: 12/06/2024
9
9
ms.author: mbender
10
10
ms.custom: template-concept, engagement-fy23
11
11
---
@@ -19,7 +19,7 @@ Azure Load Balancer is updated regularly. Stay up to date with the latest announ
19
19
- Bug fixes
20
20
- Deprecated functionality (if applicable)
21
21
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).
0 commit comments