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-overview.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ Available actions include:
130
130
- Applying a theme
131
131
- Setting a site logo
132
132
- Adding links to quick launch or hub navigation
133
-
- Triggering a Microsoft Flow
133
+
- Triggering a Power Automate flow
134
134
- Installing a deployed solution from the app catalog
135
135
- Setting regional settings for the site
136
136
- Adding principals (users and groups) to SharePoint roles
@@ -248,27 +248,27 @@ The **WebTemplate** parameter set to the value 64 indicates registering this sit
248
248
249
249
For step-by-step information about creating a site design, see [Get started creating site designs](get-started-create-site-design.md).
250
250
251
-
## PnP provisioning and customization using Microsoft Flow
251
+
## PnP provisioning and customization using Power Automate
252
252
253
-
One action provided by site scripts is the ability to trigger a Microsoft Flow. This allows you to specify any custom action that you need beyond the actions provided natively in site scripts.
253
+
One action provided by site scripts is the ability to trigger a Power Automate flow. This allows you to specify any custom action that you need beyond the actions provided natively in site scripts.
254
254
255
-
If you use the PnP provisioning engine to automate site creation, you can use a Microsoft Flow to integrate with site designs. You can maintain all your existing provisioning scripts as well as create new custom provisioning scripts by using this technique.
255
+
If you use the PnP provisioning engine to automate site creation, you can use a Power Automate flow to integrate with site designs. You can maintain all your existing provisioning scripts as well as create new custom provisioning scripts by using this technique.
256
256
257
257
<br/>
258
258
259
259

260
260
261
261
The process works as follows:
262
262
263
-
1. The script instantiates your Microsoft Flow using a URL with additional details.
263
+
1. The script instantiates your Power Automate flow using a URL with additional details.
264
264
265
265
2. The flow sends a message to an Azure storage queue that you have configured.
266
266
267
267
3. The message triggers a call to an Azure function that you have configured.
268
268
269
269
4. The Azure function runs your custom script, such as the PnP provisioning engine, to apply your custom configurations.
270
270
271
-
For a step-by-step tutorial about how to configure your own Microsoft Flow with PnP provisioning, see [Build a complete site design using the PnP provisioning engine](site-design-pnp-provisioning.md).
271
+
For a step-by-step tutorial about how to configure your own Power Automate flow with PnP provisioning, see [Build a complete site design using the PnP provisioning engine](site-design-pnp-provisioning.md).
0 commit comments