-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/acr #82
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
Feature/acr #82
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
550c4b5 to
5c18f89
Compare
864b911 to
ebf8f89
Compare
feat: fixing tests feat: fixing tests feat: fixing tests
ebf8f89 to
eabb71c
Compare
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.
Pull Request Overview
This PR introduces a new Azure Container Registry (ACR) building block module, providing production-grade container registry infrastructure with optional private networking, hub connectivity, and AKS integration. The module supports multiple deployment scenarios from public registries to private endpoints with VNet peering.
- Complete ACR building block implementation with backplane permissions
- Private endpoint networking with VNet peering to hub networks
- Comprehensive test coverage for multiple deployment scenarios
Reviewed Changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| modules/azure/container-registry/buildingblock/*.tf | Core ACR module with networking, private endpoints, and role assignments |
| modules/azure/container-registry/buildingblock/*.md | Application team documentation and technical README |
| modules/azure/container-registry/buildingblock/acr.tftest.hcl | Comprehensive test scenarios for different deployment patterns |
| modules/azure/container-registry/backplane/*.tf | Backplane permissions and service principal management |
| modules/AGENTS.md | Updated documentation reflecting ACR additions and Azure patterns |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dced6ef to
2832702
Compare
No description provided.