Add Modular ALZ Sync Pipeline with Contributor-Friendly Comments #1029
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.
Title: Add Modular ALZ Sync Pipeline with Contributor-Friendly Comments
Description:
Hello EPAC team 👋
While working with the EPAC repo in my own environment, I noticed the alz-sync.yml file under the AzureDevOps directory was incomplete. To support automated ALZ sync updates, I’ve contributed a modular pipeline setup consisting of:
A template file containing the core sync logic
A main entry file that calls the template and accepts input parameters
A cron-based schedule for quarterly execution, which can be customized as needed
Both YAML files include inline comments to improve readability and onboarding for future contributors.
This is my first PR to the EPAC project. I didn’t see a CONTRIBUTING.md, so I’ve followed standard practices and kept the changes scoped and traceable. I have additional pipeline templates to contribute, which I’ll submit in separate PRs once this one is reviewed.
To validate the setup, I’ve deployed it in my own Azure DevOps environment. Here's a screenshot showing the successful execution of all pipeline tasks, including policy sync, CLI prep, commit, and PR creation:
🟢 EPAC ALZ Library Sync – Successful Run
Thanks for the great work on EPAC—hope this addition helps others automate their ALZ sync workflows more easily.
Best regards, Justin