Skip to content

Commit 69a709e

Browse files
authored
Merge pull request #279380 from mbender-ms/lb-freshness-june-2024-IV
load balancer - freshness updates June - Part IV
2 parents d7353d7 + 6d3f649 commit 69a709e

7 files changed

+43
-43
lines changed

articles/load-balancer/manage-inbound-nat-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: load-balancer
77
ms.topic: how-to
8-
ms.date: 05/01/2023
8+
ms.date: 06/26/2024
99
ms.custom: template-how-to, devx-track-azurepowershell, devx-track-azurecli,engagement-fy23
1010
---
1111

articles/load-balancer/manage-probes-how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: mbender-ms
55
ms.author: mbender
66
ms.service: load-balancer
77
ms.topic: how-to
8-
ms.date: 05/05/2023
8+
ms.date: 06/26/2024
99
ms.custom: template-how-to
1010
---
1111

@@ -27,7 +27,7 @@ Health probes have the following properties:
2727
| Name | Name of the health probe. This is a name you get to define for your health probe |
2828
| Protocol | Protocol of health probe. This is the protocol type you would like the health probe to leverage. Available options are: TCP, HTTP, HTTPS |
2929
| Port | Port of the health probe. The destination port you would like the health probe to use when it connects to the virtual machine to check the virtual machine's health status. You must ensure that the virtual machine is also listening on this port (that is, the port is open). |
30-
| Interval (seconds) | Interval of health probe. The amount of time (in seconds) between consecutive health check attemps to the virtual machine |
30+
| Interval (seconds) | Interval of health probe. The amount of time (in seconds) between consecutive health check attempts to the virtual machine |
3131
| Used by | The list of load balancer rules using this specific health probe. You should have at least one rule using the health probe for it to be effective |
3232
| Path | The URI used for requesting health status from the virtual machine instance by the health probe (only applicable for HTTP(s) probes).
3333

articles/load-balancer/move-across-regions-external-load-balancer-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use an Azure Resource Manager template to move an external load bal
44
author: mbender-ms
55
ms.service: load-balancer
66
ms.topic: how-to
7-
ms.date: 06/27/2023
7+
ms.date: 06/27/2024
88
ms.author: mbender
99
ms.custom: template-how-to, devx-track-arm-template, engagement-fy23
1010
---

articles/load-balancer/move-across-regions-external-load-balancer-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use Azure Resource Manager template to move Azure external Load Bal
44
author: mbender-ms
55
ms.service: load-balancer
66
ms.topic: how-to
7-
ms.date: 06/27/2023
7+
ms.date: 06/27/2024
88
ms.author: mbender
99
ms.custom: devx-track-azurepowershell, template-how-to, devx-track-arm-template, engagment-fy23
1010
---

articles/load-balancer/move-across-regions-internal-load-balancer-portal.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@ description: Use Azure Resource Manager template to move Azure internal Load Bal
44
author: mbender-ms
55
ms.service: load-balancer
66
ms.topic: how-to
7-
ms.date: 06/27/2023
7+
ms.date: 06/27/2024
88
ms.author: mbender
99
ms.custom: template-how-to, devx-track-arm-template, engagement-fy23
1010
---
1111

1212
# Move Azure internal Load Balancer to another region using the Azure portal
1313

14-
There are various scenarios in which you'd want to move your existing internal load balancer from one region to another. For example, you may want to create an internal load balancer with the same configuration for testing. You may also want to move an internal load balancer to another region as part of disaster recovery planning.
14+
There are various scenarios in which you'd want to move your existing internal load balancer from one region to another. For example, you might want to create an internal load balancer with the same configuration for testing. You might also want to move an internal load balancer to another region as part of disaster recovery planning.
1515

16-
Azure internal load balancers can't be moved from one region to another. You can however, use an Azure Resource Manager template to export the existing configuration and virtual network of an internal load balancer. You can then stage the resource in another region by exporting the load balancer and virtual network to a template, modifying the parameters to match the destination region, and then deploy the templates to the new region. For more information on Resource Manager and templates, see [Quickstart: Create and deploy Azure Resource Manager templates by using the Azure portal](../azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md).
16+
Azure internal load balancers can't be moved from one region to another. You can however, use an Azure Resource Manager template to export the existing configuration and virtual network of an internal load balancer. You can then stage the resource in another region by exporting the load balancer and virtual network to a template, modifying the parameters to match the destination region, and then deploy the templates to the new region. For more information on Resource Manager and templates, see [Quickstart: Create and deploy Azure Resource Manager templates by using the Azure portal](../azure-resource-manager/templates/quickstart-create-templates-use-the-portal.md).
1717

1818

1919
## Prerequisites
2020

2121
- Make sure that the Azure internal load balancer is in the Azure region from which you want to move.
2222

23-
- Azure internal load balancers can't be moved between regions. You have to associate the new load balancer to resources in the target region.
23+
- Azure internal load balancers can't be moved between regions. You have to associate the new load balancer to resources in the target region.
2424

2525
- To export an internal load balancer configuration and deploy a template to create an internal load balancer in another region, you need the Network Contributor role or higher.
2626

