Add troubleshooting documentation for post-upgrade inventory sync issues #10772
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.
After CoE Starter Kit upgrades, users report missing environments and outdated app data in Power Platform Admin View. Root cause: Driver flow not executed post-upgrade + incremental inventory mode only syncs resources modified within last 7 days.
Changes
Core Troubleshooting Guide
docs/troubleshooting/admin-view-missing-data.md- Comprehensive guide covering:admin_FullInventoryto capture historical dataIssue Response Templates
docs/ISSUE-RESPONSE-ADMIN-VIEW-SYNC.md- Reusable templates for:docs/ISSUE-RESPONSE-SLAUGHTER-MAY-SYNC.md- Specific response for reported issuedocs/ISSUE-COMMENT-RESPONSE.md- Quick reference for issue commentsUpdated Cross-References
docs/troubleshooting/README.md- Added link to new guideCenterofExcellenceCoreComponents/README.md- Added link to new guideTechnical Context
CoE sync flows operate in incremental mode by default (
admin_InventoryFilter_DaysToLookBack= 7 days). Post-upgrade scenarios require:admin_FullInventory= Yes) to capture historical resourcesadmin_FullInventoryto No after completion to avoid excessive API consumptionNo code changes - inventory system working as designed. Documentation addresses user knowledge gap.
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.