Forum Discussion

kenneho's avatar
kenneho
Brass Contributor
Oct 22, 2019
Solved

Self service site creation: Custom processing of new sites to set permissions, theme, etc

Hi.   We'd like to create self service site, in which (admin) users can generate sites. The sites will have to be processed with custom script, so that we can set the required permissions, design, ...
  • mrehmat's avatar
    Oct 22, 2019

    kenneho There are atleast two free options I can think of. The https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/pnp-provisioning-framework is the top choice. But, if you want something more 'custom' you can always create custom sites using PowerShell. You will be able to tweak the smallest of details based on user inputs. You can create a webhook with just a few clicks if you decide to host it as an Azure Automation script and tie it to your Flow workflow for variables.