Skip to content

Commit 28690b5

Browse files
committed
Doc Formatting for site design story
1 parent f4c599c commit 28690b5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,9 @@ Copy the following XML to a new file and save the file as FlowDemoTemplate.xml
160160
1. Navigate to the Azure Portal at https://portal.azure.com.
161161
1. Search for 'Function App' and create a new Function App. In the **Storage** field select **Use existing** and select your previously created storage account. Set the other values as required.
162162
1. After the function app has been created open it and select **Functions**, then select **New function**.
163+
163164
![Create a new function](images/pnpprovisioning-create-function.png)
165+
164166
1. From the Language drop-down, select **PowerShell**.
165167
1. Select **QueueTrigger - PowerShell**.
166168
1. Name the function **ApplyPnPProvisioningTemplate**
@@ -241,10 +243,7 @@ Get-SPOSiteDesign
241243
```
242244

243245
In order to create a Site Design you first need to create a Site Script. Think of a Site Design as a container which refers to 1 or more Site Scripts.
244-
1. Copy the following JSON code to your clipboard and modify it. Set the url property to the value you copied when creating the flow. The URL looks alike :
245-
246-
```https://prod-27.westus.logic.azure.com:443/workflows/ef7434cf0d704dd48ef5fb6...oke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun```
247-
246+
1. Copy the following JSON code to your clipboard and modify it. Set the url property to the value you copied when creating the flow. The URL looks alike `https://prod-27.westus.logic.azure.com:443/workflows/ef7434cf0d704dd48ef5fb6...oke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun`
248247

249248
```json
250249
{

0 commit comments

Comments
 (0)