SampleAppMain.bicep |
When consuming the AKS Construction Bicep as a module, doing so from your own Bicep file is recommended. This sample shows using environment mapping , custom naming and basic conditional logic for using the module. |
(via Azure portal UI) |
SystemPresetExample.bicep |
The AKS Construction Bicep uses preset configurations for the system pool. Where you wish to deviate from these recommended presets, you can provide your own custom preset. This sample shows how to achieve that. |
(via Azure portal UI) |
Multi-Cluster with Peered vNets |
When more control is required on the Networking and Resource Groups, you can deploy at the subscription scope. |
(via Azure portal UI) |
Shared ACR |
Where an existing Azure Container Registry exists in a different resource group, this sample shows how to create the scoped 'ACR Pull' role assignment that the AKS cluster requires. |
(via Azure portal UI) |
NetworkForByo.bicep |
When using the BYO network configuration you'll usually be deploying to a subscription with a peered virtual network already deployed with the correct subnets. This bicep file bridges the gap where you don't yet have that virtual network, but want to BYO network. |
(via Azure portal UI) |
Deployment Stages |
Creating a staged deployment with an existing Managed Identity, Network Subnet and ACR, this configuration demonstrates how to pass the BYO Identity into AKS-Construction for Azure Subscriptions with restricted RBAC. |
|