Fredrik Thorild f4239b5a3e New sample - Sites selected admin
Webpart managing AAD apps with Sites.Selected. Add/Remove sites to the AAD app via an interface in SharePoint
2021-02-20 08:22:18 +01:00

7 lines
265 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
"workingDir": "./temp/deploy/",
"account": "<!-- STORAGE ACCOUNT NAME -->",
"container": "site-selected-mngr-wp",
"accessKey": "<!-- ACCESS KEY -->"
}