This tutorial will give you a brief insight into creating an Azure Resource Group which will be a critical step of any project.
From Azure:
"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 allocate 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. Therefore, when you specify a location for the resource group, you are specifying where that metadata is stored. For compliance reasons, you may need to ensure that your data is stored in a particular region."
Create Resource1. Navigate to https://portal.azure.com/#home and click on Create a resource.
2. Type Resource group in the search bar and hit enter.
3. Click Create
4. Select a Subscription, type a name for your Resource group and select a Region where you would like the Resource group to be created. Select Next: Tags
5. (Optional) Add Tags to your resource group. Tags are useful in sorting information in organizations through departments, projects etc. Once you've entered a Name and Value, click Next: Review + create
6. Create your new Resource group by selecting Create
Once you've completed all the steps, that's it, Resource group is created and you can start adding resources to it. If all went well, it should show up under your list of Resource groups as indicated below.
Comments
Please log in or sign up to comment.