Add AKS ACR authentication quickstart - #505
Merged
Merged
Conversation
This README provides a step-by-step guide to authenticate Azure Kubernetes Service (AKS) with Azure Container Registry (ACR) using Terraform. It covers prerequisites, Terraform configuration, resource creation, and deployment instructions.
Rebecca Calixte (Rebecca-Calixte)
had a problem deploying
to
test
August 26, 2026 16:25 — with
GitHub Actions
Failure
Copilot started work on behalf of
Vishwajeet Ranade (vranade-microsoft)
August 27, 2026 08:06
View session
Co-authored-by: vranade-microsoft <269690592+vranade-microsoft@users.noreply.github.com>
Co-authored-by: vranade-microsoft <269690592+vranade-microsoft@users.noreply.github.com>
Vishwajeet Ranade (vranade-microsoft)
approved these changes
Aug 27, 2026
Vishwajeet Ranade (vranade-microsoft)
left a comment
Collaborator
There was a problem hiding this comment.
Approving the changes made by Copilot. No manual edits involved.
Added upgrade settings to the default node pool in the AKS configuration.
Rebecca Calixte (Rebecca-Calixte)
requested a deployment
to
test
August 27, 2026 20:24 — with
GitHub Actions
Waiting
Collaborator
Author
|
E2E deployment completed successfully, but the post-apply idempotency check detected drift in the AKS default node pool’s upgrade settings. I added the provider-returned values explicitly to the default_node_pool configuration so the second Terraform plan should be empty. The E2E check will rerun with this update. upgrade_settings { |
Rebecca Calixte (Rebecca-Calixte)
temporarily deployed
to
test
August 27, 2026 20:36 — with
GitHub Actions
Inactive
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.
Adds a Terraform quickstart for integrating Azure Container Registry (ACR) with Azure Kubernetes Service (AKS).
This sample:
Work item: 568332