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
description: This article describes consent management in Azure Maps as it applies to data residency laws.
4
+
author: pbrasil
5
+
ms.author: peterbr
6
+
ms.date: 11/19/2024
7
+
ms.topic: conceptual
8
+
ms.service: azure-maps
9
+
ms.subservice: manage-account
10
+
---
11
+
12
+
# Consent management
13
+
14
+
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).
15
+
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].
17
+
18
+
> [!NOTE]
19
+
> Giving consent to process data in a different region will not affect where your metadata and logs are stored. Those are still contained within the region specified when creating your Azure Maps Account.
20
+
21
+
For more information on geographic scope in Azure Maps, see [Azure Maps service geographic scope].
22
+
23
+
## Next Steps
24
+
25
+
> [!div class="nextstepaction"]
26
+
> [Configure global data processing]
27
+
28
+
[Azure Maps service geographic scope]: geographic-scope.md
29
+
[Configure global data processing]: how-to-manage-consent.md
Copy file name to clipboardExpand all lines: articles/azure-maps/how-to-manage-consent.md
+71-9Lines changed: 71 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
-
title: Microsoft Azure Maps consent management
3
-
description: This article describes how to configure the global data processing settings to comply with data residency laws in Azure Maps.
2
+
title: Configure global data processing
3
+
description: This article describes how to configure the global data processing settings in Azure Maps to comply with data residency laws.
4
4
author: pbrasil
5
5
ms.author: peterbr
6
-
ms.date: 11/15/2024
6
+
ms.date: 11/19/2024
7
7
ms.topic: how-to
8
8
ms.service: azure-maps
9
9
ms.subservice: manage-account
10
10
---
11
11
12
-
# Consent management
12
+
# Configure global data processing
13
13
14
-
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.
14
+
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].
15
15
16
-
This article guides you on configuring global data processing settings in your Azure Maps account in the Azure portal to comply with data residency laws. 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-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.
17
17
18
18
> [!IMPORTANT]
19
19
> 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.
@@ -46,7 +46,66 @@ Once your updates are saved, one or more new selections appear in the list of re
46
46
> [!NOTE]
47
47
> Your data is always stored in the region you created your Azure Maps Account, regardless of your global data processing settings.
48
48
49
-
<!--## Configure global data processing using ARM deployment template-->
49
+
## Configure global data processing using REST API
50
+
51
+
Consent can be managed using [Azure Maps Account Management REST APIs]. To Configure global data processing, send an [Accounts - Update]`PATCH` request and pass in the `properties.locations` parameter in the body of the request.
52
+
53
+
Be sure to include the appropriate [subscription key], respurce group and Azure Maps account name.
Copy file name to clipboardExpand all lines: articles/azure-maps/render-coverage.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -95,13 +95,11 @@ The render coverage tables below list the countries/regions that support Azure M
95
95
| New Zealand | ✓ |
96
96
| Philippines | ✓ |
97
97
| Singapore | ✓ |
98
-
| South Korea<sup>1</sup>| ◑ |
98
+
| South Korea| ◑ |
99
99
| Taiwan | ✓ |
100
100
| Thailand | ✓ |
101
101
| Vietnam | ✓ |
102
102
103
-
<sup>1</sup> Coverage is dependent on enabling data processing in South Korea. For more information, see [Enable South Korea addresses in Azure Maps](how-to-manage-consent.md)
0 commit comments