Skip to content

Commit c3d702b

Browse files
Merge pull request #10900 from MicrosoftDocs/main
Auto Publish – main to live - 2026-05-16 01:00 UTC
2 parents fd1652e + c2f1a72 commit c3d702b

19 files changed

Lines changed: 262 additions & 263 deletions

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2008,6 +2008,11 @@
20082008
"source_path": "power-platform/admin/enable-use-comprehensive-auditing.md",
20092009
"redirect_url": "/power-platform/admin/activity-logging-auditing/activity-logs-dataverse-model-driven-apps",
20102010
"redirect_document_id": false
2011+
},
2012+
{
2013+
"source_path": "power-platform/admin/inactive-teams-environment.md",
2014+
"redirect_url": "/power-platform/admin/automatic-environment-cleanup",
2015+
"redirect_document_id": false
20112016
}
20122017
]
20132018
}

power-platform/admin/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,6 @@
440440
items:
441441
- name: Automatic deletion of Power Platform environments
442442
href: automatic-environment-cleanup.md
443-
- name: Automatic deletion of inactive Dataverse for Teams environments
444-
href: inactive-teams-environment.md
445443
- name: Tenant-to-tenant migrations
446444
href: move-environment-tenant.md
447445
- name: Geo-to-geo migrations

power-platform/admin/about-teams-environment.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Administer and manage a Microsoft Dataverse for Teams environment
44
author: paulliew
55
ms.component: pa-admin
66
ms.topic: concept-article
7-
ms.date: 08/20/2025
7+
ms.date: 05/15/2026
88
ms.subservice: admin
99
ms.author: matp
1010
ms.reviewer: ellenwehrle
@@ -329,8 +329,8 @@ For example, you can specify a default policy for all environments except Teams
329329

330330
- The **Run diagnostics** feature in the Power Platform admin center for team owners, members, and guests who don't have Microsoft Entra admin roles like Global Admin, or Power Platform Admin assigned, shows an alert that no security roles have been assigned directly to them. Security roles are automatically assigned by the system for Microsoft Teams personas, so this alert can be ignored.
331331

