How to create an Azure resource group using Azure CLI?

What is a resource group?

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, or only those resources that you want to manage as a group. You decide how you want to add resources to resource groups based on what makes the most sense for your organization. Generally, add resources that share the same lifecycle to the same resource group so you can easily deploy, update, and delete them as a group.

The resource group stores metadata about the resources. When you specify a location for the resource group, you’re specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region.

How to create an Azure resource group using Azure CLI?

Prerequisites: Azure CLI installed and configured.

How to create a new Azure resource group using Azure CLI?

How to list all Azure resources groups in your account using Azure CLI?

How to get details on a particular Azure resource group using Azure CLI?

How to create a resource in a specific resource group using Azure CLI?

How to delete an Azure resource group using Azure CLI?