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/reset-portal.md
+14-10Lines changed: 14 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
5
5
ms.service: powerapps
6
6
ms.topic: conceptual
7
7
ms.custom:
8
-
ms.date: 02/11/2020
8
+
ms.date: 09/25/2020
9
9
ms.author: nenandw
10
10
ms.reviewer: tapanm
11
11
---
@@ -16,32 +16,37 @@ Once a portal is provisioned, you might need to delete resources from your porta
16
16
17
17
To do this, you can reset your portal, which will delete all the hosted resources associated with it. Then you can provision the portal again. Once the reset operation is finished, your portal URL will not be accessible anymore.
18
18
19
-
It is important to note that resetting your portal doesn’t remove portal configuration or solutions present in your instance and they will remain as is.
19
+
It is important to note that resetting your portal doesn't remove portal configuration or solutions present in your instance and they will remain as is.
20
20
21
21
You can reset a completely configured portal, or a portal for which provisioning or updating of an instance has failed.
> 
29
+
> [!div class=mx-imgBorder]
30
+
> 
31
31
32
-
3.Select **Reset** in the confirmation window.
32
+
3.Select **Reset** in the confirmation window.
33
33
34
34
> [!NOTE]
35
35
> - If you don't have appropriate permissions on an associated Azure Active Directory application, an error is displayed. You must contact the global administrator for the appropriate permissions.
36
36
> - If you have provisioned a portal using the older portal add-on and the portal is reset successfully, the portal name and its status on the **Applications** tab on the **Dynamics 365 Administration Center** page does not change. For example, if your portal name and status were Portal 1 and Configured respectively, then after resetting the portal, these values do not change. If you want to change the portal name, you can change it on the **Portal Details** tab in the Power Apps Portals admin center. However, the status value cannot be reverted to Not Configured.
37
37
> - It is important to note that the portal's status on the **Applications** tab does not represent its provisioning status and does not affect the functioning of your portal. It just shows whether you have ever accessed the Power Apps Portals admin center for that corresponding portal or not.
38
38
> - If you have provisioned a portal using the older portal add-on, you can reset the portal to **not configured** state and [create a new portal](../provision-portal-add-on.md).
39
+
> - If you reset a portal and provision a new portal, you must add portal application ID of the new portal to the **Portal Power BI Embedded service** Azure AD security group. For more information, read [Set up Power BI integration](set-up-power-bi-integration.md#create-security-group-and-add-to-power-bi-account).
39
40
40
41
If your portal is not provisioned correctly, it goes into an error state and the following screen is displayed. In this case, you can also reset the portal by selecting **Reset Portal** on the error screen.
41
42
42
43
> [!div class=mx-imgBorder]
43
44
> 
44
45
46
+
### Completely delete a portal
47
+
48
+
To learn about how to delete a portal completely, go to [How do I delete a portal completely after it's provisioned?](../faq.md?#how-do-i-delete-a-portal-completely-after-its-provisioned).
49
+
45
50
## Troubleshooting
46
51
47
52
This section provides information about troubleshooting issues while resetting a portal.
@@ -51,14 +56,13 @@ This section provides information about troubleshooting issues while resetting a
51
56
If a portal reset request could not be submitted, an error is displayed as shown in the following image. In this case, you must close and reopen the Power Apps Portals admin center, and try to reset the portal again. If the issue persists, contact Microsoft support.
52
57
53
58
> [!div class=mx-imgBorder]
54
-
> 
59
+
> 
55
60
56
61
### Reset portal job fails
57
62
58
63
If a reset portal job fails, an error message is displayed along with the **Reset Portal** action.
59
64
60
65
> [!div class=mx-imgBorder]
61
-
> 
66
+
> 
62
67
63
68
Typically, these are transient errors and you must select **Reset Portal** to restart the job. If the issue persists, contact Microsoft support.
title: "Create custom Portal Management app for Power Apps portal | MicrosoftDocs"
3
+
description: "Learn how to create a custom Portal Management app for Power Apps portal."
4
+
author: tapanm-msft
5
+
manager: kvivek
6
+
ms.service: powerapps
7
+
ms.topic: conceptual
8
+
ms.custom:
9
+
ms.date: 09/25/2020
10
+
ms.author: tapanm
11
+
ms.reviewer: sandhan
12
+
---
13
+
14
+
# Create custom Portal Management app
15
+
16
+
The [overview](configure-portal.md) introduces **Portal Management** app to help you get started with the advanced portal configuration. In this walk-through, you'll learn how to create a custom **Portal Management** app.
17
+
18
+
## How to create a custom Portal Management app
19
+
20
+
> [!IMPORTANT]
21
+
> - A custom app created using this article can't be used as a replacement app for the default and supported **Portal Management** app. Use the method described in this article only if you accidentally deleted the default **Portal Management** app.
22
+
> - Any updates to the default **Portal Management** app won't be available to this custom app. Manage this custom app as any other custom model-driven app.
23
+
> - Updates to the environment or portal solutions may recreate the default **Portal Management** app. If that happens, start using the default app instead of the manually created custom app.
24
+
25
+
To create a custom **Portal Management** app:
26
+
27
+
1. Sign-in to [Power Apps](https://make.powerapps.com).
28
+
29
+
1. Select **Create** from the left navigation.
30
+
31
+
1. Select **Model-driven app from blank**:
32
+
33
+

34
+
35
+
1. Select **Create**:
36
+
37
+

38
+
39
+
Selecting **Create** button opens app designer with **Create a New App** form:
40
+
41
+

42
+
43
+
1. Enter a name for the app. For example, *Portal Management (custom)*:
44
+
45
+

46
+
47
+
The *Unique Name* for the app is automatically updated.
48
+
49
+
1. If required, enter description.
50
+
51
+
1. Uncheck *Use Default Image* for *Icon* and select image file as *adx_nav_portals_32.png*:
52
+
53
+

54
+
55
+
1. Check *Use existing solution to create the App*:
0 commit comments