The entry gate to Azure: Configuring your Azure subscription with Azure CLI
Azure CLI is a command line interface with Azure. It can be used in any command line prompt, including PowerShell and Bash, and it allows the creation of resources and resource groups, executing actions like an Azure Data Factory pipeline, and much more possibilities. In this post, I will show the basic commands to connect and configure your Azure Subscription.
Photo by Jan Tinneberg on Unsplash
How to set an Azure Subscription with Azure CLI
Azure CLI commands for Login and Account
Below is a summary of all commands used
Now let’s see the details of execution for each command.
How to know which commands to use in Azure CLI
At least in the beginning until you get familiar with the commands a very useful tip is to make use of the help command. It’s quite simple and you just need to add --help or -h after the command. The most basic would be to run it after az like az --help . It will show all subgroups and commands available for the tool.
Image by author
How to login into Azure with Azure CLI
The easiest way to login into Azure is using the interactive mode. It will open a new tab on your browser with the authentication page.
To do it run the command az login and choose your account:
Image by author
By default, after choosing your account it will prompt a list of available subscriptions on that account. These subscriptions can also be listed with the command az account list, described below.
How to set a subscription with Azure CLI
First, we need to see which subscriptions are available. To do it run the command az account list , this command will display all subscriptions available in your logged accounts.
Image by author
Once you have your subscriptions id, you can connect to it through the command az account set --subscription . After this command, you can confirm if the subscription was settled by running the command az account show
Ìmage by author
Conclusion
Although the commands are simple, they are very important, as they are an entry gate to interact with Azure. [
Join FAUN: Website** 💻|Podcast 🎙️|Twitter 🐦|Facebook 👥|Instagram 📷|Facebook Group 🗣️|Linkedin Group 💬|** Slack 📱|Cloud Native News** 📰|More.**
If this post was helpful, please click the clap 👏 button below a few times to show your support for the author 👇
](