Skip to content

Commit 756920e

Browse files
committed
Add the article 'Power BI Azure Maps Visual Data Residency'.
1 parent dfd5213 commit 756920e

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ services: azure-maps
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 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 Power BI visual calls `atlas.microsoft.com` redirecting them to the nearest region to fulfill their requests.
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.
1616

1717
## Tenent location
1818

@@ -29,9 +29,15 @@ To discover your tenant's location in Power BI:
2929

3030
The previous example would use the `eu.atlas.microsoft.com` endpoint.
3131

32+
> [!NOTE]
33+
> The region used for [Power BI premium capacity] is currently not taken into consideration when determining which Azure Maps geographic endpoints are called.
34+
3235
## Next steps
3336

3437
Learn more about specifying a geographic scope and why it matters.
3538

3639
> [!div class="nextstepaction"]
37-
> [Azure Maps service geographic scope](geographic-scope.md)
40+
> [Azure Maps service geographic scope]
41+
42+
[Azure Maps service geographic scope]: geographic-scope.md
43+
[Power BI Premium Capacity]: /power-bi/enterprise/service-premium-capacity-manage

0 commit comments

Comments
 (0)