Skip to content

Commit 712fa9e

Browse files
committed
Added additional details on admin settings
1 parent f2ff5b9 commit 712fa9e

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

powerapps-docs/maker/canvas-apps/sample-crisis-communication-app.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -338,15 +338,19 @@ To initialize your app, you need to provide all of the required fields by naviga
338338

339339
Complete all of the fields and select **Save**.
340340

341-
| **Field name** | **Logical name in SharePoint** | **Purpose** |
342-
|-|-|-|
343-
| Admin email | AdminContactEmail | Used to notify others who are administering the application. |
344-
| Logo URL | Logo | The logo of your app that will appear in the top-left corner. |
345-
| AAD group ID | AADGroupID | Used to send notifications to end users about internal company updates via the *Notify users on new crisis communication news* flow. |
346-
| APP URL | AppURL | The ___location of the app so that the *Notify users on new crisis communication news* flow can redirect users after selecting **Read more**. |
347-
| Government RSS Feed | GovernmentRSSFeed | Used to populate the world news feature within the app. Useful if you want to provide additional information to your employees from a trusted source. |
348-
| Notification method | PreferredSentNotification | Used by the *Notify users on new crisis communication news* flow to determine which distribution channel it should use when sending out notifications. |
349-
| Feature flags | Feature1...8 | Used to disable or enable each feature within the application. |
341+
| **Field name** | **Logical name in SharePoint** | **Purpose** | **Example** |
342+
|-|-|-|-|
343+
| Admin email | AdminContactEmail | Used to notify others who are administering the application. | [email protected] |
344+
| Logo URL | Logo | The logo of your app that will appear in the top-left corner. | https://contoso.com/logo.png |
345+
| AAD group ID | AADGroupID | Used to send notifications to end users about internal company updates via the *Notify users on new crisis communication news* flow. Follow the instructions below to get the AAD ID of your group. | c0ddf873-b4fe-4602-b3a9-502dd944c8d5 |
346+
| APP URL | AppURL | The ___location of the end-user app so that the *Notify users on new crisis communication news* flow can redirect users after selecting **Read more**. | https://apps.preview.powerapps.com/play/<app URL>?tenantId=<tenant ID>
347+
| Government RSS Feed | GovernmentRSSFeed | Used to populate the world news feature within the app. Useful if you want to provide additional information to your employees from a trusted source. | https://www.who.int/rss-feeds/news-english.xml |
348+
| Notification method | PreferredSentNotification | Used by the *Notify users on new crisis communication news* flow to determine which distribution channel it should use when sending out notifications. This field is required. | Email, Teams notification, Push notification |
349+
| Feature flags | Feature1...8 | Used to disable or enable each feature within the application. | |
350+
351+
> [!NOTE]
352+
> Please note that Teams and push notifications for notification method are currently not supported in GCC.
353+
350354

351355
#### Finding the AAD of your distribution group
352356
1. Navigate to [aad.portal.azure.com](https://aad.portal.azure.com)

0 commit comments

Comments
 (0)