Skip to content

Commit d27c757

Browse files
authored
Merge pull request #298163 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents b4d223c + 3080f1c commit d27c757

38 files changed

+96
-95
lines changed

articles/azure-maps/azure-maps-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ After the application receives an access token, the SDK and/or application sends
7171
> [!NOTE]
7272
> `x-ms-client-id` is the Azure Maps account-based GUID that appears on the Azure Maps authentication page.
7373
74-
Here's an example of an Azure Maps route request that uses a Microsoft Entra ID OAuth Bearer token:
74+
Here's an example of an Azure Maps Route request that uses a Microsoft Entra ID OAuth Bearer token:
7575

7676
```http
7777
GET /route/directions/json?api-version=1.0&query=52.50931,13.42936:52.50274,13.43872

articles/azure-maps/consent-management.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: manage-account
1313

1414
Azure Maps is a global service that is available worldwide. When creating your Azure Maps account, you select a _Region_. The Region selection is the accounts geographic scope, which allows you to limit data residency to the selected region. All requests (including input data) are processed and stored exclusively in the specified geographic area (region).
1515

16-
In some cases, you will need to enable your search requests to be processed in a region or geography other than the one your Azure Maps Account is in. For example, due to local data residency laws, all South Korean addresses must be processed in South Korea, which is the _Korea Central_ region in Azure Maps. To do this, you must give Azure Maps consent to process your data in the _Korea Central_ region. For more information on how to give Azure maps consent to process data in a different region, see [Configure global data processing].
16+
In some cases, you will need to enable your search requests to be processed in a region or geography other than the one your Azure Maps Account is in. For example, due to local data residency laws, all South Korean addresses must be processed in South Korea, which is the _Korea Central_ region in Azure Maps. To do this, you must give Azure Maps consent to process your data in the _Korea Central_ region. For more information on how to give Azure Maps consent to process data in a different region, see [Configure global data processing].
1717

1818
For more information on geographic scope in Azure Maps, see [Azure Maps service geographic scope].
1919

articles/azure-maps/create-data-source-web-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Azure Maps adheres to the [Mapbox Vector Tile Specification], an open standard.
8282
* Azure Maps Creator also allows custom vector tiles to be created and accessed through the [Render - Get Map Tile] API
8383

8484
> [!TIP]
85-
> When using vector or raster image tiles from the Azure Maps render service with the web SDK, you can replace `atlas.microsoft.com` with the placeholder `{azMapsDomain}`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Microsoft Entra authentication.
85+
> When using vector or raster image tiles from the Azure Maps Render service with the web SDK, you can replace `atlas.microsoft.com` with the placeholder `{azMapsDomain}`. This placeholder will be replaced with the same domain used by the map and will automatically append the same authentication details as well. This greatly simplifies authentication with the render service when using Microsoft Entra authentication.
8686
8787
To display data from a vector tile source on the map, connect the source to one of the data rendering layers. All layers that use a vector source must specify a `sourceLayer` value in the options. The following code loads the Azure Maps traffic flow vector tile service as a vector tile source, then displays it on a map using a line layer. This vector tile source has a single set of data in the source layer called "Traffic flow". The line data in this data set has a property called `traffic_level` that is used in this code to select the color and scale the size of lines.
8888

articles/azure-maps/elevation-data-services.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ PostgreSQL to return vector tiles.
265265
266266
1. You can now use an Azure Function to Query PostgreSQL and return
267267
vector tiles for the contour lines. The tile server can be used with
268-
the Azure Maps web SDK to create a web app that displays contour
268+
the Azure Maps Web SDK to create a web app that displays contour
269269
lines on the map.
270270
271271
```python

articles/azure-maps/how-to-dev-guide-java-sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Once the maven project is created, there should be a `pom.xml` file with basic i
8686
</dependency
8787
```
8888

89-
Run `mvn clean install` on your project, then create a java file named `demo.java` and import what you need from Azure maps into the file:
89+
Run `mvn clean install` on your project, then create a java file named `demo.java` and import what you need from Azure Maps into the file:
9090

9191
```powershell
9292
cd DemoProject

articles/azure-maps/how-to-dev-guide-js-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ mapsDemo
7070

7171
## Create and authenticate a MapsSearchClient
7272

73-
You need a `credential` object for authentication when creating the `MapsSearchClient` object used to access the Azure Maps search APIs. You can use either a Microsoft Entra credential or an Azure subscription key to authenticate. For more information on authentication, see [Authentication with Azure Maps].
73+
You need a `credential` object for authentication when creating the `MapsSearchClient` object used to access the Azure Maps Search APIs. You can use either a Microsoft Entra credential or an Azure subscription key to authenticate. For more information on authentication, see [Authentication with Azure Maps].
7474

7575
> [!TIP]
76-
> The`MapsSearchClient` is the primary interface for developers using the Azure Maps search library. See [Azure Maps Search client library][JS-SDK] to learn more about the search methods available.
76+
> The`MapsSearchClient` is the primary interface for developers using the Azure Maps Search library. See [Azure Maps Search client library][JS-SDK] to learn more about the search methods available.
7777
7878
<a name='using-an-azure-ad-credential'></a>
7979

articles/azure-maps/how-to-render-custom-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The following are examples of custom data:
2020
- Geometry overlays
2121

2222
> [!TIP]
23-
> To show a simple map on a web page, it's often more cost effective to use the Azure Maps Web SDK, rather than to use the static image service. The web SDK uses map tiles; and unless the user pans and zooms the map, they will often generate only a fraction of a transaction per map load using browser caching. The Azure Maps Web SDK has options for disabling panning and zooming. Also, the Azure Maps Web SDK provides a richer set of data visualization options than a static map web service does.
23+
> To show a simple map on a web page, it's often more cost effective to use the Azure Maps Web SDK, rather than to use the static image service. The Web SDK uses map tiles; and unless the user pans and zooms the map, they will often generate only a fraction of a transaction per map load using browser caching. The Azure Maps Web SDK has options for disabling panning and zooming. Also, the Azure Maps Web SDK provides a richer set of data visualization options than a static map web service does.
2424
2525
## Prerequisites
2626

