MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.2k stars 21.35k forks source link

Bicep config for AKS AGIC addonProfiles #87540

Closed ezYakaEagle442 closed 1 year ago

ezYakaEagle442 commented 2 years ago

In Bicep doc for AKS there no details about addonProfiles , it is difficult for a newbie to configutre correctly the AGIC addonProfiles

I created Issue https://github.com/Azure/azure-rest-api-specs/issues/17563

Could you please document the correct way to configure AGIC in an AKS Bicep Template ?

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

    }

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

GitaraniSharma-MSFT commented 2 years ago

@ezYakaEagle442 , thank you for the feedback. We have assigned this issue to the respective product owner for review.

@mscatyao , could you please provide your insights here?

greg-lindsay commented 1 year ago

I am closing issues that have not been updated in over a year. I will cross reference and research them individually. I am recording each issue and compiling a list of articles to review. If you feel there is an urgent need to address something related to this GitHub issue, please open a new issue and I will reply in the new thread. Please also reference this GitHub issue number in the new issue. Thanks. #please-close