Skip to content

Bicep config for AKS addonProfiles #17563

Open
@ezYakaEagle442

Description

@ezYakaEagle442

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 ?
      }
      
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    AKSService AttentionWorkflow: This issue is responsible by Azure service team.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions