Skip to content

Commit e2337de

Browse files
authored
Update site-design-overview.md
Replace Microsoft Flow by Power Automate
1 parent d8ea491 commit e2337de

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/declarative-customization/site-design-overview.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Available actions include:
130130
- Applying a theme
131131
- Setting a site logo
132132
- Adding links to quick launch or hub navigation
133-
- Triggering a Microsoft Flow
133+
- Triggering a Power Automate flow
134134
- Installing a deployed solution from the app catalog
135135
- Setting regional settings for the site
136136
- Adding principals (users and groups) to SharePoint roles
@@ -248,27 +248,27 @@ The **WebTemplate** parameter set to the value 64 indicates registering this sit
248248
249249
For step-by-step information about creating a site design, see [Get started creating site designs](get-started-create-site-design.md).
250250

251-
## PnP provisioning and customization using Microsoft Flow
251+
## PnP provisioning and customization using Power Automate
252252

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

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

257257
<br/>
258258

259259
![Process of triggering a Microsoft Flow](images/process-for-triggering-a-custom-flow.png)
260260

261261
The process works as follows:
262262

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

265265
2. The flow sends a message to an Azure storage queue that you have configured.
266266

267267
3. The message triggers a call to an Azure function that you have configured.
268268

269269
4. The Azure function runs your custom script, such as the PnP provisioning engine, to apply your custom configurations.
270270

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).
272272

273273
## Scoping
274274

0 commit comments

Comments
 (0)