articles/azure-maps/how-to-search-for-address.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The example in this section uses `Fuzzy Search` to search the entire world for *
8383
```
8484
8585
> [!NOTE]
86-
> The _json_ attribute in the URL path determines the response format. This article uses json for ease of use and readability. To find other supported response formats, see the `format` parameter definition in the [URI Parameter reference] documentation.
86+
> The _json_ attribute in the URL path determines the response format. This article uses JSON for ease of use and readability. To find other supported response formats, see the `format` parameter definition in the [URI Parameter reference] documentation.
8787
8888
1. Select the run button, then review the response body.
8989

articles/azure-maps/how-to-use-image-templates-web-sdk.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.subservice: web-sdk
1111

1212
# How to use image templates
1313

14-
Images can be used with HTML markers and various layers within the Azure Maps web SDK:
14+
Images can be used with HTML markers and various layers within the Azure Maps Web SDK:
1515

1616
- Symbol layers can render points on the map with an image icon. Symbols can also be rendered along a lines path.
1717
- Polygon layers can be rendered with a fill pattern image.
@@ -119,7 +119,7 @@ The [HTML Marker with built-in icon template] sample demonstrates this using the
119119
120120
## Create custom reusable templates
121121
122-
If your application uses the same icon within different modules or if you're creating a module that adds more image templates, you can easily add and retrieve these icons from the Azure Maps web SDK. Use the following static functions on the `atlas` namespace.
122+
If your application uses the same icon within different modules or if you're creating a module that adds more image templates, you can easily add and retrieve these icons from the Azure Maps Web SDK. Use the following static functions on the `atlas` namespace.
123123
124124
| Name | Return Type | Description |
125125
|------|-------------|-------------|
@@ -136,7 +136,7 @@ SVG image templates support the following placeholder values:
136136
| `{scale}` | The SVG image is converted to an png image when added to the map image sprite. This placeholder can be used to scale a template before it's converted to ensure it renders clearly. |
137137
| `{text}` | The location to render text when used with an HTML Marker. |
138138
139-
The [Add custom icon template to atlas namespace] sample demonstrates how to take an SVG template, and add it to the Azure Maps web SDK as a reusable icon template, as shown in the following screenshot. For the source code for this sample, see [Add custom icon template to atlas namespace sample code].
139+
The [Add custom icon template to atlas namespace] sample demonstrates how to take an SVG template, and add it to the Azure Maps Web SDK as a reusable icon template, as shown in the following screenshot. For the source code for this sample, see [Add custom icon template to atlas namespace sample code].
140140
141141
:::image type="content" source="./media/how-to-use-image-templates-web-sdk/add-custom-icon-template-to-atlas-namespace.png" lightbox="./media/how-to-use-image-templates-web-sdk/add-custom-icon-template-to-atlas-namespace.png" alt-text="Screenshot showing a map displaying a polygon layer in the shape of a big green triangle with multiple images of blue anchors inside.":::
142142
@@ -148,7 +148,7 @@ The [Add custom icon template to atlas namespace] sample demonstrates how to tak
148148
149149
## List of image templates
150150
151-
This table lists all image templates currently available within the Azure Maps web SDK. The template name is above each image. By default, the primary color is blue and the secondary color is white. To make the secondary color easier to see on a white background, the following images have the secondary color set to black.
151+
This table lists all image templates currently available within the Azure Maps Web SDK. The template name is above each image. By default, the primary color is blue and the secondary color is white. To make the secondary color easier to see on a white background, the following images have the secondary color set to black.
152152
153153
**Symbol icon templates**
154154

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ You can embed a map in a web page by using the Map Control client-side JavaScrip
116116
language: 'en-US',
117117
authOptions: {
118118
authType: 'aad',
119-
clientId: '<Your Microsoft Entra Client Id>',
120-
aadAppId: '<Your Microsoft Entra App Id>',
121-
aadTenant: '<Your Microsoft Entra tenant Id>'
119+
clientId: '<Your Microsoft Entra Client ID>',
120+
aadAppId: '<Your Microsoft Entra App ID>',
121+
aadTenant: '<Your Microsoft Entra tenant ID>'
122122
}
123123
});
124124
}
@@ -216,9 +216,9 @@ map = new atlas.Map('myMap', {
216216

217217
authOptions: {
218218
authType: 'aad',
219-
clientId: '<Your AAD Client Id>',
220-
aadAppId: '<Your AAD App Id>',
221-
aadTenant: '<Your AAD Tenant Id>'
219+
clientId: '<Your AAD Client ID>',
220+
aadAppId: '<Your AAD App ID>',
221+
aadTenant: '<Your AAD Tenant ID>'
222222
}
223223
});
224224
```
@@ -410,7 +410,7 @@ Be sure to use Azure Maps authentication details from the Azure Government cloud
410410
411411
If developing using a JavaScript framework, one of the following open-source projects may be useful:
412412
413-
* [ng-azure-maps] - Angular 10 wrapper around Azure maps.
413+
* [ng-azure-maps] - Angular 10 wrapper around Azure Maps.
414414
* [AzureMapsControl.Components] - An Azure Maps Blazor component.
415415
* [Azure Maps React Component] - A react wrapper for the Azure Maps control.
416416
* [Vue Azure Maps] - An Azure Maps component for Vue application.

0 commit comments

Comments
 (0)