What is Azure Resource Manager?
Azure Resource Manager is the deployment and management service for Azure. It provides a management layer that enables you to create, update, and delete resources in your Azure account. You use management features, like access control, locks, and tags, to secure and organize your resources after deployment.
What is Resource Group?
For more information – Refer Microsoft Documentation.
Before starting, I hope you have an Azure Subscription. If you don’t have one, create a free account here.
Login to Azure Portal – https://portal.azure.com/. You will be shown a dashboard similar to this. Click on Resource Groups.

Click on Add.

Fill the form
- Subscription: Select your subscription.
- Resource group: Give the name of resource group.
- Region: Choose the region which is right for you and your customers.
Click Review + Create. Now you can store all your resources into this resource group.
