Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Azure Services Kit
Azure Services Kit

Azure Services Kit

Alell Tech

|
4 installs
| (0) | Free
Azure Services Kit.
Get it free

Azure Services

  • GetAKSConfig

Features

  • Create kubeconfig file from Service Connection to Azure Kubernetes Services (AKS).

Usage sample

From Azure Resource Manager

z This YAML example shows how Azure Resource Manager is used to refer to the Kubernetes cluster. This is used with one of the helm commands and the appropriate values required for the command:

- job:
  ...
variables:
  azureSubscriptionEndpoint: Contoso
  azureResourceGroup: Contoso
  kubernetesCluster: Contoso

- task: GetAKSConfig@5
  displayName: Get AKS Config
  inputs:
    connectionType: Azure Resource Manager
    azureSubscriptionEndpoint: $(azureSubscriptionEndpoint)
    azureResourceGroup: $(azureResourceGroup)
    kubernetesCluster: $(kubernetesCluster)

From Kubernetes Service Connection

This YAML example shows how Kubernetes service connection is used to refer to the Kubernetes cluster. This is used with one of the helm commands and the appropriate values required for the command:

- task: GetAKSConfig@5
  displayName: Get AKS Config
  inputs:
    connectionType: Kubernetes Service Connection
    kubernetesServiceEndpoint: Contoso

About US

Help us

See CONTRIBUTING.md

If you like our project help us to make more best solutions.

Bitcoin / network BTC:

1NvnQAp2e46Fqv4YaoYTioypJZdq4Kc3Az

Etherium / network Etherium:

0x38a2113604fb3d642bbd009301e94848a499cea4

BitTorrent / network Tron:

TD9LHa5BjWQpf4oP3uYWP8ghnojJWJy53C

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft