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
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Calling the PnP provisioning engine from a site script
3
3
description: Build a complete SharePoint site design using the PnP provisioning engine
4
-
ms.date: 06/28/2022
4
+
ms.date: 08/31/2023
5
5
ms.localizationpriority: high
6
6
---
7
7
@@ -10,7 +10,7 @@ ms.localizationpriority: high
10
10
> [!NOTE]
11
11
> 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.
12
12
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.
14
14
15
15
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.
16
16
@@ -31,7 +31,7 @@ You'll use these components to trigger the PnP provisioning code after you creat
31
31
32
32
## Set up app-only access to your tenant
33
33
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.
35
35
36
36
1. Create a new self-signed certificate with PnP PowerShell on your computer:
37
37
@@ -64,11 +64,14 @@ To set up the Azure Queue storage:
64
64
65
65
## Create the flow
66
66
67
+
> [!NOTE]
68
+
> The **Request** trigger used below is now **Premium** and will therefore require additional licensing.
69
+
67
70
To put a message in the queue, you need to create a flow.
68
71
69
72
1. Go to the [Power Automate](https://flow.microsoft.com) site, sign in, and choose **Create from Blank** at the top of the page.
70
73
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]**.
0 commit comments