Skip to content

Commit 523d3be

Browse files
erwinvanhunenVesaJuvonen
authored andcommitted
Layout update (SharePoint#1129)
* Initial checkin * Updated image * Updated * Updated * updated * small typo fix * fixed markup * fix * typo * markup fixes * typo * Fixed typo * Replace Cmdlets with SPO cmdlets * Fixed syntax on cmdlet * layouting update
1 parent 195a330 commit 523d3be

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ Get-SPOSiteDesign
222222
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.
223223
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 :
224224

225-
```https://prod-27.westus.logic.azure.com:443/workflows/ef7434cf0d704dd48ef5fb6...oke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun```
225+
```https://prod-27.westus.logic.azure.com:443/workflows/ef7434cf0d704dd48ef5fb6...oke?api-version=2016-06-01&sp=%2Ftriggers%2Fmanual%2Frun```
226+
226227

227228
```json
228229
{
@@ -242,6 +243,7 @@ In order to create a Site Design you first need to create a Site Script. Think o
242243
"version": 1
243244
}
244245
```
246+
245247
1. After modifying the JSON by inserting the correct URL to trigger your flow, select it all and copy it again to your clipboard
246248
1. Open PowerShell and enter the following to copy the script into a variable and create the site script
247249
```powershell

0 commit comments

Comments
 (0)