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
Copy file name to clipboardExpand all lines: powerapps-docs/maker/portals/admin/enable-maintenance-mode.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,23 +5,23 @@ author: neerajnandwana-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 11/11/2019
8
+
ms.date: 09/22/2020
9
9
ms.author: nenandw
10
10
ms.reviewer: tapanm
11
11
---
12
12
13
13
# Maintenance mode for a portal
14
14
15
-
There might be times when your website is under scheduled maintenance or is down due to temporary outage. When a customer accesses the website during maintenance, unpredictable behavior and intermittent unavailability might be experienced.
15
+
There might be times when your website is under scheduled maintenance or is down because of temporary outage. When a customer accesses the website during maintenance, unpredictable behavior and intermittent unavailability might be experienced.
16
16
17
-
As a portal administrator, you can configure your portal to display a proper message to customers whenever a maintenance activity is going on (for example, "Solution packages are being upgraded.") You can leverage this capability by enabling the maintenance mode on your portal. When the maintenance mode is enabled, a message is displayed, and the customers are restricted from browsing any webpages except the `<portal URL>/_services/about` page.
17
+
As a portal administrator, you can configure your portal to display a proper message to customers whenever a maintenance activity is going on (for example, "Solution packages are being upgraded.") You can benefit from this capability by enabling the maintenance mode on your portal. When the maintenance mode is enabled, a message is displayed, and the customers are restricted from browsing any webpages except the `<portal URL>/_services/about` page.
You can enable maintenance mode on your portal to provide a consistent message, instead of dealing with unpredictable behavior when your website is under scheduled maintenance. This will provide a better experience for your portal users.
24
+
You can enable maintenance mode on your portal to provide a consistent message, instead of dealing with unpredictable behavior when your website is under scheduled maintenance. This capability will provide a better experience for your portal users.
25
25
26
26
1. Open [Power Apps Portals admin center](admin-overview.md).
27
27
@@ -37,16 +37,25 @@ You can enable maintenance mode on your portal to provide a consistent message,
37
37
38
38
-**Custom page**: Select this value if you want a custom HTML page to be displayed when maintenance mode is enabled.
39
39
40
-
-**Custom page URL**: This field is enabled only when you select the option to display a custom HTML page. You must ensure that the page URL you provide is publicly accessible. If the specified HTML page can't be reached, the default page is displayed with a note to the administrators.
41
-
42
-
> [!NOTE]
43
-
> The custom maintenance page uses IFrame to display the page. Hence, the page should not contain the `x-frame-options:SAMEORIGIN` response header, else the page will not load.
40
+
-**Custom page URL**: This field is enabled only when you select the option to display a custom HTML page.
44
41
42
+
> [!IMPORTANT]
43
+
> Read the [custom maintenance page considerations](#considerations-for-custom-maintenance-page) before using custom maintenance page.
44
+
45
45
5. Select **Enable**. While maintenance mode is being enabled, the portal restarts and is unavailable for a few minutes.
- Ensure the page URL you provide is publicly accessible.
53
+
- The custom maintenance page uses IFrame to display the page. So, the page shouldn't contain the `x-frame-options:SAMEORIGIN` response header, else the page won't load.
54
+
- Don't host custom maintenance page on a Power Apps portal. If a portal is unavailable (for reasons such as data migration, solution upgrade, an outage, or any other maintenance activity), the custom maintenance page hosted on the same portal won't be accessible.
55
+
- If the custom maintenance page is inaccessible publicly, or if you host the page on a Power Apps portal where custom maintenance mode is enabled, the default maintenance page is used instead. The page also shows the following note for the administrators:
56
+
57
+
`Note for administrators: The custom page for maintenance mode could not be displayed due to configuration errors.`
58
+
50
59
## Configure or disable maintenance mode
51
60
52
61
After enabling maintenance mode for your portal, you can update the maintenance mode settings and choose a different page.
0 commit comments