docs: Add a guide for cleaning up App Registrations before redeploying#676
Merged
0xharkirat merged 2 commits intomainfrom Feb 20, 2026
Merged
docs: Add a guide for cleaning up App Registrations before redeploying#6760xharkirat merged 2 commits intomainfrom
0xharkirat merged 2 commits intomainfrom
Conversation
…g EagleEye, including supporting images and a table of contents entry.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
There was a problem hiding this comment.
Pull request overview
Adds an EagleEye documentation guide to help users clean up Entra ID App Registrations prior to a full redeploy, and wires it into the EagleEye docs navigation.
Changes:
- Added a new “Cleanup before Redeployment” guide (
redeploy-cleanup.mdx) with step-by-step instructions and screenshots. - Updated the EagleEye docs TOC to include the new guide.
- Added two new screenshots under
public/EagleEye/to support the guide.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| public/EagleEye/delete-engine-app-registration.png | New screenshot used in the cleanup guide. |
| public/EagleEye/3-app-registrations.png | New screenshot showing the three app registrations. |
| content/docsTableOfContents/EagleEye/toc.mdx | Adds the new guide to the “Guides” section of the TOC. |
| content/docs/EagleEye/redeploy-cleanup.mdx | New cleanup guide explaining which app registrations to delete/keep before redeploying. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
AttackOnMorty
approved these changes
Feb 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Closes: https://github.com/SSWConsulting/SSW.EagleEye/issues/1483
This pull request adds a new guide to the EagleEye documentation to help users clean up App Registrations before redeploying the application. It also updates the table of contents to include this new guide.
Documentation Additions:
redeploy-cleanup.mdx, that explains how to manually remove SSW.EagleEye App Registrations from Entra ID (Azure AD) before performing a fresh deployment, with clear instructions on which apps to delete and which to keep.Navigation Updates:
toc.mdx) to include the new "Cleanup before Redeployment" guide.