Skip to content

Commit 1cdbef5

Browse files
committed
Add the article 'Power BI Azure Maps Visual Data Residency'.
1 parent 263b0b9 commit 1cdbef5

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed
92.6 KB
Loading
58.8 KB
Loading
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Power BI Azure Maps Visual Data Residency
3+
titleSuffix: Microsoft Azure Maps Power BI visual
4+
description: This article covers the Power BI Azure Maps Visual Data Residency.
5+
author: deniseatmicrosoft
6+
ms.author: limingchen
7+
ms.date: 03/22/2024
8+
ms.topic: how-to
9+
ms.service: azure-maps
10+
services: azure-maps
11+
---
12+
13+
# Power BI Azure Maps Visual Data Residency
14+
15+
The Azure Maps 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 boundary. Similarly if users' tenant is in the US, `us.atlas.microsoft.com` is called and users' data doesn't leave the US boundary. For the rest of world, the Azure Maps visual calls `atlas.microsoft.com` redirecting them to the nearest region to fulfill their requests.
16+
17+
## Tenent location
18+
19+
To discover your tenant's location in Power BI:
20+
21+
1. Open the Help menu drop-down list by selecting the `?`
22+
23+
:::image type="content" source="media/power-bi-visual/help-menu.png" alt-text="Screenshot showing the help menu in Power BI.":::
24+
25+
1. Select **About Power BI**
26+
1. Once the **About Power BI** dialog box opens, you will see **your data is stored in** followed by the tenent location, which is, in this example, Ireland.
27+
28+
:::image type="content" source="media/power-bi-visual/about-power-bi.png" alt-text="Screenshot showing the About Power BI diloag box.":::
29+
30+
The previous example would use the `eu.atlas.microsoft.com` endpoint.
31+
32+
## Next steps
33+
34+
Learn more about specifying a geographic scope and why it matters.
35+
36+
> [!div class="nextstepaction"]
37+
> [Azure Maps service geographic scope](geographic-scope.md)

0 commit comments

Comments
 (0)