This post explains how to deploy a kubernetes cluster using Azure CLI (Command Line Interface). Let's look at the steps.
- Install the Azure CLI. Find the installation details from this location.(https://docs.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
- After installation completed, open windows PowerShell.
- Type az login command to login to your Azure subscription.
- A browser window will prompt for you to login. Enter your Azure subscription credentials and login.
- After login succeed, list of all the subscriptions which you have access will be displayed in the PowerShell window.