Skip to content

Commit 3d14ff6

Browse files
committed
link fixes
1 parent 61edc47 commit 3d14ff6

18 files changed

+25
-29
lines changed

articles/active-directory/user-help/security-info-manage-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This article helps you to troubleshoot your security info, including two-step ve
7878
|I lost my phone or it was stolen|Unfortunately, losing your phone or it being stolen can happen. In this situation, it's highly recommended that you let your organization know so your IT staff can reset your app passwords and clear any remembered devices from your trusted devices list. You can also forget your own trusted devices by following the steps in the [Manage your security info for a lost or potentially compromised device](#manage-your-security-info-for-a-lost-or-potentially-compromised-device) section.|
7979
|I got a new phone number|There are two ways to fix this problem. You can sign in using an alternate authentication method that doesn't require your phone number, such as email, or if that's not an option, you can contact your organization's IT staff and have them clear your settings. To add additional methods to your security info, you can follow the steps in the [Change your info](#change-your-info) section.|
8080
|My default method is wrong|You can update your default method in your security options. For specific details, you can go to the [Change your info](#change-your-info) section.|
81-
|I'm not receiving a text or call on my mobile device|If you've successfully received texts or phone calls to your mobile device in the past, then this issue is most-likely with the phone provider, not your account. Make sure that you have good cell signal, and that you're able to receive text messages and phone calls. You can ask a friend to call or text you as a test.<br><br>If you can successfully receive text and phone messages, but you still haven't gotten the notification, you can try using a different method. You can add additional methods to your security info by following the steps in the [Change your info](#change-your-info) section. If you don’t have another method to add, you can contact your company support and ask them to clear your settings so you can set up your methods the next time you sign in.<br><br>If you often have problems because of bad cell reception, we recommend you use the Microsoft Authenticator app on your mobile device. The app can generate random security codes that you use to sign in, and these codes don't require any cell signal or internet connection. For more info about the Microsoft Authenticator app, see the [Get started with the Microsoft Authenticator app](https://docs.microsoft.com/azure/multi-factor-authentication/end-user/user-help-auth-app-download-install) article.|
81+
|I'm not receiving a text or call on my mobile device|If you've successfully received texts or phone calls to your mobile device in the past, then this issue is most-likely with the phone provider, not your account. Make sure that you have good cell signal, and that you're able to receive text messages and phone calls. You can ask a friend to call or text you as a test.<br><br>If you can successfully receive text and phone messages, but you still haven't gotten the notification, you can try using a different method. You can add additional methods to your security info by following the steps in the [Change your info](#change-your-info) section. If you don’t have another method to add, you can contact your company support and ask them to clear your settings so you can set up your methods the next time you sign in.<br><br>If you often have problems because of bad cell reception, we recommend you use the Microsoft Authenticator app on your mobile device. The app can generate random security codes that you use to sign in, and these codes don't require any cell signal or internet connection. For more info about the Microsoft Authenticator app, see the [Get started with the Microsoft Authenticator app](user-help-auth-app-download-install.md) article.|
8282
|None of the options in this table has solved my problem|If you've tried these troubleshooting steps, but are still running into problems; contact your company support, they should be able to help you.|
8383

8484
## Next steps

articles/app-service/scripts/powershell-backup-onetime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ This script uses the following commands. Each command in the table links to comm
4747
|---|---|
4848
| [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) | Creates a resource group in which all resources are stored. |
4949
| [New-AzStorageAccount](/powershell/module/az.storage/new-azstorageaccount) | Creates a Storage account. |
50-
| [New-AzStorageContainer](/powershell/module/azure.storage/new-AzStoragecontainer) | Creates an Azure storage container. |
51-
| [New-AzStorageContainerSASToken](/powershell/module/azure.storage/new-AzStoragecontainersastoken) | Generates an SAS token for an Azure storage container. |
50+
| [New-AzStorageContainer](/powershell/module/az.storage/new-AzStoragecontainer) | Creates an Azure storage container. |
51+
| [New-AzStorageContainerSASToken](/powershell/module/az.storage/new-AzStoragecontainersastoken) | Generates an SAS token for an Azure storage container. |
5252
| [New-AzAppServicePlan](/powershell/module/az.websites/new-azappserviceplan) | Creates an App Service plan. |
5353
| [New-AzWebApp](/powershell/module/az.websites/new-azwebapp) | Creates a web app. |
5454
| [New-AzWebAppBackup](/powershell/module/az.websites/new-azwebappbackup) | Creates a backup for a web app. |

articles/app-service/scripts/powershell-backup-restore-diff-sub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ This script uses the following commands. Each command in the table links to comm
4545

4646
| Command | Notes |
4747
|---|---|
48-
| [Add-AzAccount](/powershell/module/az.profile/add-azaccount) | Adds an authenticated account to use for Azure Resource Manager cmdlet requests. |
48+
| [Add-AzAccount](/powershell/module/az.accounts/connect-azaccount) | Adds an authenticated account to use for Azure Resource Manager cmdlet requests. |
4949
| [Get-AzWebAppBackupList](/powershell/module/az.websites/get-azwebappbackuplist) | Gets a list of backups for a web app. |
5050
| [New-AzWebApp](/powershell/module/az.websites/new-azwebapp) | Creates a web app |
5151
| [Restore-AzWebAppBackup](/powershell/module/az.websites/restore-azwebappbackup) | Restores a web app from a previously completed backup. |

articles/app-service/scripts/powershell-backup-scheduled.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ This script uses the following commands. Each command in the table links to comm
4747
|---|---|
4848
| [New-AzResourceGroup](/powershell/module/az.resources/new-azresourcegroup) | Creates a resource group in which all resources are stored. |
4949
| [New-AzStorageAccount](/powershell/module/az.storage/new-azstorageaccount) | Creates a Storage account. |
50-
| [New-AzStorageContainer](/powershell/module/azure.storage/new-AzStoragecontainer) | Creates an Azure storage container. |
51-
| [New-AzStorageContainerSASToken](/powershell/module/azure.storage/new-AzStoragecontainersastoken) | Generates an SAS token for an Azure storage container. |
50+
| [New-AzStorageContainer](/powershell/module/az.storage/new-AzStoragecontainer) | Creates an Azure storage container. |
51+
| [New-AzStorageContainerSASToken](/powershell/module/az.storage/new-AzStoragecontainersastoken) | Generates an SAS token for an Azure storage container. |
5252
| [New-AzAppServicePlan](/powershell/module/az.websites/new-azappserviceplan) | Creates an App Service plan. |
5353
| [New-AzWebApp](/powershell/module/az.websites/new-azwebapp) | Creates a web app. |
5454
| [Edit-AzWebAppBackupConfiguration](/powershell/module/az.websites/edit-azwebappbackupconfiguration) | Edits the backup configuration for web app. |

articles/automation/az-modules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Importing an `Az` module in your Automation Account doesn't automatically import
2626
* When another module depending on the module is imported into a PowerShell session
2727

2828
> [!IMPORTANT]
29-
> It is important to make sure that runbooks in an Automation Account either only import `Az` or `AzureRM` modules into the PowerShell sessions used by runbooks and not both. If `Az` is imported before `AzureRM` in a runbook, the runbook will complete, but an [error referencing the get_SerializationSettings method](/troubleshoot/runbooks.md#get-serializationsettings) will show in the job streams and cmdlets may have not been properly executed. If you import `AzureRM` and then `Az` your runbook will still complete, but you will see an error in the job streams stating that both `Az` and `AzureRM` cannot be imported in the same session or used in the same runbook.
29+
> It is important to make sure that runbooks in an Automation Account either only import `Az` or `AzureRM` modules into the PowerShell sessions used by runbooks and not both. If `Az` is imported before `AzureRM` in a runbook, the runbook will complete, but an [error referencing the get_SerializationSettings method](../troubleshoot/runbooks.md#get-serializationsettings) will show in the job streams and cmdlets may have not been properly executed. If you import `AzureRM` and then `Az` your runbook will still complete, but you will see an error in the job streams stating that both `Az` and `AzureRM` cannot be imported in the same session or used in the same runbook.
3030
3131
## Migrating to Az modules
3232

articles/azure-maps/how-to-use-map-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ You can embed a map in a web page by using the Map Control client-side Javascrip
6363
</body>
6464
```
6565

66-
5. To initialize the map control, define a new section in the html body and create a script. Use your own Azure Maps account key or Azure Active Directory (AAD) credentials to authenticate the map using [authentication options](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.atlas.authenticationoptions). If you need to create an account or find your key, see [How to manage your Azure Maps account and keys](how-to-manage-account-keys.md). The **language** option specifies the language to be used for map labels and controls. For more information on supported languages, see [supported languages](supported-languages.md). If using a subscription key for authentication.
66+
5. To initialize the map control, define a new section in the html body and create a script. Use your own Azure Maps account key or Azure Active Directory (AAD) credentials to authenticate the map using [authentication options](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.authenticationoptions). If you need to create an account or find your key, see [How to manage your Azure Maps account and keys](how-to-manage-account-keys.md). The **language** option specifies the language to be used for map labels and controls. For more information on supported languages, see [supported languages](supported-languages.md). If using a subscription key for authentication.
6767

6868
```html
6969
<script type='text/javascript'>

articles/azure-maps/map-route.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ The line in the second block of code instantiates a client service.
2828

2929
The third creates and adds a [DataSource](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.source.datasource?view=azure-iot-typescript-latest) object to the map.
3030

31-
A line is a [Feature](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.data.feature?view=azure-iot-typescript-latest) of LineString. A [LineLayer](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.layer.linelayer?view=azure-iot-typescript-latest) renders line objects wrapped in the [DataSource](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.source.datasource?view=azure-iot-typescript-latest) as lines on the map. The fourth block of code creates and add a line layer to the map. See properties of a line layer at [LinestringLayerOptions](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.deprecated.linestringlayeroptions?view=azure-iot-typescript-latest).
31+
A line is a [Feature](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.data.feature?view=azure-iot-typescript-latest) of LineString. A [LineLayer](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.layer.linelayer?view=azure-iot-typescript-latest) renders line objects wrapped in the [DataSource](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.source.datasource?view=azure-iot-typescript-latest) as lines on the map. The fourth block of code creates and add a line layer to the map. See properties of a line layer at [LinestringLayerOptions](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.linelayeroptions?view=azure-iot-typescript-latest).
3232

3333
A [symbol layer](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.layer.symbollayer?view=azure-iot-typescript-latest) uses text or icons to render point-based data wrapped in the [DataSource](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.source.datasource?view=azure-iot-typescript-latest) as symbols on the map. The fifth block of code creates and add a symbol layer to the map.
3434

3535
The sixth block of code creates start and end [points](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.data.point?view=azure-iot-typescript-latest) object and adds them to the dataSource object.
3636

3737
The seventh block of code sets the bounds of the map using the Map's [setCamera](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.map?view=azure-iot-typescript-latest#setcamera-cameraoptions---cameraboundsoptions---animationoptions-) property.
3838

39-
The last block of code queries the Azure Maps routing service, which is part of the [service module](https://atlas.microsoft.com/sdk/js/atlas-service.js?api-version=1). The [getRouteDirections](https://docs.microsoft.com/javascript/api/azure-maps-rest/services.route?view=azure-iot-typescript-latest) method is used to get a route between the start and end points. The response is then parsed into GeoJSON format using the [getGeoJsonRouteDirectionsResponse](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.geojson.geojsonroutedirectionsresponse?view=azure-iot-typescript-latest) method. It then renders the response as a route on the map. For more information about adding a line to the map, see [add a line on the map](./map-add-shape.md#addALine).
39+
The last block of code queries the Azure Maps routing service, which is part of the [service module](https://atlas.microsoft.com/sdk/js/atlas-service.js?api-version=1). The [getRouteDirections](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.models.routedirectionsrequestbody?view=azure-iot-typescript-latest) method is used to get a route between the start and end points. The response is then parsed into GeoJSON format using the [getGeoJsonRouteDirectionsResponse](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.routegeojson?view=azure-iot-typescript-latest) method. It then renders the response as a route on the map. For more information about adding a line to the map, see [add a line on the map](./map-add-shape.md#addALine).
4040

4141
The route query, data source, symbol, and line layers and the camera bounds are created and set within the map's [event listener](https://docs.microsoft.com/javascript/api/azure-maps-control/atlas.map?view=azure-iot-typescript-latest#events) to ensure that the results are displayed after the map loads fully.
4242

articles/azure-maps/tutorial-prioritized-routes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ This section shows how to use the Maps route service API to find multiple routes
243243
datasource.add(routeLine, 0);
244244
});
245245
```
246-
This code snippet above queries the Azure Maps routing service through the [getRouteDirections](https://docs.microsoft.com/javascript/api/azure-maps-rest/services.route?view=azure-iot-typescript-latest) method and then parses the response into GeoJSON format using the [getGeoJsonRouteDirectionsResponse](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.geojson.geojsonroutedirectionsresponse?view=azure-iot-typescript-latest). And then creates an array of coordinates for the route returned, and adds it to the data source, but also adds an index of 0 to ensure that it is rendered before any other lines in the data source. This is done as the truck route calculation will often be slower than a car route calculation and if the truck route line is added to the data source after the car route, it will render above it. Two properties are added to the truck route line, a stroke color that is a nice shade of blue, and a stroke width of 9 pixels.
246+
This code snippet above queries the Azure Maps routing service through the [getRouteDirections](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.models.routedirectionsrequestbody?view=azure-iot-typescript-latest) method and then parses the response into GeoJSON format using the [getGeoJsonRouteDirectionsResponse](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.routegeojson?view=azure-iot-typescript-latest). And then creates an array of coordinates for the route returned, and adds it to the data source, but also adds an index of 0 to ensure that it is rendered before any other lines in the data source. This is done as the truck route calculation will often be slower than a car route calculation and if the truck route line is added to the data source after the car route, it will render above it. Two properties are added to the truck route line, a stroke color that is a nice shade of blue, and a stroke width of 9 pixels.
247247

248248
4. Add the following JavaScript code to request the route for a car and display the results:
249249

@@ -262,7 +262,7 @@ This section shows how to use the Maps route service API to find multiple routes
262262
datasource.add(routeLine);
263263
});
264264
```
265-
This code snippet uses the same truck route query for a car. It queries the Azure Maps routing service through the [getRouteDirections](https://docs.microsoft.com/javascript/api/azure-maps-rest/services.route?view=azure-iot-typescript-latest) method and then parses the response into GeoJSON format using the [getGeoJsonRouteDirectionsResponse](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.geojson.geojsonroutedirectionsresponse?view=azure-iot-typescript-latest). And then creates an array of coordinates for the route returned, and adds it to the data source. Two properties are added to the car route line, a stroke color that is a shade of purple, and a stroke width of 5 pixels.
265+
This code snippet uses the same truck route query for a car. It queries the Azure Maps routing service through the [getRouteDirections](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.models.routedirectionsrequestbody?view=azure-iot-typescript-latest) method and then parses the response into GeoJSON format using the [getGeoJsonRouteDirectionsResponse](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.routegeojson?view=azure-iot-typescript-latest). And then creates an array of coordinates for the route returned, and adds it to the data source. Two properties are added to the car route line, a stroke color that is a shade of purple, and a stroke width of 5 pixels.
266266

267267
5. Save the **MapTruckRoute.html** file and refresh your browser to observe the result. For a successful connection with the Maps' APIs, you should see a map similar to the following.
268268

articles/azure-maps/tutorial-route-location.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ This section shows how to use the Maps route service API to find the route from
197197
endPoint.geometry.coordinates[0];
198198
```
199199

200-
3. To get the route, add the following block of code to the script. It queries the Azure Maps routing service through the [getRouteDirections](https://docs.microsoft.com/javascript/api/azure-maps-rest/services.route?view=azure-iot-typescript-latest) method and then parses the response into GeoJSON format using the [getGeoJsonRoutes](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.geojson.geojsonroutedirectionsresponse?view=azure-iot-typescript-latest). It then adds route line in the response to the data source, which automatically renders it on the map.
200+
3. To get the route, add the following block of code to the script. It queries the Azure Maps routing service through the [getRouteDirections](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.models.routedirectionsrequestbody?view=azure-iot-typescript-latest) method and then parses the response into GeoJSON format using the [getGeoJsonRoutes](https://docs.microsoft.com/javascript/api/azure-maps-rest/atlas.service.routegeojson?view=azure-iot-typescript-latest). It then adds route line in the response to the data source, which automatically renders it on the map.
201201

202202
```JavaScript
203203
//Execute the car route query then add the route to the map once a response is received.

0 commit comments

Comments
 (0)