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
Other Microsoft services use additional URLs and IP addresses for connectivity. To optimize network connectivity for Microsoft 365 services, see [Set up your network for Office 365](/office365/enterprise/set-up-network-for-office-365).
Copy file name to clipboardExpand all lines: articles/load-balancer/move-across-regions-external-load-balancer-portal.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Azure external load balancers can't be moved from one region to another. You can
22
22
- Azure external load balancers can't be moved between regions. You'll have to associate the new load balancer to resources in the target region.
23
23
24
24
- To export an external load balancer configuration and deploy a template to create an external load balancer in another region, you'll need the Network Contributor role or higher.
25
-
25
+
26
26
- 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, public IPs, and virtual networks.
27
27
28
28
- Verify that your Azure subscription allows you to create external load balancers in the target region that's used. Contact support to enable the required quota.
@@ -38,7 +38,7 @@ The following steps show how to prepare the external load balancer for the move
38
38
39
39
### Export the public IP template and deploy from the portal
40
40
41
-
1. Login to the [Azure portal](http://portal.azure.com) > **Resource Groups**.
41
+
1. Login to the [Azure portal](https://portal.azure.com) > **Resource Groups**.
42
42
2. Locate the Resource Group that contains the source public IP and click on it.
43
43
3. Select > **Settings** > **Export template**.
44
44
4. Choose **Deploy** in the **Export template** blade.
@@ -60,7 +60,7 @@ The following steps show how to prepare the external load balancer for the move
60
60
61
61
Click **Save** in the editor.
62
62
63
-
9. Click **TEMPLATE** > **Edit template** to open the **template.json** file in the online editor.
63
+
9. Click **TEMPLATE** > **Edit template** to open the **template.json** file in the online editor.
64
64
65
65
10. To edit the target region where the public IP will be moved, change the **location** property under **resources**:
66
66
@@ -85,11 +85,11 @@ The following steps show how to prepare the external load balancer for the move
85
85
"ipTags": []
86
86
}
87
87
}
88
-
]
88
+
]
89
89
```
90
-
90
+
91
91
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**.
92
-
92
+
93
93
12. You can also change other parameters in the template if you choose, and are optional depending on your requirements:
94
94
95
95
* **Sku** - You can change the sku of the public IP in the configuration from standard to basic or basic to standard by altering the **sku** > **name** property in the **template.json** file:
@@ -130,17 +130,17 @@ The following steps show how to prepare the external load balancer for the move
130
130
"publicIPAllocationMethod": "Dynamic",
131
131
"idleTimeoutInMinutes": 4,
132
132
"ipTags": []
133
-
133
+
134
134
```
135
135
136
136
For more information on the allocation methods and the idle timeout values, see [Create, change, or delete a public IP address](https://docs.microsoft.com/azure/virtual-network/virtual-network-public-ip-address).
137
137
138
-
138
+
139
139
13. Click **Save** in the online editor.
140
140
141
141
14. Click **BASICS** > **Subscription** to choose the subscription where the target public IP will be deployed.
142
142
143
-
15. Click **BASICS** > **Resource group** to choose the resource group where the target public IP will be deployed. You can click **Create new** to create a new resource group for the target public IP. Ensure the name isn't the same as the source resource group of the existing source public IP.
143
+
15. Click **BASICS** > **Resource group** to choose the resource group where the target public IP will be deployed. You can click **Create new** to create a new resource group for the target public IP. Ensure the name isn't the same as the source resource group of the existing source public IP.
144
144
145
145
16. Verify **BASICS** > **Location** is set to the target location where you wish for the public IP to be deployed.
146
146
@@ -153,7 +153,7 @@ The following steps show how to prepare the external load balancer for the move
153
153
154
154
### Export the external load balancer template and deploy from the Azure portal
155
155
156
-
1. Login to the [Azure portal](http://portal.azure.com) > **Resource Groups**.
156
+
1. Login to the [Azure portal](https://portal.azure.com) > **Resource Groups**.
157
157
2. Locate the Resource Group that contains the source external load balancer and click on it.
158
158
3. Select > **Settings** > **Export template**.
159
159
4. Choose **Deploy** in the **Export template** blade.
@@ -175,8 +175,8 @@ The following steps show how to prepare the external load balancer for the move
175
175
```
176
176
177
177
6. To edit value of the target public IP that was moved above, you must first obtain the resource ID and then copy and paste it into the **parameters.json** file. To obtain the ID:
178
-
179
-
1. Login to the [Azure portal](http://portal.azure.com) > **Resource Groups** in another browser tab or window.
178
+
179
+
1. Login to the [Azure portal](https://portal.azure.com) > **Resource Groups** in another browser tab or window.
180
180
2. Locate the target resource group that contains the moved public IP from the steps above, and click on it.
181
181
3. Select > **Settings** > **Properties**.
182
182
4. In the blade to the right, highlight the **Resource ID** and copy it to the clipboard. Alternatively, you can click on the **copy to clipboard** button to the right of the **Resource ID** path.
@@ -196,7 +196,7 @@ The following steps show how to prepare the external load balancer for the move
196
196
197
197
```
198
198
6. Click **Save** in the online editor.
199
-
199
+
200
200
201
201
7. If you have configured outbound NAT and outbound rules for the load balancer, a third entry will be present in this file for the external ID for the outbound public IP. Repeat the steps above in the **target region** to obtain the ID for the outbound public IP and paste that entry into the **parameters.json** file:
202
202
@@ -206,15 +206,15 @@ The following steps show how to prepare the external load balancer for the move
@@ -238,7 +238,7 @@ The following steps show how to prepare the external load balancer for the move
238
238
10. 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**.
239
239
240
240
11. You can also change other parameters in the template if you choose, and are optional depending on your requirements:
241
-
241
+
242
242
* **Sku** - You can change the sku of the external load balancer in the configuration from standard to basic or basic to standard by altering the **sku** > **name** property in the **template.json** file:
243
243
244
244
```json
@@ -384,10 +384,10 @@ The following steps show how to prepare the external load balancer for the move
384
384
For more information on outbound rules, see [Load Balancer outbound rules](https://docs.microsoft.com/azure/load-balancer/load-balancer-outbound-rules-overview)
385
385
386
386
12. Click **Save** in the online editor.
387
-
387
+
388
388
13. Click **BASICS** > **Subscription** to choose the subscription where the target external load balancer will be deployed.
389
389
390
-
15. Click **BASICS** > **Resource group** to choose the resource group where the target load balancer will be deployed. You can click **Create new** to create a new resource group for the target external load balancer or choose the existing resource group that was created above for the public IP. Ensure the name isn't the same as the source resource group of the existing source external load balancer.
390
+
15. Click **BASICS** > **Resource group** to choose the resource group where the target load balancer will be deployed. You can click **Create new** to create a new resource group for the target external load balancer or choose the existing resource group that was created above for the public IP. Ensure the name isn't the same as the source resource group of the existing source external load balancer.
391
391
392
392
16. Verify **BASICS** > **Location** is set to the target location where you wish for the external load balancer to be deployed.
393
393
@@ -397,7 +397,7 @@ The following steps show how to prepare the external load balancer for the move
397
397
398
398
19. Click the **Purchase** button to deploy the target public IP.
399
399
400
-
## Discard
400
+
## Discard
401
401
402
402
If you wish to discard the target public IP and external load balancer, delete the resource group that contains the target public IP and external 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.
Copy file name to clipboardExpand all lines: articles/load-balancer/move-across-regions-internal-load-balancer-portal.md
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Azure internal load balancers can't be moved from one region to another. You can
22
22
- Azure internal load balancers can't be moved between regions. You'll have to associate the new load balancer to resources in the target region.
23
23
24
24
- To export an internal load balancer configuration and deploy a template to create an internal load balancer in another region, you'll need the Network Contributor role or higher.
25
-
25
+
26
26
- 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.
27
27
28
28
- 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.
@@ -38,13 +38,13 @@ The following steps show how to prepare the internal load balancer for the move
38
38
39
39
### Export the virtual network template and deploy from the Azure portal
40
40
41
-
1. Login to the [Azure portal](http://portal.azure.com) > **Resource Groups**.
41
+
1. Login to the [Azure portal](https://portal.azure.com) > **Resource Groups**.
42
42
2. Locate the Resource Group that contains the source virtual network and click on it.
43
43
3. Select > **Settings** > **Export template**.
44
44
4. Choose **Deploy** in the **Export template** blade.
45
45
5. Click **TEMPLATE** > **Edit parameters** to open the **parameters.json** file in the online editor.
46
46
6. To edit the parameter of the virtual network name, change the **value** property under **parameters**:
@@ -60,8 +60,8 @@ The following steps show how to prepare the internal load balancer for the move
60
60
61
61
8. Click **Save** in the editor.
62
62
63
-
9. Click **TEMPLATE** > **Edit template** to open the **template.json** file in the online editor.
64
-
63
+
9. Click **TEMPLATE** > **Edit template** to open the **template.json** file in the online editor.
64
+
65
65
10. To edit the target region where the VNET will be moved, change the **location** property under resources:
66
66
67
67
```json
@@ -81,9 +81,9 @@ The following steps show how to prepare the internal load balancer for the move
81
81
},
82
82
83
83
```
84
-
84
+
85
85
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
-
86
+
87
87
12. You can also change other parameters in the **template.json** file if you choose, and are optional depending on your requirements:
88
88
89
89
* **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:
@@ -177,7 +177,7 @@ The following steps show how to prepare the internal load balancer for the move
177
177
178
178
14. Click **BASICS** > **Subscription** to choose the subscription where the target VNET will be deployed.
179
179
180
-
15. Click **BASICS** > **Resource group** to choose the resource group where the target VNET will be deployed. You can click **Create new** to create a new resource group for the target VNET. Ensure the name is not the same as the source resource group of the existing VNET.
180
+
15. Click **BASICS** > **Resource group** to choose the resource group where the target VNET will be deployed. You can click **Create new** to create a new resource group for the target VNET. Ensure the name is not the same as the source resource group of the existing VNET.
181
181
182
182
16. Verify **BASICS** > **Location** is set to the target location where you wish for the VNET to be deployed.
183
183
@@ -189,7 +189,7 @@ The following steps show how to prepare the internal load balancer for the move
189
189
190
190
### Export the internal load balancer template and deploy from Azure PowerShell
191
191
192
-
1. Login to the [Azure portal](http://portal.azure.com) > **Resource Groups**.
192
+
1. Login to the [Azure portal](https://portal.azure.com) > **Resource Groups**.
193
193
2. Locate the Resource Group that contains the source internal load balancer and click on it.
194
194
3. Select > **Settings** > **Export template**.
195
195
4. Choose **Deploy** in the **Export template** blade.
@@ -210,15 +210,15 @@ The following steps show how to prepare the internal load balancer for the move
210
210
"type": "String"
211
211
}
212
212
```
213
-
213
+
214
214
6. To edit value of the target virtual network that was moved above, you must first obtain the resource ID and then copy and paste it into the **parameters.json** file. To obtain the ID:
215
-
216
-
1. Login to the [Azure portal](http://portal.azure.com) > **Resource Groups** in another browser tab or window.
215
+
216
+
1. Login to the [Azure portal](https://portal.azure.com) > **Resource Groups** in another browser tab or window.
217
217
2. Locate the target resource group that contains the moved virtual network from the steps above, and click on it.
218
218
3. Select > **Settings** > **Properties**.
219
219
4. In the blade to the right, highlight the **Resource ID** and copy it to the clipboard. Alternatively, you can click on the **copy to clipboard** button to the right of the **Resource ID** path.
220
220
5. Paste the resource ID into the **defaultValue** property into the **Edit Parameters** editor open in the other browser window or tab:
@@ -251,9 +251,9 @@ The following steps show how to prepare the internal load balancer for the move
251
251
```
252
252
253
253
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
-
254
+
255
255
10. You can also change other parameters in the template if you choose, and are optional depending on your requirements:
256
-
256
+
257
257
* **Sku** - You can change the sku of the internal load balancer in the configuration from standard to basic or basic to standard by altering the **sku** > **name** property in the **template.json** file:
258
258
259
259
```json
@@ -369,12 +369,12 @@ The following steps show how to prepare the internal load balancer for the move
369
369
}
370
370
```
371
371
For more information on inbound NAT rules, see [What is Azure Load Balancer?](https://docs.microsoft.com/azure/load-balancer/load-balancer-overview)
372
-
372
+
373
373
12. Click **Save** in the online editor.
374
-
374
+
375
375
13. Click **BASICS** > **Subscription** to choose the subscription where the target internal load balancer will be deployed.
376
376
377
-
15. Click **BASICS** > **Resource group** to choose the resource group where the target load balancer will be deployed. You can click **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.
377
+
15. Click **BASICS** > **Resource group** to choose the resource group where the target load balancer will be deployed. You can click **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.
378
378
379
379
16. Verify **BASICS** > **Location** is set to the target location where you wish for the internal load balancer to be deployed.
380
380
@@ -384,7 +384,7 @@ The following steps show how to prepare the internal load balancer for the move
384
384
385
385
19. Click the **Purchase** button to deploy the target virtual network.
386
386
387
-
## Discard
387
+
## Discard
388
388
389
389
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.
0 commit comments