Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/embedded/development/limits-calling.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Limits and Calling Patterns
description: This article explains the limits of SharePoint Embedded.
ms.date: 05/21/2024
ms.date: 01/16/2026
ms.localizationpriority: high
---

Expand Down Expand Up @@ -71,3 +71,7 @@ The following table lists the API rate limits for applications and containers.
> \* Limit can be increased per request.

Application limits are defined in resource units, and the actual request rate, such as requests per minute, varies based on the chosen API and its corresponding resource unit cost. As a general rule, you can estimate the request rate by averaging about two resource units per request and dividing application resource unit limits by 2. Reducing the usage of permission operations can notably improve the call rate since these operations have the most significant impact on overall resource consumption.

### Container creation rate limiting

Per consuming tenant, and during the tenant's peak hours, container creation is limited to 5 new containers per second. Requests beyond this limit will be rate limited. Outside of peak hours, containers may be created at a faster rate.