Skip to content

Commit d51fa17

Browse files
authored
Merge pull request #2487 from MicrosoftDocs/mabolan/crisis-comm-___location-update
Added additional details on admin settings
2 parents 9ca12fd + 2143764 commit d51fa17

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

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

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ In this walk through, you'll learn how to:
3636
- Import flows to send notifications to users
3737
- Create a centrally managed Teams team to aggregate data and to effectively respond to issues
3838

39+
> [!NOTE]
40+
> The Crisis Communication sample template is also available for the Power Apps and Power Automate US Government plans. The service URLs for Power Apps and Power Automate US Government version are different from the commercial version. More information: [Power Apps US Government service URLs](https://docs.microsoft.com/power-platform/admin/powerapps-us-government#power-apps-us-government-service-urls) and [Power Automate US Government service URLs](https://docs.microsoft.com/power-automate/us-govt).
41+
3942
## Prerequisites
4043

4144
- [Sign
@@ -123,7 +126,7 @@ creation of the SharePoint lists, you can use the *DeploySPLists* flow available
123126

124127
> [!NOTE]
125128
> You may receive an error stating that ___location services are required.
126-
If this happens, please allow ___location services to Power Automate and refresh the page before trying again.
129+
If this happens, allow ___location services to Power Automate and refresh the page before trying again.
127130

128131
The flow will then create the following SharePoint lists within your SharePoint site:
129132

@@ -140,7 +143,7 @@ The flow will then create the following SharePoint lists within your SharePoint
140143

141144
> [!NOTE]
142145
> - All list columns listed above should be considered as dependencies.
143-
Please protect the lists from accidental schema changes (for example, adding
146+
Protect the lists from accidental schema changes (for example, adding
144147
new columns is allowed, but deleting columns may break the app.)
145148
> - Use caution when deleting list items; deleting list items deletes historical records. You can toggle deprecation value from *No* to *Yes* to drop records from contacts, news, FAQs or links.
146149
@@ -405,15 +408,19 @@ To initialize your app, you need to provide all of the required fields by naviga
405408

406409
Complete all of the fields and select **Save**.
407410

408-
| **Field name** | **Logical name in SharePoint** | **Purpose** |
409-
|-|-|-|
410-
| Admin email | AdminContactEmail | Used to notify others who are administering the application. |
411-
| Logo URL | Logo | The logo of your app that will appear in the top-left corner. |
412-
| 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. |
413-
| 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**. |
414-
| 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. |
415-
| 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. |
416-
| Feature flags | Feature1...8 | Used to disable or enable each feature within the application. |
411+
| **Field name** | **Logical name in SharePoint** | **Purpose** | **Example** |
412+
|-|-|-|-|
413+
| Admin email | AdminContactEmail | Used to notify others who are administering the application. | [email protected] |
414+
| Logo URL | Logo | The logo of your app that will appear in the top-left corner. | https://contoso.com/logo.png |
415+
| 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 |
416+
| 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>
417+
| 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 |
418+
| 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 |
419+
| Feature flags | Feature1...8 | Used to disable or enable each feature within the application. | |
420+
421+
> [!NOTE]
422+
> Teams notification and push notification are currently not supported in GCC.
423+
417424

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

0 commit comments

Comments
 (0)