Open
Description
I have look the in Bicep doc for AKS but there no details about the addonProfiles configuration in Bicep, it is difficult for a newbie to configutre it correctly, for instance :
addonProfiles: {
omsagent: {
config: {
logAnalyticsWorkspaceResourceID: logAnalyticsWorkspaceId
}
enabled: true
}
azurepolicy: {
enabled: true
}
// ingress-appgw ?
ingressApplicationGateway:{
enabled:true
config:{
applicationGatewayId: stg.properties.accessTier
}
}
virtual-node {
// What to configure here ?
}
openServiceMesh: {
enabled: true
config: {}
}
gitops {
// What to configure here ?
}
azure-keyvault-secrets-provider {
// What to configure here ?
}
}