Skip to content

Commit 7be5c1d

Browse files
Merge pull request #312467 from deniseatmicrosoft/deniseatmicrosoft-patch-1-1
Add Korea and Brazil endpoints
2 parents 80a31a7 + 34bed14 commit 7be5c1d

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

articles/azure-maps/power-bi-visual-data-residency.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@ ms.subservice: power-bi-visual
1212

1313
# Azure Maps Power BI visual Data Residency
1414

15-
The Azure Maps Power BI visual can get a users' tenant location and use it to call the correct Azure Maps geographic endpoints. For instance, if a user's tenant is located in Europe, Power BI calls the Azure Maps' `eu` endpoint `eu.atlas.microsoft.com`, ensuring that their data doesn't leave the Europe region. Similarly if users' tenant is in the US, `us.atlas.microsoft.com` is called and users' data doesn't leave the US region.
15+
Azure Maps Power BI visual data residency
16+
The Azure Maps Power BI visual uses a user’s Power BI tenant location to route requests to the appropriate Azure Maps geographic endpoint. This ensures that customer data is processed and stored within the expected geographic boundary, helping customers meet regional data residency requirements.
17+
For example:
18+
19+
1. If a user’s Power BI tenant is located in Europe, the visual calls the Europe Azure Maps endpoint (eu.atlas.microsoft.com), ensuring data does not leave the European region.
20+
2. If a user’s tenant is located in the United States, the United States endpoint (us.atlas.microsoft.com) is used.
21+
3. If a user’s tenant is located in Korea, the visual routes requests to the Korea endpoint.
22+
4. If a user’s tenant is located in Brazil, the visual routes requests to the Brazil endpoint.
23+
24+
The Azure Maps Power BI visual does not require additional configuration from report authors or viewers to enable this behavior.
25+
1626

1727
## Tenant location
1828

articles/azure-maps/power-bi-visual-get-started.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Other than the scenarios previously described, no other data overlaid on the map
4242
> - `https://atlas.microsoft.com`
4343
> - `https://us.atlas.microsoft.com`
4444
> - `https://eu.atlas.microsoft.com`
45+
> - 'https://kr.atlas.microsoft.com'
46+
> - 'https://br.atlas.microsoft.com '
4547
4648
> [!IMPORTANT]
4749
> The selection tool within the Azure Maps Power BI visual relies on TomTom data, consequently user data may not always remain within the user's geographical boundary.

0 commit comments

Comments
 (0)