Forum Discussion

Kuljeet Singh's avatar
Kuljeet Singh
Copper Contributor
Jan 08, 2018
Solved

PnP Partner Pack for On Premises?

Is there an open-source port/implementation of the PnP Partner Pack for an on-premises scenario? (i.e. a SharePoint platform with no O365/Azure integration)?
  • VesaJuvonen's avatar
    Jan 09, 2018
    PnP Partner Pack is indeed a start-up solution designed for the cloud, which is then using PnP CSOM and PowerShell in the setup. There's currently no on-premises Partner Pack version. The current version uses Azure Storage queues for task management and Azure web jobs for backend processes. You could though pretty easily replace those code sections - using SharePoint list for task management and then have scheduled console app or Windows service for the backend timer job processes.