Skip to content

Files

samples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 9, 2024
Apr 9, 2024
Aug 9, 2024
Aug 9, 2024
Jun 7, 2022
Aug 9, 2024
Jun 2, 2023
Aug 9, 2024
Aug 9, 2024
Aug 9, 2024
Aug 9, 2024
Sep 12, 2022
Mar 20, 2023
Jun 2, 2023
Nov 30, 2021

Samples

These samples demonstrate relevant Bicep patterns and show how to best consume the bicep modules from this project in your own deployments.

Filename Description Deploy
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. Deploy to Azure (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. Deploy to Azure (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. Deploy to Azure (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. Deploy to Azure (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. Deploy to Azure (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.