Skip to content

Commit 848001a

Browse files
committed
Fix secure links
1 parent 58ee5b8 commit 848001a

10 files changed

+100
-100
lines changed

articles/azure-portal/azure-portal-safelist-urls.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Safelist the Azure portal URLs | Microsoft Docs
2+
title: Safelist the Azure portal URLs | Microsoft Docs
33
description: Add these URLs to proxy server bypass to communicate with the Azure portal and its services
44
services: azure-portal
5-
keywords:
5+
keywords:
66
author: kfollis
77
ms.author: kfollis
88
ms.date: 09/13/2019
@@ -75,8 +75,8 @@ The URL endpoints to safelist for the Azure portal are specific to the Azure clo
7575
Need to safelist IP addresses? Download the list of Microsoft Azure datacenter IP ranges for your cloud:
7676

7777
* [Worldwide](https://www.microsoft.com/download/details.aspx?id=56519)
78-
* [U.S. Government](http://www.microsoft.com/download/details.aspx?id=57063)
79-
* [Germany](http://www.microsoft.com/download/details.aspx?id=57064)
80-
* [China](http://www.microsoft.com/download/details.aspx?id=57062)
78+
* [U.S. Government](https://www.microsoft.com/download/details.aspx?id=57063)
79+
* [Germany](https://www.microsoft.com/download/details.aspx?id=57064)
80+
* [China](https://www.microsoft.com/download/details.aspx?id=57062)
8181

8282
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).

articles/data-factory/concepts-data-flow-column-pattern.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ Build your rules using the expression builder. Your expressions will return a bo
5252
* `position` is the ordinal position of columns in your data flow
5353

5454
## Next steps
55-
* Learn more about the ADF Mapping Data Flow [expression language](http://aka.ms/dataflowexpressions) for data transformations
55+
* Learn more about the ADF Mapping Data Flow [expression language](https://aka.ms/dataflowexpressions) for data transformations
5656
* Use column patterns in the [Sink transformation](data-flow-sink.md) and [Select transformation](data-flow-select.md) with rule-based mapping

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

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure external load balancers can't be moved from one region to another. You can
2222
- 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.
2323

2424
- 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+
2626
- 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.
2727

2828
- 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
3838

3939
### Export the public IP template and deploy from the portal
4040

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**.
4242
2. Locate the Resource Group that contains the source public IP and click on it.
4343
3. Select > **Settings** > **Export template**.
4444
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
6060

6161
Click **Save** in the editor.
6262

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.
6464

6565
10. To edit the target region where the public IP will be moved, change the **location** property under **resources**:
6666

@@ -85,11 +85,11 @@ The following steps show how to prepare the external load balancer for the move
8585
"ipTags": []
8686
}
8787
}
88-
]
88+
]
8989
```
90-
90+
9191
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+
9393
12. You can also change other parameters in the template if you choose, and are optional depending on your requirements:
9494

9595
* **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
130130
"publicIPAllocationMethod": "Dynamic",
131131
"idleTimeoutInMinutes": 4,
132132
"ipTags": []
133-
133+
134134
```
135135

136136
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).
137137

138-
138+
139139
13. Click **Save** in the online editor.
140140

141141
14. Click **BASICS** > **Subscription** to choose the subscription where the target public IP will be deployed.
142142

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.
144144

145145
16. Verify **BASICS** > **Location** is set to the target location where you wish for the public IP to be deployed.
146146

@@ -153,7 +153,7 @@ The following steps show how to prepare the external load balancer for the move
153153

154154
### Export the external load balancer template and deploy from the Azure portal
155155

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**.
157157
2. Locate the Resource Group that contains the source external load balancer and click on it.
158158
3. Select > **Settings** > **Export template**.
159159
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
175175
```
176176

177177
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.
180180
2. Locate the target resource group that contains the moved public IP from the steps above, and click on it.
181181
3. Select > **Settings** > **Properties**.
182182
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
196196

197197
```
198198
6. Click **Save** in the online editor.
199-
199+
200200

201201
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:
202202

@@ -206,15 +206,15 @@ The following steps show how to prepare the external load balancer for the move
206206
"parameters": {
207207
"loadBalancers_myLoadbalancer_ext_name": {
208208
"value": "<target-external-lb-name>",
209-
209+
210210
},
211211
"publicIPAddresses_myPubIP_in_externalid": {
212212
"value": "<target-publicIP-resource-ID>",
213-
213+
214214
},
215215
"publicIPAddresses_myPubIP_out_externalid": {
216216
"defaultValue": "<target-publicIP-outbound-resource-ID>",
217-
217+
218218
}
219219
},
220220
```
@@ -238,7 +238,7 @@ The following steps show how to prepare the external load balancer for the move
238238
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**.
239239

240240
11. You can also change other parameters in the template if you choose, and are optional depending on your requirements:
241-
241+
242242
* **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:
243243

244244
```json
@@ -384,10 +384,10 @@ The following steps show how to prepare the external load balancer for the move
384384
For more information on outbound rules, see [Load Balancer outbound rules](https://docs.microsoft.com/azure/load-balancer/load-balancer-outbound-rules-overview)
385385

386386
12. Click **Save** in the online editor.
387-
387+
388388
13. Click **BASICS** > **Subscription** to choose the subscription where the target external load balancer will be deployed.
389389

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.
391391

392392
16. Verify **BASICS** > **Location** is set to the target location where you wish for the external load balancer to be deployed.
393393

@@ -397,7 +397,7 @@ The following steps show how to prepare the external load balancer for the move
397397

398398
19. Click the **Purchase** button to deploy the target public IP.
399399

400-
## Discard
400+
## Discard
401401

402402
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.
403403

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

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Azure internal load balancers can't be moved from one region to another. You can
2222
- 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.
2323

2424
- 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+
2626
- 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.
2727

2828
- 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
3838

3939
### Export the virtual network template and deploy from the Azure portal
4040

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**.
4242
2. Locate the Resource Group that contains the source virtual network and click on it.
4343
3. Select > **Settings** > **Export template**.
4444
4. Choose **Deploy** in the **Export template** blade.
4545
5. Click **TEMPLATE** > **Edit parameters** to open the **parameters.json** file in the online editor.
4646
6. To edit the parameter of the virtual network name, change the **value** property under **parameters**:
47-
47+
4848
```json
4949
{
5050
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
@@ -60,8 +60,8 @@ The following steps show how to prepare the internal load balancer for the move
6060

6161
8. Click **Save** in the editor.
6262

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+
6565
10. To edit the target region where the VNET will be moved, change the **location** property under resources:
6666

6767
```json
@@ -81,9 +81,9 @@ The following steps show how to prepare the internal load balancer for the move
8181
},
8282

8383
```
84-
84+
8585
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+
8787
12. You can also change other parameters in the **template.json** file if you choose, and are optional depending on your requirements:
8888

8989
* **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
177177

178178
14. Click **BASICS** > **Subscription** to choose the subscription where the target VNET will be deployed.
179179

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.
181181

182182
16. Verify **BASICS** > **Location** is set to the target location where you wish for the VNET to be deployed.
183183

@@ -189,7 +189,7 @@ The following steps show how to prepare the internal load balancer for the move
189189

190190
### Export the internal load balancer template and deploy from Azure PowerShell
191191

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**.
193193
2. Locate the Resource Group that contains the source internal load balancer and click on it.
194194
3. Select > **Settings** > **Export template**.
195195
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
210210
"type": "String"
211211
}
212212
```
213-
213+
214214
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.
217217
2. Locate the target resource group that contains the moved virtual network from the steps above, and click on it.
218218
3. Select > **Settings** > **Properties**.
219219
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.
220220
5. Paste the resource ID into the **defaultValue** property into the **Edit Parameters** editor open in the other browser window or tab:
221-
221+
222222
```json
223223
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
224224
"contentVersion": "1.0.0.0",
@@ -251,9 +251,9 @@ The following steps show how to prepare the internal load balancer for the move
251251
```
252252

253253
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+
255255
10. You can also change other parameters in the template if you choose, and are optional depending on your requirements:
256-
256+
257257
* **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:
258258

259259
```json
@@ -369,12 +369,12 @@ The following steps show how to prepare the internal load balancer for the move
369369
}
370370
```
371371
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+
373373
12. Click **Save** in the online editor.
374-
374+
375375
13. Click **BASICS** > **Subscription** to choose the subscription where the target internal load balancer will be deployed.
376376

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.
378378

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

@@ -384,7 +384,7 @@ The following steps show how to prepare the internal load balancer for the move
384384

385385
19. Click the **Purchase** button to deploy the target virtual network.
386386

387-
## Discard
387+
## Discard
388388

389389
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.
390390

0 commit comments

Comments
 (0)