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: docs/declarative-customization/site-design-pnp-provisioning.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ This article describes how to create a site design that applies a PnP provisioni
14
14
The steps in this article use the following components:
15
15
16
16
- A site design and a site script
17
-
-Microsoft Flow
17
+
-Power Automate
18
18
- Azure Queue storage
19
19
- Azure Functions
20
20
- A SharePoint Framework (SPFx) solution
@@ -67,7 +67,7 @@ Next, trust the app, so that it has the appropriate access to your tenant:
67
67
68
68
## Create the Azure Queue storage
69
69
70
-
In this section, you will use Azure Queue storage to receive messages from Microsoft Flow. Every time a message shows up in the Queue storage, an Azure function is triggered to run a PowerShell script.
70
+
In this section, you will use Azure Queue storage to receive messages from Power Automate. Every time a message shows up in the Queue storage, an Azure function is triggered to run a PowerShell script.
71
71
72
72
To set up the Azure Queue storage:
73
73
@@ -85,7 +85,7 @@ To set up the Azure Queue storage:
85
85
86
86
To put a message in the queue, you need to create a flow.
87
87
88
-
1. Go to the [Microsoft Flow](https://flow.microsoft.com) site, sign in, and choose **Create from Blank** at the top of the page.
88
+
1. Go to the [Power Automate](https://flow.microsoft.com) site, sign in, and choose **Create from Blank** at the top of the page.
89
89
1. Choose **Search hundreds of connectors and triggers** to select your trigger.
90
90
1. Search for **Request**, and select **Request - When a HTTP Request is received**.
91
91
1. Enter the following JSON as your request body:
@@ -313,7 +313,7 @@ The **Add-SPOSiteDesign** cmdlet associates the site design with the team site.
313
313
314
314
## Verify the results
315
315
316
-
After you created your Azure Queue storage, you created the app ID for app-only access, the Azure Function, and the site design. You then triggered the Microsoft Flow from the site design.
316
+
After you created your Azure Queue storage, you created the app ID for app-only access, the Azure Function, and the site design. You then triggered the Power Automate flow from the site design.
317
317
318
318
To test the results, create a new site. In your SharePoint tenant, select **SharePoint** > **Create Site** > **Team Site**. Your new site design should show up as a design option. Notice that the site design is applied after the site is created. If you configured it correctly, your flow will be triggered. You can check the run history of the flow to verify that it ran correctly. Note that the footer might not show up immediately; if you don't see it, wait a minute and reload your site to check again.
0 commit comments