blog: add post on deploying apps to AKS Automatic with Terraform and Helm#5491
Merged
pauldotyu merged 17 commits intoAzure:masterfrom Jan 9, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a comprehensive blog post that guides readers through deploying applications to AKS Automatic clusters using Terraform and the Helm provider, with a focus on Azure RBAC token-based authentication strategies.
Key changes:
- Introduces AKS Automatic's security-first approach and explains why traditional kubeconfig-based authentication doesn't work
- Provides detailed Terraform configurations using the AzApi provider to deploy AKS Automatic clusters
- Demonstrates two authentication methods for the Helm provider: Azure CLI bearer tokens via the external provider, and the exec plugin with kubelogin
…dex.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…dex.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…dex.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…dex.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…dex.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
d8f7c8f to
8c8b4ca
Compare
f245933 to
180155a
Compare
180155a to
3c75f44
Compare
…dex.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…dex.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…dex.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…dex.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
sabbour
approved these changes
Dec 18, 2025
5cd1243 to
b7901cb
Compare
palma21
approved these changes
Jan 9, 2026
palma21
approved these changes
Jan 9, 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.
New blog post: Deploying to AKS Automatic with Terraform and Helm