Introduction
A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution.
Will provide do step by step with screenshots below.
How to install the Azure CLI
Go to the URL: https://learn.microsoft.com/en-us/cli/azure/install-azure-cli
Select the installed Operating System
![Create Azure Resource Group In Different Methods]()
Download and install the latest release of the Azure CLI
![Create Azure Resource Group In Different Methods]()
Install setup file,
![Create Azure Resource Group In Different Methods]()
Install setup file,
![Create Azure Resource Group In Different Methods]()
![Create Azure Resource Group In Different Methods]()
Run the login
command.
az login
![Create Azure Resource Group In Different Methods]()
After Login Alert
![Create Azure Resource Group In Different Methods]()
Create a resource group in CLI
az group create --name myResourceGroup --location eastus
You're decision for the Resource Group Name and Location
![Create Azure Resource Group In Different Methods]()
Conclusion
This article taught us how to create a Resource Group in our CLI. And if you have any questions please contact me.