Add documentation and tools for DLP Impact Analysis export timeouts #10808
+984
−3
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Impact Analysis app times out when exporting results for Strict DLP policies with large affected resource counts (>2,000 apps/flows). Both Canvas app and model-driven app exports fail due to platform delegation limits (2K records), Dataverse export caps (50K rows), and API throttling.
Solution
Add comprehensive troubleshooting documentation with 5 workaround approaches and a ready-to-use PowerShell export tool.
Documentation Added
docs/troubleshooting/dlp-impact-analysis-export-timeout.md(14KB)docs/troubleshooting/dlp-impact-analysis-export-timeout-quickref.md(3KB)docs/ISSUE-RESPONSE-dlp-impact-analysis-export-timeout.md(7KB)Tools Added
docs/scripts/Export-DLPImpactAnalysis.ps1(9KB)docs/scripts/README.md(4KB)Documentation Updates
docs/troubleshooting/README.md- Added DLP export timeout entrydocs/issue-response-templates.md- Added template referenceUsage Example
For users with large datasets (>50K records):
For users with moderate datasets (2K-50K), the documentation provides step-by-step Power Automate flow creation instructions.
Impact
Users can now successfully export DLP Impact Analysis data regardless of size. Addresses common support question without requiring code changes to the app.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.