High severitycapacity
Power BI Refresh Error:
UserErrorDataFactoryQuotaExceeded
What does this error mean?
An Azure Data Factory operation failed because a service quota was exceeded. Common quota limits include the number of pipelines, datasets, integration runtimes, or the number of concurrent activity runs per subscription.
Common causes
- 1The ADF factory reached the limit of 5,000 entities (pipelines + datasets + linked services + data flows) per factory
- 2The subscription-level concurrent activity run quota (default: 1,000 per subscription) was reached
- 3Too many integration runtimes are provisioned in the factory
- 4A development factory accumulated excessive entities during rapid iteration
How to fix it
- 1Review and delete unused pipelines, datasets, linked services, and data flows to reduce entity count.
- 2Request a quota increase via the Azure portal: Help + Support > New support request > Service and subscription limits.
- 3Consider splitting the workload across multiple ADF factories if entity limits are legitimately required.
- 4For concurrent run quotas, stagger pipeline trigger schedules to spread activity runs over time.
Frequently asked questions
Official documentation: https://learn.microsoft.com/en-us/azure/data-factory/data-factory-troubleshoot-guide