Skip to content

Commit bc94fb5

Browse files
committed
image update and acrolinx changes
1 parent 9ad144e commit bc94fb5

File tree

2 files changed

+15
-16
lines changed

2 files changed

+15
-16
lines changed

powerapps-docs/maker/portals/create-portal.md

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: neerajnandwana-ms
55
ms.service: powerapps
66
ms.topic: conceptual
77
ms.custom:
8-
ms.date: 02/07/2020
8+
ms.date: 06/25/2020
99
ms.author: nenandw
1010
ms.reviewer: tapanm
1111
---
@@ -14,9 +14,9 @@ ms.reviewer: tapanm
1414

1515
With the capability to build a portal in Power Apps, you can create a website for external and internal users enabling them to interact with data stored in Common Data Service.
1616

17-
These are some benefits of creating a portal:
17+
Some of the benefits of creating a Power Apps portal:
1818

19-
- Because the data is stored in Common Data Service, you don't need to create a connection from Power Apps as you do with data sources such as SharePoint, model-driven apps in Dynamics 365, or Salesforce. You need only to specify the entities that you want to show or manage in the portal.
19+
- Because the data is stored in Common Data Service, you don't need to create a connection from Power Apps as you do with data sources such as SharePoint, model-driven apps in Dynamics 365, or Salesforce. You only need to specify the entities that you want to show or manage in the portal.
2020

2121
- You can design the portal through the WYSIWYG Power Apps portals Studio by adding and configuring components on the webpages.
2222

@@ -41,12 +41,11 @@ To create a portal:
4141

4242
2. Under **Make your own app**, select **Portal from blank**.
4343

44-
3. If the selected environment does not contain portal pre-requisites, a message is displayed in the **Portal from blank** window suggesting you select another environment or create a new one.
44+
3. If the selected environment doesn't contain portal pre-requisites, a message is displayed in the **Portal from blank** window suggesting you select another environment or create a new one.
4545

46-
> [!div class=mx-imgBorder]
47-
> ![create new environment message](media/create-portal-message.png "Create new environment message")
46+
![create new environment message](media/create-portal-message.png "Create new environment message")
4847

49-
4. If you choose to proceed with the current environment, enter the required information in the window as mentioned in the following steps. If you choose to create a new environment, see [Create new environment](#create-new-environment).
48+
4. If you choose to continue with the current environment, enter the required information in the window as mentioned in the following steps. If you choose to create a new environment, see [Create new environment](#create-new-environment).
5049

5150
5. In the **Portal from blank** window, enter a name for the portal and address for the website, and select a language from the drop-down list. When you're done, select **Create**.
5251

@@ -58,7 +57,7 @@ To create a portal:
5857
5958
After you select **Create**, the portal will begin provisioning and the provisioning status is displayed through [notifications](#portal-provisioning-notifications).
6059

61-
If you have created your portal in the environment that doesn't have portal pre-requisites installed, the provisioning status is also displayed in the grid:
60+
If you've created your portal in the environment that doesn't have portal pre-requisites installed, the provisioning status is also displayed in the grid:
6261

6362
> [!div class=mx-imgBorder]
6463
> ![Grid notification](media/provision-progress-notif.png "Grid notification")
@@ -83,7 +82,7 @@ To edit the portal in Power Apps portals Studio, see [Edit a portal](manage-exis
8382

8483
Follow these steps when you create an environment using the option provided in the **Portal from blank** window.
8584

86-
1. In the **New environment** pane, enter a name for the environment, and then select a region and environment type from the drop-down lists. You cannot change the region once the environment is created. When you're done, select **Create environment**.
85+
1. In the **New environment** pane, enter a name for the environment, and then select a region and environment type from the drop-down lists. You can't change the region once the environment is created. When you're done, select **Create environment**.
8786

8887
> [!div class=mx-imgBorder]
8988
> ![create new environment](media/create-new-environment.png "Create new environment")
@@ -96,15 +95,15 @@ Follow these steps when you create an environment using the option provided in t
9695
> [!div class=mx-imgBorder]
9796
> ![new environment created](media/new-environment-created.png "New environment created")
9897
99-
3. Select the currency and language for the data stored in the database. You cannot change the currency or language once the database is created. When you're done, select **Create my database**. The database is created with the starter portal that enables you to quickly get started with sample content once the portal is provisioned.
98+
3. Select the currency and language for the data stored in the database. You can't change the currency or language once the database is created. When you're done, select **Create my database**. The database is created with the starter portal that enables you to quickly get started with sample content once the portal is provisioned.
10099

101100
> [!NOTE]
102101
> The **Include starter portal** option is available only when you create an environment using the option provided in the **Portal from blank** window. This option is not available when you create an environment from Power Apps admin center.
103102
104103
> [!div class=mx-imgBorder]
105104
> ![create new database](media/create-new-database.png "Create new database")
106105
107-
It might take several minutes to create the database on Common Data Service. Once the database is created, the new environment is selected in the list of environments on the Power Apps home page and the Portal Management app is created. This app is not the actual portal but a model-driven companion app that allows you to perform advance configuration activities. You can now proceed with creating the portal for designing the external-facing website.
106+
It might take several minutes to create the database on Common Data Service. Once the database is created, the new environment is selected in the list of environments on the Power Apps home page and the Portal Management app is created. This app isn't the actual portal but a model-driven companion app that allows you to perform advance configuration activities. You can now continue with creating the portal for designing the external-facing website.
108107

109108
> [!div class=mx-imgBorder]
110109
> ![portal management app](media/portal-mgmt-app.png "Portal management app")
@@ -130,12 +129,12 @@ The following notification is displayed when you select **Create** to provision
130129

131130
Once the provisioning request is successfully placed, the following notifications are displayed in the **Notification** pane.
132131

133-
Notification shown for provisioning in progress
132+
Notification shown for provisioning in progress.
134133

135134
> [!div class=mx-imgBorder]
136-
> ![Pane notification](media/pane-notif.png "Pane notification")
135+
> ![Pane notification](media/pane-notif.png "Pane notification")
137136
138-
Notification shown for provisioning successfully completed
137+
Notification shown for provisioning successfully completed.
139138

140139
> [!div class=mx-imgBorder]
141140
> ![Provisioning success notification](media/provision-complete-notif.png "Provisioning success notification")
@@ -156,13 +155,13 @@ After installing the modules, run the following command in a PowerShell window (
156155
Set-TenantSettings -RequestBody @{ "disablePortalsCreationByNonAdminUsers" = $true }
157156
```
158157

159-
Administrator are the users having one of the following Azure roles:
158+
Administrators are the users having one of the following Azure roles:
160159

161160
- Global Administrator
162161
- Dynamics 365 Service Administrator
163162
- Power Platform Service Administrator
164163

165-
Users not having the any of the above mentioned Azure roles are considered as non-administrators.
164+
Users not having any of the above mentioned Azure roles are considered as non-administrators.
166165

167166
When the portal creation is disabled in a tenant, non-administrators will see an error as follows:
168167

177 KB
Loading

0 commit comments

Comments
 (0)