Azure Authentication
Explore how to authenticate your Azure account using the az CLI to manage Kubernetes services with Terraform. Learn to create and verify resource groups, a crucial step before deploying and managing AKS clusters. This lesson equips you with the foundational Azure authentication skills necessary for effective infrastructure management.
We'll cover the following...
We'll cover the following...
Azure account
Even though the goal is to use Terraform for all infrastructure-related tasks, we’ll need a few things specific to Azure. To be more precise, we’ll need to create a resource group. Before we do that, make sure that you’re registered and logged in to Azure and have the az CLI.
Note: If you’re planning to use an account provided by your company, please ...