Glossary
Throttling
By Emil Björk · Microsoft business apps consultant, Gothenburg
Rate-limiting of API calls in Dataverse, Power Platform, and Microsoft services — protects capacity; integrations must respect 429s with backoff.
Throttling is the rate-limiting mechanism Microsoft services apply to API calls — protecting platform capacity from runaway consumers. Dataverse, Business Central, Finance and SCM, Power Automate connectors, and Microsoft Graph all enforce throttling. When a consumer exceeds the configured rate, the service responds with HTTP 429 (Too Many Requests) plus a Retry-After header indicating how long to wait. Well-behaved integrations honour the Retry-After value with exponential backoff; chatty integrations that ignore throttling degrade everyone's experience and risk being further rate-limited. Throttling limits include per-user-per-minute, per-tenant aggregate, and per-connector-specific limits. Batch operations, filtering at the source, and caching reduce API call volume; capacity add-ons can raise the ceiling at scale.
Related terms
Mentioned in these guides
- API Gateway patterns for Dynamics 365
- Azure Data Factory with Dynamics 365
- Azure Functions for Dynamics 365 integrations
- Azure vs Power Platform: when to use which
- Batch operations in the Dataverse Web API
- Batch posting in Business Central
- Business Central performance tuning
- Custom connectors in the Power Platform
- Custom services and OData endpoints in F&O
- Customer Voice surveys in Dynamics 365
- Dataverse plug-in exceptions explained
- Event-driven architecture for Dynamics 365
- Microsoft Graph API with Business Central
- Integrating Dynamics 365 with custom mobile apps
- Logic Apps with Dynamics 365
- Polling vs push patterns for Dynamics 365 integrations
- Power Automate connectors for Dynamics 365
- Power Automate error handling patterns
- Error monitoring patterns for Power Automate
- Power BI dataset refresh failures
- Power Platform throttling and 429 errors
- Data integration for real-time marketing
- Retry policies with Azure services
- Virtual network data gateway for Dynamics 365