How To Create A Resource Group In Azure Portal
Resource groups are an important organizational structure within Azure. As you create resources in Azure, you must specify one Resource Group that the resource needs to belong to. This is how you organize resources within a subscription. At the highest level of the Azure hierarchy, we have Management Groups. The next level down is Subscriptions, and then after that are the Resource Groups. Note that Resource Groups can not be nested, they are a single-level entity.…