Skip to content

Commit 944ca1b

Browse files
committed
Added concept article and removed render coverage as it does not apply to consent management.
1 parent 8d2bc0e commit 944ca1b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/azure-maps/how-to-manage-consent.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: manage-account
1313

1414
In some cases, it may be necessary to process requests in a region different from your Azure Maps Account's region due to local data residency laws. When this happens, you can grant Azure Maps consent to process your data in other specified regions. For more information, see [Consent management].
1515

16-
This article guides you on configuring global data processing settings to comply with data residency laws using multiple approaches including the [Azure Portal](#configure-global-data-processing-in-the-azure-portal), [REST APIs](#configure-global-data-processing-using-rest-api) or an [ARM deployment template](#configure-global-data-processing-using-arm-deployment-template). This allows Azure Maps to process address requests within the specified country's region, regardless of your Azure Maps Account's region.
16+
This article guides you on configuring global data processing settings to comply with data residency laws using multiple approaches including the [Azure Portal](#configure-global-data-processing-in-the-azure-portal), [REST APIs](#configure-global-data-processing-using-rest-api) or an [ARM deployment template](#configure-global-data-processing-using-an-arm-deployment-template). This allows Azure Maps to process address requests within the specified country's region, regardless of your Azure Maps Account's region.
1717

1818
> [!IMPORTANT]
1919
> If your scenarios don't involve South Korea data, there is no need to enable cross-region processing. This requirement is specific to South Korea due to its data residency laws.
@@ -58,8 +58,12 @@ https://management.azure.com/subscriptions/<subscription-key>/resourceGroups/<re
5858

5959
**Header**
6060

61-
- Content-Type: application/json
62-
- Authorization: Bearer <access-token>
61+
Be sure to include a correct [access-token].
62+
63+
```html
64+
Content-Type: application/json
65+
Authorization: Bearer <access-token>
66+
```
6367

6468
**Body**
6569

@@ -114,6 +118,7 @@ Azure Maps is a global service that allows specifying a geographic scope, which
114118
> [!div class="nextstepaction"]
115119
> [Azure Maps service geographic scope]
116120
121+
[access-token]: azure-maps-authentication.md#microsoft-entra-authentication
117122
[Accounts - Update]: /rest/api/maps-management/accounts/update
118123
[Azure Maps Account Management REST APIs]: /rest/api/maps-management/accounts
119124
[Azure portal]: https://ms.portal.azure.com

0 commit comments

Comments
 (0)