Automate Azure

Nick Diaz 281 Reputation points
2022-06-21T12:55:21.073+00:00

I would like to automate AKS setup and Sign in for my users. Is it possible if yes how can i achieve the same

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,877 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Cogan 10,157 Reputation points MVP
    2022-06-21T16:26:54.91+00:00

    This is a very broad question, and if you want more detail you will need to refine your question.
    Azure resources can be created using automation through PowerShell, CLI, ARM Templates, Bicep, Terraform, Pulumi and so on, so you can lean these tools and use them to build automation.

    1 person found this answer helpful.