You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> When the release channel is changed on the environment level, a user must refresh the browser tab twice to update the release channel information. The first refresh triggers a background update of feature configuration to a local cache. The second refresh uses the feature configuration local cache.
@@ -38,6 +38,12 @@ In addition, the release channel can be overridden with either of these options.
38
38
39
39
The environment channel can be set using the Power Platform admin center or with code.
| Auto | 0 | Environment default value is currently **Semi-annual**, but will change to **Monthly** with 2024 release wave 2. |
44
+
| Monthly | 1 | Environment explicitly set to **Monthly Channel**. |
45
+
| Semi-annual | 3 | Environment explicitly set to **Semi-Annual Channel**. |
46
+
41
47
Power Platform admins can change the release channel using the environment's behavior settings. More information: [Manage behavior settings](/power-platform/admin/settings-behavior).
42
48
43
49
Developers can change the environment channel by updating the [ReleaseChannel](/power-apps/developer/data-platform/reference/entities/organization#BKMK_ReleaseChannel) column value for the row in the [Organization](/power-apps/developer/data-platform/reference/entities/organization) table. There's always a single row in the organization table.
@@ -52,7 +58,7 @@ The app channel can be used to override the release channel for a model-driven a
| Auto | 0 | App default value is **Semi-annual**, but will later change to**Monthly**in a future release wave. |
61
+
| Auto | 0 | App default value is **Semi-annual** for Dynamics 365 orgs and**Monthly**for Power Apps orgs. With 2024 release wave 2 the default will change to **Monthly**. |
56
62
| Monthly | 1 | App explicitly set to **Monthly Channel**. |
57
63
| Semi-annual | 3 | App explicitly set to **Semi-Annual Channel**. |
58
64
@@ -104,6 +110,8 @@ A maker can use the **Solutions** area to explicitly set the release channel for
104
110
105
111
As part of the gradual migration to default all apps to use monthly channel, newly created model-driven apps will gradually start seeing the app channel defaulted. Admins or makers can control the release channel default for new apps using an app setting. The app setting **Allow new app channel default** defaults to **Yes**, which means a newly created app is set to **Monthly**.
106
112
113
+
To override this behavior, change the app setting to **No** in the environment or apply to multiple environments by including in a solution that is imported into the environments.
114
+
107
115
### Prevent new app default to monthly channel
108
116
109
117
The new app default can be prevented by switching **Allow new app channel default** to **No**. This causes the new app to be created with release channel **Auto** value.
0 commit comments