Forum Discussion
Mike Jansen
Mar 31, 2017Iron Contributor
Site provisioning from SharePoint (online) UI - CSOM, REST, Azure? What is the best approach?
We have a kind of case-filing application in SharePoint. When we have a new case, a new site has to be genereated (specific webparts, settings and content). We developed a (CSOM) C# windows.exe a...
Mikael Svenson
Mar 31, 2017Steel Contributor
Hi, see this powershell sample I did: https://github.com/SharePoint/PnP-PowerShell/tree/dev/Samples/Provisioning.SelfHostedWithAzureWebJob
You could easily do this with C#, or create a UI on the list - or have some UI trigger a webjob. Many possibilities :)
Or look at the PnP partner pack solution.
You could easily do this with C#, or create a UI on the list - or have some UI trigger a webjob. Many possibilities :)
Or look at the PnP partner pack solution.
Deleted
Apr 01, 2017Mike Jansen i would defenitly advice to use PNP and C# combo where you can use a webjob with a message quee in Azure.. using a event receiver or webhook to trigger the action in SharePoint.