[AVM Module Issue]: Include support for AKS automatic cluster in a custom virtual network #4470
Open
1 task done
Labels
Class: Pattern Module 📦
This is a pattern module
Needs: Triage 🔍
Maintainers need to triage still
Type: AVM 🅰️ ✌️ Ⓜ️
This is an AVM related issue
Type: Feature Request ➕
New feature or request
Check for previous/existing GitHub issues
Issue Type?
Feature Request
Module Name
(https://github.com/Azure/bicep-registry-modules/blob/avm/res/container-service/managed-cluster)
(Optional) Module Version
https://github.com/Azure/bicep-registry-modules/blob/avm/res/container-service/managed-cluster/0.8.1/avm/res/container-service/managed-cluster/README.md
Description
Support for API server subnet configuration in AKS Automatic mode
Issue Description
The current AVM AKS module (v0.8.1) doesn't support configuring a custom subnet for the API server endpoint when using AKS Automatic mode. This feature is available in the native AKS resource but not exposed through the module parameters.
Feature Request
Add support for configuring the API server subnet through the
apiServerAccessProfile
by adding a new parameter for the subnet ID.Use Case
When deploying AKS in Automatic mode with custom networking requirements, users need to be able to:
Current Workaround
Currently, users must use direct AKS resource deployment instead of the AVM module to configure the API server subnet:
Proposed Changes
Add new parameter to support API server subnet configuration:
Documentation Reference
Additional Context
This feature is particularly important for enterprise deployments where network isolation and security are critical requirements.
(Optional) Correlation Id
No response
The text was updated successfully, but these errors were encountered: