Skip to content

Commit df3731b

Browse files
Merge pull request SharePoint#9164 from Michal-Ziemba/Michal-Ziemba-patch-1
Michal ziemba patch 1
2 parents b25df79 + 10fae6a commit df3731b

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Calling the PnP provisioning engine from a site script
33
description: Build a complete SharePoint site design using the PnP provisioning engine
4-
ms.date: 06/28/2022
4+
ms.date: 08/31/2023
55
ms.localizationpriority: high
66
---
77

@@ -10,7 +10,7 @@ ms.localizationpriority: high
1010
> [!NOTE]
1111
> This article uses the newest version of PnP PowerShell that is released in January 2021. As Azure Functions run PowerShell Core, you'll have to use this version of PnP PowerShell in your Azure Function. For more information about this version of PnP PowerShell see https://pnp.github.io/powershell.
1212
13-
Site designs offer a great way to standardize the look and feel of your site collections. However, you can't do some things with site designs, like add a footer to every page. You can use the PnP provisioning engine to create a template that you can use to provision an Application Customizer to a site. This Application Customizer can then update your page design, for example to register a footer on every page.
13+
Site designs offer a great way to standardize the look and feel of your site collections. However, you can't do some things with site designs, like add a footer to every page. You can use the PnP provisioning engine to create a template that you can use to provision an Application Customizer to a site. This Application Customizer can then update your page design, for example, to register a footer on every page.
1414

1515
This article describes how to create a site design that applies a PnP provisioning template to a site. The template will add an Application Customizer to render a footer.
1616

@@ -31,7 +31,7 @@ You'll use these components to trigger the PnP provisioning code after you creat
3131

3232
## Set up app-only access to your tenant
3333

34-
We are going to use authentication with a clientid and a certificate in this tutorial.
34+
We are going to use authentication with a client id and a certificate in this tutorial.
3535

3636
1. Create a new self-signed certificate with PnP PowerShell on your computer:
3737

@@ -64,11 +64,14 @@ To set up the Azure Queue storage:
6464
6565
## Create the flow
6666
67+
> [!NOTE]
68+
> The **Request** trigger used below is now **Premium** and will therefore require additional licensing.
69+
6770
To put a message in the queue, you need to create a flow.
6871
6972
1. Go to the [Power Automate](https://flow.microsoft.com) site, sign in, and choose **Create from Blank** at the top of the page.
7073
1. Choose **Search hundreds of connectors and triggers** to select your trigger.
71-
1. Search for **Request**, and select **Request - When a HTTP Request is received**.
74+
1. Search for **Request**, and select **Request - When an HTTP Request is received [Premium]**.
7275
1. Enter the following JSON as your request body:
7376
7477
```json

0 commit comments

Comments
 (0)