332-
### See also
333-
[Automatic deletion of inactive Microsoft Dataverse for Teams environments (preview)](inactive-teams-environment.md) <br />
332+
### Related content
333+
[Automatic deletion of inactive Dataverse for Teams environments](automatic-environment-cleanup.md#dataverse-for-teams-environments) <br />
334334
[Power Apps and Teams](/powerapps/teams/overview) <br/>
335335
[Power Automate and Teams](/power-automate/teams/overview)<br/>
336336
[Microsoft Copilot Studio and Teams](/power-virtual-agents/teams/fundamentals-what-is-power-virtual-agents-teams)<br />

power-platform/admin/automatic-environment-cleanup.md

Lines changed: 65 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Automatic deletion of Power Platform environments
33
description: Learn about the automatic processes that identify and disable Power Platform environments and how you can prevent them from being deleted.
44
ms.component: pa-admin
55
ms.topic: how-to
6-
ms.date: 04/27/2026
6+
ms.date: 05/15/2026
77
ms.subservice: admin
88
author: matapg007
99
ms.author: matgupta
@@ -28,7 +28,7 @@ If the subscription for a tenant expires or is deprovisioned, the system marks a
2828
> [!TIP]
2929
> If you get notifications about exceeding your entitled storage capacity, see [Changes for exceeding storage capacity entitlements](capacity-storage.md#changes-for-exceeding-storage-capacity-entitlements) for actions you can take.
3030
31-
Only production and sandbox environments are affected by the subscription-based automatic cleanup. [Learn about automatic deletion of inactive Microsoft Dataverse for Teams environments](inactive-teams-environment.md).
31+
Only production and sandbox environments are affected by the subscription-based automatic cleanup. [Learn about automatic deletion of inactive Microsoft Dataverse for Teams environments](#dataverse-for-teams-environments).
3232

3333
### Actions you can take if your subscription expires
3434

@@ -41,11 +41,47 @@ If the system already deleted an environment, you have a limited window of time
4141
4242
## Inactivity-based cleanup
4343

44-
A cleanup mechanism in Power Platform automatically removes environments that aren't being used. Only default, developer, and [Dataverse for Teams environments](inactive-teams-environment.md) are affected by the activity-based automatic cleanup.
44+
A cleanup mechanism in Power Platform automatically removes environments that aren't being used. Only default, developer, and [Dataverse for Teams environments](#dataverse-for-teams-environments) are affected by the activity-based automatic cleanup.
4545

4646
> [!IMPORTANT]
4747
> You can't turn off this cleanup mechanism. However, you can review the last activity date for environments in the Power Platform admin center.
4848
49+
### Definition of user activity
50+
51+
Power Platform calculates a single measure of inactivity for each environment. The measure accounts for all activity by users, makers, and admins across Power Apps, Power Automate, Power Platform, Microsoft Copilot Studio, and Dataverse.
52+
53+
Most create, read, update, and delete operations on the environment and its resources&mdash;that a user, maker, or admin initiates&mdash;are considered activity. Visits to the home page, solution explorer, and Power Apps or Power Automate designer aren't considered activity.
54+
55+
Here are some examples of the types of actions that are considered as activity:
56+
57+
- **User activity**: Launch an app, launch the environment URL, execute a flow (whether automatic or not), or chat with a Microsoft Copilot Studio bot.
58+
- **Maker activity**: Create, update, or delete an app, flow (both desktop and cloud flows), Microsoft Copilot Studio bot, or custom connector.
59+
- **Admin activity**: Trigger an environment operation such as copy, restore, or reset.
60+
61+
Activity includes automated behaviors such as scheduled flow runs. For example, if there's no user, maker, or admin activity in an environment, but it contains a cloud flow that runs daily, then the environment is considered active.
62+
63+
> [!NOTE]
64+
> As of April 20, 2025, Center of Excellence (CoE) toolkit operations&mdash;which query data from multiple Dataverse organizations in a customer tenant&mdash;are no longer considered as activity by developer organizations. Developer organizations, which were previously only kept active by CoE queries, become inactive unless there's other activity against those developer organizations.
65+
66+
### Notification recipients
67+
68+
The following users receive email notifications about inactive environments:
69+
70+
- System administrators of the environment.
71+
72+
For Dataverse for Teams environments, the owners of the team paired with the environment are automatically granted the System Administrator role and receive email notifications. Team members and guests don't receive the email notifications.
73+
74+
- The creator of the environment.
75+
- If environment administrators are no longer part of the tenant, then the tenant administrators are notified.
76+
77+
### View last user activity of environment
78+
Environment admins can see when an environment was last used by checking the **Last activity** column in the [Power Platform admin center](https://admin.powerplatform.microsoft.com/). The activity for each environment is updated once a day.
79+
80+
1. Sign in as an admin to the [Power Platform admin center](https://admin.powerplatform.microsoft.com/).
81+
1. In the navigation pane, select **Manage**.
82+
1. In the **Manage** pane, select **Environments**.
83+
1. See **Last activity** column for environment in question.
84+
4985
## Developer environments
5086
Power Platform automatically removes developer environments that aren't being used based on the following schedule. After 30 days of inactivity, the system automatically disables environments. If, after 15 days, you don't [re-enable the environment](#re-enable-a-disabled-environment), the system deletes the environment. You have seven days to [recover the environment](recover-environment.md) once it's deleted.
5187

@@ -107,28 +143,39 @@ The environment administrators receive email notifications according to the foll
107143

108144
A warning message appears on the **Environments** list page and **Environment** page when the default environment is within 30 days of deletion.
109145

110-
### Definition of user activity
146+
## Dataverse for Teams environments
111147

112-
Power Platform calculates a single measure of inactivity for each environment. The measure accounts for all activity by users, makers, and admins across Power Apps, Power Automate, Power Platform, Microsoft Copilot Studio, and Dataverse.
148+
Power Platform automatically removes [Microsoft Dataverse for Teams environments](about-teams-environment.md) from your tenant that are left inactive. An environment is first disabled after 90 days of inactivity. And then, deleted if administrators don't take any action and the environment is left disabled for 30 days. Administrators have seven days to recover deleted environments.
113149

114-
Most create, read, update, and delete operations on the environment and its resources&mdash;that a user, maker, or admin initiates&mdash;are considered activity. Visits to the home page, solution explorer, and Power Apps or Power Automate designer aren't considered activity.
150+
A disabled or deleted environment doesn't affect any other Microsoft Teams assets (Teams, channels, SharePoint sites, Teams-connected sites, and so on) and applies only to Dataverse integrations. This cleanup process is automatic. If you no longer need an inactive Dataverse for Teams environment, you don't need to do anything.
115151

116-
Here are some examples of the types of actions that are considered as activity:
152+
Disabling a Dataverse for Teams environment prevents any meaningful use of the environment and its resources. Apps can't be launched, flows are suspended, chatbots can't be interacted with, and so on.
117153

118-
- **User activity**: Launch an app, launch the environment URL, execute a flow (whether automatic or not), or chat with a Microsoft Copilot Studio bot.
119-
- **Maker activity**: Create, update, or delete an app, flow (both desktop and cloud flows), Microsoft Copilot Studio bot, or custom connector.
120-
- **Admin activity**: Trigger an environment operation such as copy, restore, or reset.
154+
Additionally, users and makers aren't notified on the Environment's list page and Environment page when the Dataverse for Teams environment is disabled.
121155

122-
> [!NOTE]
123-
> As of April 20, 2025, Center of Excellence (CoE) toolkit operations&mdash;which query data from multiple Dataverse organizations in a customer tenant&mdash;are no longer considered as activity by developer organizations. Developer organizations, which were previously only kept active by CoE queries, become inactive unless there's other activity against those developer organizations.
156+
### Timeline for inactive Dataverse for Teams environments
124157

125-
### View last user activity of environment
126-
Environment admins can see when an environment was last used by checking the **Last activity** column in the [Power Platform admin center](https://admin.powerplatform.microsoft.com/). The activity for each environment is updated once a day.
158+
The following table describes the schedule of notifications and actions for Dataverse for Teams environments that are considered inactive.
127159

128-
1. Sign in as an admin to the [Power Platform admin center](https://admin.powerplatform.microsoft.com/).
129-
1. In the navigation pane, select **Manage**.
130-
1. In the **Manage** pane, select **Environments**.
131-
1. See **Last activity** column for environment in question.
160+
| State of Dataverse for Teams | Power Platform action |
161+
| --- | --- |
162+
| 83 days after no [user activity](#definition-of-user-activity) | Send a warning that the environment will be disabled. Update the environment state on the Environments list page and the Environment page. |
163+
| 87 days after no user activity | Send a warning that the environment will be disabled. Update the inactive environment state on the Environments list pages and the Environment page. |
164+
| 90 days after no user activity | Disable the environment. Send a notice that the environment has been disabled. Update the disabled environment state on the Environments list page and the Environment page. |
165+
| 113 days after no user activity | Send a warning that the environment will be deleted. Update the disabled environment state on the Environments list page and the Environment page. |
166+
| 117 days after no user activity | Send a warning that the environment will be deleted. Update the disabled environment state on the Environments list page and the Environment page. |
167+
| 120 days after no user activity | Delete the environment. Send a notice that the environment has been deleted. |
168+
169+
**Environment state on the Environments list page in Power Platform admin center**
170+
:::image type="content" source="media/inactive-teams-environment/inactive-environment-state.png" alt-text="Screenshot of the Environments list page in Power Platform admin center, with the environment state column highlighted.":::
171+
172+
**Inactive environment alert on the Environment page in Power Platform admin center**
173+
:::image type="content" source="media/inactive-teams-environment/inactive-environment-state-box.png" alt-text="Screenshot of the inactive environment alert on the Environment page, with the Trigger environment activity checkbox highlighted.":::
174+
175+
> [!NOTE]
176+
> The **Environment inactive** warning tile only displays if the Dataverse for Teams environment is <= 7 days until disablement.
177+
>
178+
> The **Environment disabled** tile displays anytime a Dataverse for Teams environment is disabled due to inactivity.
132179
133180
## Trigger activity, re-enable, and recover an environment
134181

@@ -165,7 +212,6 @@ Once environment administrators receive notification that an environment will be
165212
### Related content
166213

167214
[Back up and restore environments](backup-restore-environments.md)
168-
[Automatic deletion of inactive Microsoft Dataverse for Teams environments](inactive-teams-environment.md)
169215
[Licensing overview for Microsoft Power Platform](pricing-billing-skus.md)
170216
[Microsoft Power Apps and Power Automate licensing guide](https://go.microsoft.com/fwlink/?linkid=2085130)
171217

0 commit comments

Comments
 (0)