Resource Group
Jump to navigation
Jump to search
A Resource Group in Azure is way of grouping resources into a manageable set. The neat thing about a Resource Group is when you delete it, all resources get deleted too. It is a simple way to test systems by putting them into a group that can be easily cleaned up.
Creation
In order to begin playing with practically anything in Azure, you must first create a Resource Group to hold things.
- Go to the Azure Portal Home
- In the left pane, select Resource Groups
- In the Resource Groups pane on the right, click "+Add" in the top menu bar
- Select the Subscription (billing)
- Give the new Resource Group workspace a name. While not a law, it is highly recommended to use only lower case letters in your Resource Group Name (truxlogs).
- Pick a Region to host the Resource Group (useast or useast2)
- Not required, but it is highly recommended to add tags to the resource group. CreatedBy and Description are quite helpful.
- Click "Review + create"
- If validation succeeds, press "Create"
You will be taken back to the list of Resource Groups screen. Wait a minute or two then refresh the web page and you should see your new group listed.