Skip to content

Commit 0a10f4a

Browse files
Live Publish (10/02/2024 12:00:00 PM)
2 parents abb5572 + 28ec9bf commit 0a10f4a

File tree

13 files changed

+168
-119
lines changed

13 files changed

+168
-119
lines changed

power-platform/admin/analytics-common-data-service.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
---
22
title: "View and download Dataverse analytics"
33
description: "Access Dataverse analytics from the Power Platform admin center to view and download metrics such as active users, API calls, executions, and more."
4-
author: Zeffin
4+
author: sericks007
55
ms.topic: conceptual
66
ms.date: 03/26/2024
77
ms.subservice: admin
8-
ms.author: johnev
8+
ms.author: sericks
99
ms.reviewer: sericks
1010
ms.contriutors:
11+
- yingchin
1112
- mbajwa
1213
- olegov
1314
---
@@ -35,10 +36,6 @@ For more information on the different roles for managing your tenant across the
3536

3637
**Key highlights**
3738

38-
- **Deprecating the solution**: Organization Insights, available as a preferred solution from AppSource, will no longer be supported or available for use in future releases.
39-
40-
- **Deprecating Organization Insights dashboard**: This dashboard will be removed from Dataverse in future releases.
41-
4239
- **Monitor adoption and use**: Identify your most active users, the number and types of operations they're performing, number of pages requests, most-used entities, workflows, plug-ins, and more, over a period of time as you work toward your adoption goals.
4340

4441
- **Manage storage and performance**: Monitor storage quotas, storage use, and top tables by size to optimize performance.

power-platform/admin/move-environment-tenant.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
22
title: Tenant-to-tenant migrations
33
description: Learn about the impact of migrating an environment from one tenant to another. Review the prerequisites and considerations before submitting a request.
4-
ms.date: 08/01/2024
4+
ms.date: 10/02/2024
55
ms.topic: conceptual
66
author: matapg007
77
contributors:
8+
- val-bc
89
- brsova
910
- ImadYanni
1011
- bevans
@@ -14,7 +15,9 @@ ms.author: matgupta
1415
ms.reviewer: sericks
1516
search.audienceType:
1617
- admin
18+
1719
---
20+
1821
# Tenant-to-tenant migrations
1922

2023
## Migrate an environment to a different tenant
@@ -125,7 +128,7 @@ You must provide the following information:
125128

126129
### Steps to create the mapping file
127130

128-
For full access users:
131+
#### For full access users:
129132
1. Access the source environment.
130133
2. Use Advanced Find (![Screen shot of Advanced Find button.](../admin/media/advanced-find-button2.png "Screen shot of Advanced Find button")) and look for users.
131134
3. Select **Use Saved View** > **Full Access Users**, and then select **Edit Columns**.
@@ -146,7 +149,10 @@ For full access users:
146149

147150
13. Save the file as a CSV.
148151

149-
For administrative access users:
152+
> [!Note]
153+
> Application users can't be migrated. Learn more about application users in [System and application users](system-application-users.md).
154+
155+
#### For administrative access users:
150156
1. Access the source environment.
151157
2. Use Advanced Find (![Screen shot of Advanced Find button.](../admin/media/advanced-find-button2.png "Screen shot of Advanced Find button")) and look for users.
152158
3. Select **Use Saved View** > **Administrative Access Users**, and then select **Results** to see the list of administrative access users.

power-platform/admin/security/data-storage.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Data storage and governance in Power Platform
33
description: Learn how data is stored and governed in Power Platform.
4-
ms.date: 07/17/2024
4+
ms.date: 10/02/2024
55
ms.service: power-platform
66
ms.topic: conceptual
77
ms.custom:
@@ -76,20 +76,21 @@ Power Platform has an extensive set of [Data Loss Prevention (DLP) features](../
7676
> [!NOTE]
7777
> Prior to activating either of these SAS features, customers must first allow access to the `https://*.api.powerplatformusercontent.com` domain or most SAS functionalities won't work.
7878
79-
This feature set is tenant-specific functionality that restricts Storage Shared Access Signature (SAS) tokens and is controlled through a menu in the [Power Platform admin center](https://admin.powerplatform.microsoft.com). This setting restricts who, based on IP, can use enterprise SAS tokens.
80-
81-
This feature is currently in private preview. Public preview is planned for later this spring, with general availability in summer 2024. For more information, see [Release Planner](https://releaseplans.microsoft.com/en-US/?app=Governance+and+administration).
79+
This feature set is tenant-specific functionality that restricts Storage Shared Access Signature (SAS) tokens and is controlled through a menu in the [Power Platform admin center](https://admin.powerplatform.microsoft.com). This setting restricts who, based on IP (IPv4 and IPv6) can use enterprise SAS tokens.
8280

8381
These settings can be found in an environment’s **Privacy + Security** settings in the admin center. You must turn on the **Enable IP address based Storage Shared Access Signature (SAS) rule** option.
8482

85-
Admins can enable one of these four configurations for this setting:
83+
Admins can allow one of these four options for this setting:
84+
85+
| Option | Setting | Description |
86+
|--------|-------------------------|--------------------------------------------------------------------------------------------------------------------------------|
87+
| 1 | IP Binding Only | This restricts SAS keys to the requester’s IP. |
88+
| 2 | IP Firewall Only | This restricts using SAS keys to only work within an admin specified range. |
89+
| 3 | IP Binding and Firewall | This restricts using SAS keys to work within an admin-specified range and only to the requestor's IP. |
90+
| 4 | IP Binding or Firewall | Allows SAS keys to be used within the specified range. If the request comes from outside the range, IP Binding is applied. |
8691

87-
| Setting | Description |
88-
|-------------------------|--------------------------------------------------------------------------------------------------------------------------------|
89-
| IP Binding Only | This restricts SAS keys to the requester’s IP. |
90-
| IP Firewall Only | This restricts using SAS keys to only work within an admin specified range. |
91-
| IP Binding and Firewall | This restricts using SAS keys to work within an admin-specified range and only to the requestor's IP. |
92-
| IP Binding or Firewall | Allows SAS keys to be used within the specified range. If the request comes from outside the range, IP Binding is applied. |
92+
> [!NOTE]
93+
> Admins who chose to allow IP Firewall (Option 2, 3, and 4 listed in the table above) must enter **both** the IPv4 and IPv6 ranges of their networks to ensure proper coverage of their users.
9394
9495
#### Products enforcing IP Binding when enabled:
9596
- Dataverse
@@ -107,6 +108,9 @@ Admins can enable one of these four configurations for this setting:
107108
- More significantly, due to the IP validation that this security setting uses, some functionality may perform slower than if it was turned off.
108109

109110

111+
#### Update settings programatically
112+
Admins can use automation to set and update both the IP binding vs firewall setting, the IP range that is allow-listed, and the **Logging** toggle. Learn more in [Tutorial: Create, update, and list Environment Management Settings](../programmability-tutorial-environmentmanagement-settings.md).
113+
110114
### Logging of SAS calls
111115
This setting enables all SAS calls within Power Platform to be logged into Purview. This logging shows the relevant metadata for all creation and usage events and can be enabled independently of the above SAS IP restrictions. Power Platform services are currently onboarding SAS calls in 2024.
112116

0 commit comments

Comments
 (0)