-
Notifications
You must be signed in to change notification settings - Fork 61
Add Documentation for Azure incremental Sync Vs Non Incremental Sync #2710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
sivanel97
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi :) I added some styling suggestions to change, if you have any questions let me know...
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/azure.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/incremental-sync.md
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/incremental-sync.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/incremental-sync.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/azure.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/incremental-sync.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/incremental-sync.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/incremental-sync.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/incremental-sync.md
Outdated
Show resolved
Hide resolved
docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/incremental-sync.md
Outdated
Show resolved
Hide resolved
…oviders/azure/incremental-sync.md Co-authored-by: sivanel97 <sivane@getport.io>
…oviders/azure/azure.md Co-authored-by: sivanel97 <sivane@getport.io>
…oviders/azure/incremental-sync.md Co-authored-by: sivanel97 <sivane@getport.io>
…oviders/azure/incremental-sync.md Co-authored-by: sivanel97 <sivane@getport.io>
…oviders/azure/azure.md Co-authored-by: sivanel97 <sivane@getport.io>
…oviders/azure/incremental-sync.md Co-authored-by: sivanel97 <sivane@getport.io>
…oviders/azure/incremental-sync.md Co-authored-by: sivanel97 <sivane@getport.io>
…oviders/azure/incremental-sync.md Co-authored-by: sivanel97 <sivane@getport.io>
…oviders/azure/incremental-sync.md Co-authored-by: sivanel97 <sivane@getport.io>
…oviders/azure/incremental-sync.md Co-authored-by: sivanel97 <sivane@getport.io>
matan84
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Description
This PR adds comprehensive documentation for the Azure Incremental Sync integration and improves the main Azure documentation to clearly distinguish between different sync approaches. The changes address the need for users to understand when and how to use the lightweight incremental sync integration versus the standard Azure exporter.
Motivation and Context
Users currently have access to two different Azure synchronization approaches but lack clear guidance on:
The incremental sync integration is a standalone Python application that uses Azure Resource Graph change detection, while the Azure exporter is an Ocean-based integration with Event Grid support. This documentation clarifies these differences and provides complete setup instructions for both approaches.
Added docs pages
/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/incremental-sync)Updated docs pages
/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/azure)