logo
Azure Logic Apps - Interview Questions and Answers
What are Logic App’s limitations regarding run history and storage management? How can they be mitigated?
Azure Logic Apps has limitations in run history retention and storage management. Run history is retained for 30 days, after which it’s automatically deleted. Storage capacity depends on the pricing tier: Consumption (25 GB), Standard (50 GB), and Integration Service Environment (ISE) (1 TB).

To mitigate these limitations :

1. Monitor usage regularly to avoid exceeding storage limits.
2. Archive important data before automatic deletion by exporting run history using Azure Monitor or custom connectors.
3. Optimize workflows to reduce unnecessary runs and storage consumption.
4. Consider upgrading to a higher pricing tier if needed for increased storage.