Forum Discussion

Lalit Mohan's avatar
Lalit Mohan
Former Employee
Mar 20, 2020
Solved

Maximum rate of provisioing Sharepoint sites

  We have a scenario where a Azure based webjob is using Grpah API to create large number of Sharepoint online sites . What is the limit on the rate of provisioning Sharepoint online sites ? Where ...
  • Joel Rodrigues's avatar
    Joel Rodrigues
    Mar 20, 2020

    Lalit Mohan I believe the API limits are not available publicly.

    Regarding PnP provisioning (I think this was the second part of you reply, apologies if not), you can use this as a starting point:

    https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/introducing-the-pnp-provisioning-engine

     

    I have worked in some projects with similar challenges and there is generally some work that can be done in advance to minimize the load on the APIs when the bulk of the work needs to take place.

    For example, create blank sites in advance, provision blank lists/libraries, provision some custom fields/content types, etc...

Resources