Skip to content

Commit 7a22658

Browse files
authored
Live publish
2 parents efa5a7e + 85288b3 commit 7a22658

21 files changed

+185
-61
lines changed

powerapps-docs/maker/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1449,6 +1449,8 @@
14491449
href: ./portals/configure/gather-feedback-poll.md
14501450
- name: Create and manage publishing states
14511451
href: ./portals/configure/publishing-states.md
1452+
- name: Create custom Portal Management app
1453+
href: ./portals/configure/create-custom-portal-management-app.md
14521454
- name: Advanced portal customization
14531455
items:
14541456
- name: Work with Liquid templates

powerapps-docs/maker/canvas-apps/powerapps-custom-visual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.topic: conceptual
88
ms.custom: canvas
99
ms.reviewer: tapanm
1010
ms.date: 09/22/2020
11-
ms.author: ropur
11+
ms.author: tapanm
1212
search.audienceType:
1313
- maker
1414
search.app:

powerapps-docs/maker/portals/admin/reset-portal.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-msft
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 02/11/2020
8+
ms.date: 09/25/2020
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
---
@@ -16,32 +16,37 @@ Once a portal is provisioned, you might need to delete resources from your porta
1616

1717
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.
1818

19-
It is important to note that resetting your portal doesnt 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.
2020

2121
You can reset a completely configured portal, or a portal for which provisioning or updating of an instance has failed.
2222

2323
To reset a configured portal:
2424

25-
1. Open [Power Apps Portals admin center](admin-overview.md).
25+
1. Open [Power Apps Portals admin center](admin-overview.md).
2626

27-
2. Go to **Portal Actions** > **Reset Portal**.
27+
2. Go to **Portal Actions** > **Reset Portal**.
2828

29-
> [!div class=mx-imgBorder]
30-
> ![Reset a portal](../media/reset-portal.png "Reset a portal")
29+
> [!div class=mx-imgBorder]
30+
> ![Reset a portal](../media/reset-portal.png "Reset a portal")
3131
32-
3. Select **Reset** in the confirmation window.
32+
3. Select **Reset** in the confirmation window.
3333

3434
> [!NOTE]
3535
> - 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.
3636
> - 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.
3737
> - 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.
3838
> - 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).
3940
4041
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.
4142

4243
> [!div class=mx-imgBorder]
4344
> ![Error while provisioning a portal](../media/provision-portal-error.png "Error while provisioning a portal")
4445
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+
4550
## Troubleshooting
4651

4752
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
5156
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.
5257

5358
> [!div class=mx-imgBorder]
54-
> ![Error while resetting a portal](../media/reset-portal-request-error.png "Error while resetting a portal")
59+
> ![Couldn't submit error while resetting a portal](../media/reset-portal-request-error.png "Couldn't submit error while resetting a portal")
5560
5661
### Reset portal job fails
5762

5863
If a reset portal job fails, an error message is displayed along with the **Reset Portal** action.
5964

6065
> [!div class=mx-imgBorder]
61-
> ![Error while resetting a portal](../media/reset-portal-error.png "Error while resetting a portal")
66+
> ![Failure error while resetting a portal](../media/reset-portal-error.png "Failure error while resetting a portal")
6267
6368
Typically, these are transient errors and you must select **Reset Portal** to restart the job. If the issue persists, contact Microsoft support.
64-
Lines changed: 103 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,103 @@
1+
---
2+
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+
![Create model-driven app from blank](media/create-model-driven-app.png)
34+
35+
1. Select **Create**:
36+
37+
![Create button](media/create-button.png)
38+
39+
Selecting **Create** button opens app designer with **Create a New App** form:
40+
41+
![App designer](media/app-designer.png)
42+
43+
1. Enter a name for the app. For example, *Portal Management (custom)*:
44+
45+
![App name](media/app-name.png)
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+
![Image icon](media/icon.png)
54+
55+
1. Check *Use existing solution to create the App*:
56+
57+
![Use existing solution](media/use-existing-solution.png)
58+
59+
1. Verify all the settings and then select **Next**:
60+
61+
![Verify and next](media/verify-next.png)
62+
63+
1. Select *Dynamics 365 Portals - Portal base* as the solution for *Select Solution* drop down option:
64+
65+
![Select solution](media/select-solution.png)
66+
67+
1. Select *Dynamics 365 Portals* as the sitemap for *Select Sitemap* drop down option:
68+
69+
![Select sitemap](media/select-sitemap.png)
70+
71+
1. Verify selections and then select **Done**:
72+
73+
![Verify and done](media/verify-done.png)
74+
75+
1. After the app opens in **App Designer**, select **Publish**:
76+
77+
![Publish the app](media/publish.png)
78+
79+
1. Close the **App Designer** browser tab.
80+
81+
1. Open [Power Apps](https://make.powerapps.com).
82+
83+
1. Select **Apps** from left navigation.
84+
85+
1. You can see the new **Portal Management** custom app created:
86+
87+
![Maker apps](media/maker-apps.png)
88+
89+
1. Hover over the new app name and select to open the new **Portal Management** custom app:
90+
91+
![Select new app](media/select-pma.png)
92+
93+
1. Verify the settings in the new **Portal Management** custom app:
94+
95+
![Verify settings](media/custom-pma.png)
96+
97+
## Next steps
98+
99+
[Configure site settings](configure-site-settings.md)
100+
101+
### See also
102+
103+
[FAQ - How to delete a portal?](https://docs.microsoft.com/powerapps/maker/portals/faq#how-do-i-delete-a-portal-completely-after-it-is-provisioned)
71.5 KB
Loading
13.7 KB
Loading
29.6 KB
Loading
150 KB
Loading
117 KB
Loading
45.5 KB
Loading

0 commit comments

Comments
 (0)