2727
- Identify the source networking layout and all the resources that you're currently using. This layout includes but isn't limited to load balancers, network security groups, virtual machines, and virtual networks.
2828

2929
- Verify that your Azure subscription allows you to create internal load balancers in the target region that's used. Contact support to enable the required quota.
3030

31-
- Make sure that your subscription has enough resources to support the addition of load balancers for this process. See [Azure subscription and service limits, quotas, and constraints](../azure-resource-manager/management/azure-subscription-service-limits.md#networking-limits)
31+
- Make sure that your subscription has enough resources to support the addition of load balancers for this process. See [Azure subscription and service limits, quotas, and constraints](../azure-resource-manager/management/azure-subscription-service-limits.md#networking-limits)
3232

3333

3434
## Prepare and move
35-
The following steps show how to prepare the internal load balancer for the move using a Resource Manager template, and move the internal load balancer configuration to the target region using the Azure portal. As part of this process, the virtual network configuration of the internal load balancer must be included and must be done first before moving the internal load balancer.
35+
The following steps show how to prepare the internal load balancer for the move using a Resource Manager template, and move the internal load balancer configuration to the target region using the Azure portal. As part of this process, the virtual network configuration of the internal load balancer must be included and must be done first before moving the internal load balancer.
3636

3737

3838
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
@@ -57,13 +57,13 @@ The following steps show how to prepare the internal load balancer for the move
5757
}
5858
}
5959
```
60-
7. Change the source virtual network name value in the editor to a name of your choice for the target VNET. Ensure you enclose the name in quotes.
60+
7. Change the source virtual network name value in the editor to a name of your choice for the target virtual network. Ensure you enclose the name in quotes.
6161

6262
8. Select **Save** in the editor.
6363

6464
9. Select **TEMPLATE** > **Edit template** to open the **template.json** file in the online editor.
6565

66-
10. To edit the target region where the VNET will be moved, change the **location** property under resources:
66+
10. To edit the target region where the virtual network will be moved, change the **location** property under resources:
6767

6868
```json
6969
"resources": [
@@ -83,11 +83,11 @@ The following steps show how to prepare the internal load balancer for the move
8383

8484
```
8585

86-
11. To obtain region location codes, see [Azure Locations](https://azure.microsoft.com/global-infrastructure/locations/). The code for a region is the region name with no spaces, **Central US** = **centralus**.
86+
11. To obtain region location codes, see [Azure Locations](https://azure.microsoft.com/global-infrastructure/locations/). The code for a region is the region name with no spaces, **Central US** = **centralus**.
8787

8888
12. You can also change other parameters in the **template.json** file if you choose, and are optional depending on your requirements:
8989

90-
* **Address Space** - The address space of the VNET can be altered before saving by modifying the **resources** > **addressSpace** section and changing the **addressPrefixes** property in the **template.json** file:
90+
* **Address Space** - The address space of the virtual network can be altered before saving by modifying the **resources** > **addressSpace** section and changing the **addressPrefixes** property in the **template.json** file:
9191

9292
```json
9393
"resources": [
@@ -138,7 +138,7 @@ The following steps show how to prepare the internal load balancer for the move
138138
]
139139
```
140140

141-
In the **template.json** file, to change the address prefix, it must be edited in two places, the section listed above and the **type** section listed below. Change the **addressPrefix** property to match the one above:
141+
In the **template.json** file, to change the address prefix, it must be edited in two places, the section listed above and the **type** section listed below. Change the **addressPrefix** property to match the one above:
142142

143143
```json
144144
"type": "Microsoft.Network/virtualNetworks/subnets",
@@ -176,11 +176,11 @@ The following steps show how to prepare the internal load balancer for the move
176176

177177
13. Select **Save** in the online editor.
178178

179-
14. Select **BASICS** > **Subscription** to choose the subscription where the target VNET will be deployed.
179+
14. Select **BASICS** > **Subscription** to choose the subscription where the target virtual network will be deployed.
180180

181-
15. Select **BASICS** > **Resource group** to choose the resource group where the target VNET will be deployed. You can select **Create new** to create a new resource group for the target VNET. Ensure the name isn't the same as the source resource group of the existing VNET.
181+
15. Select **BASICS** > **Resource group** to choose the resource group where the target virtual network will be deployed. You can select **Create new** to create a new resource group for the target virtual network. Ensure the name isn't the same as the source resource group of the existing virtual network.
182182

183-
16. Verify **BASICS** > **Location** is set to the target location where you wish for the VNET to be deployed.
183+
16. Verify **BASICS** > **Location** is set to the target location where you wish for the virtual network to be deployed.
184184

185185
17. Verify under **SETTINGS** that the name matches the name that you entered in the parameters editor above.
186186

@@ -217,7 +217,7 @@ The following steps show how to prepare the internal load balancer for the move
217217
1. Select to the [Azure portal](https://portal.azure.com) > **Resource Groups** in another browser tab or window.
218218
2. Locate the target resource group that contains the moved virtual network from the steps above, and select it.
219219
3. Select > **Settings** > **Properties**.
220-
4. On the right side of the portal, highlight the **Resource ID** and copy it to the clipboard. Alternatively, you can select the **copy to clipboard** button to the right of the **Resource ID** path.
220+
4. On the right side of the portal, highlight the **Resource ID** and copy it to the clipboard. Alternatively, you can select the **copy to clipboard** button to the right of the **Resource ID** path.
221221
5. Paste the resource ID into the **defaultValue** property into the **Edit Parameters** editor open in the other browser window or tab:
222222

223223
```json
@@ -251,7 +251,7 @@ The following steps show how to prepare the internal load balancer for the move
251251
},
252252
```
253253

254-
9. To obtain region location codes, see [Azure Locations](https://azure.microsoft.com/global-infrastructure/locations/). The code for a region is the region name with no spaces, **Central US** = **centralus**.
254+
9. To obtain region location codes, see [Azure Locations](https://azure.microsoft.com/global-infrastructure/locations/). The code for a region is the region name with no spaces, **Central US** = **centralus**.
255255

256256
10. You can also change other parameters in the template if you choose, and are optional depending on your requirements:
257257

@@ -271,7 +271,7 @@ The following steps show how to prepare the internal load balancer for the move
271271
```
272272
For more information on the differences between basic and standard sku load balancers, see [Azure Standard Load Balancer overview](./load-balancer-overview.md)
273273

274-
* **Availability zone** - You can change the zone(s) of the load balancer's frontend by changing the **zone** property. If the zone property isn't specified, the frontend is created as no-zone. You can specify a single zone to create a zonal frontend or all 3 zones for a zone-redundant frontend.
274+
* **Availability zone** - You can change the zones of the load balancer's frontend by changing the **zone** property. If the zone property isn't specified, the frontend is created as no-zone. You can specify a single zone to create a zonal frontend or all three zones for a zone-redundant frontend.
275275

276276
```json
277277
"frontendIPConfigurations": [
@@ -406,27 +406,27 @@ The following steps show how to prepare the internal load balancer for the move
406406

407407
13. Select **BASICS** > **Subscription** to choose the subscription where the target internal load balancer will be deployed.
408408

409-
15. Select **BASICS** > **Resource group** to choose the resource group where the target load balancer will be deployed. You can select **Create new** to create a new resource group for the target internal load balancer or choose the existing resource group that was created above for the virtual network. Ensure the name isn't the same as the source resource group of the existing source internal load balancer.
409+
15. Select **BASICS** > **Resource group** to choose the resource group where the target load balancer will be deployed. You can select **Create new** to create a new resource group for the target internal load balancer or choose the existing resource group that was created previously for the virtual network. Ensure the name isn't the same as the source resource group of the existing source internal load balancer.
410410

411411
16. Verify **BASICS** > **Location** is set to the target location where you wish for the internal load balancer to be deployed.
412412

413-
17. Verify under **SETTINGS** that the name matches the name that you entered in the parameters editor above. Verify the resource IDs are populated for any virtual networks in the configuration.
413+
17. Verify under **SETTINGS** that the name matches the name that you entered in the parameters editor previously. Verify the resource IDs are populated for any virtual networks in the configuration.
414414

415415
18. Check the box under **TERMS AND CONDITIONS**.
416416

417417
19. Select the **Purchase** button to deploy the target virtual network.
418418

419419
## Discard
420420

421-
If you wish to discard the target virtual network and internal load balancer, delete the resource group that contains the target virtual network and internal load balancer. To do so, select the resource group from your dashboard in the portal and select **Delete** at the top of the overview page.
421+
If you wish to discard the target virtual network and internal load balancer, delete the resource group that contains the target virtual network and internal load balancer. To do so, select the resource group from your dashboard in the portal and select **Delete** at the top of the overview page.
422422

423423
## Clean up
424424

425425
To commit the changes and complete the move of the virtual network and internal load balancer, delete the source virtual network and internal load balancer or resource group. To do so, select the virtual network and internal load balancer or resource group from your dashboard in the portal and select **Delete** at the top of each page.
426426

427427
## Next steps
428428

429-
In this tutorial, you moved an Azure internal load balancer from one region to another and cleaned up the source resources. To learn more about moving resources between regions and disaster recovery in Azure, refer to:
429+
In this tutorial, you moved an Azure internal load balancer from one region to another and cleaned up the source resources. To learn more about moving resources between regions and disaster recovery in Azure, refer to:
430430

431431

432432
- [Move resources to a new resource group or subscription](../azure-resource-manager/management/move-resource-group-and-subscription.md)

articles/load-balancer/move-across-regions-internal-load-balancer-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use Azure Resource Manager template to move Azure internal Load Bal
44
author: mbender-ms
55
ms.service: load-balancer
66
ms.topic: how-to
7-
ms.date: 06/27/2023
7+
ms.date: 06/27/2024
88
ms.author: mbender
99
ms.custom: devx-track-azurepowershell, template-how-to, devx-track-arm-template, engagement-fy23
1010
---

0 commit comments

Comments
 (0)