Skip to content

Commit c023c0e

Browse files
authored
Update site-design-pnp-provisioning
Replace Microsoft Flow by Power Automate
1 parent e2337de commit c023c0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/declarative-customization/site-design-pnp-provisioning.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article describes how to create a site design that applies a PnP provisioni
1414
The steps in this article use the following components:
1515

1616
- A site design and a site script
17-
- Microsoft Flow
17+
- Power Automate
1818
- Azure Queue storage
1919
- Azure Functions
2020
- A SharePoint Framework (SPFx) solution
@@ -67,7 +67,7 @@ Next, trust the app, so that it has the appropriate access to your tenant:
6767

6868
## Create the Azure Queue storage
6969

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.
7171

7272
To set up the Azure Queue storage:
7373

@@ -85,7 +85,7 @@ To set up the Azure Queue storage:
8585

8686
To put a message in the queue, you need to create a flow.
8787

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.
8989
1. Choose **Search hundreds of connectors and triggers** to select your trigger.
9090
1. Search for **Request**, and select **Request - When a HTTP Request is received**.
9191
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.
313313

314314
## Verify the results
315315

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.
317317

318318
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.
319319

0 commit comments

Comments
 (0)