Introduction

In my previous article, we learned how to create an Azure resource group. Now we have to utilize the resource group by adding a resource. There are three ways that you can add a resource into the resource group, I will explain you all the three approaches one by one, In this first approach, we will cover all the necessary steps by adding the Azure Storage account. But note that the description of the procedure applies also to all other resource types in the same or slightly modified form.
To add a storage account to your Azure resource group, perform the following steps:
  1. Open your Azure management portal here.
  2. In the portal, click on the side blade, then click on create a resource. You can also do this from the Home Section Azure Services tab and then click Create a resource:



  3. On the blade click on Storage, then click on Storage Account:



  4. Once you click the Create storage account blade, there are some fields that need to be filled and then click the button Review + Create.

  1. Once you click the Review + Create it will pop up the new screen which shows the validation passed message with a green tick, then click the Create button.



  2. It will take Some time Seconds or Minutes then click on the Notification icon and you will see the Storage account deployment succeeded.

Finally, our Storage account has been created.