Create a Resource Group
Create a resource group that will contain a virtual network and a virtual machine for cloud bursting.
Azure documentation can be found at What is an Azure resource group and Manage Azure resources through portal.
A resource group is 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. Once the resource group is created, resources that are placed into the resource group are a virtual network, a virtual machine, and an image of the virtual machine.
- Login in to your Microsoft Azure account.
-
Using the search box, enter resource groups.
A list of search results is listed.
- Under Services, click Resource Groups.
- Click Create.
-
For Project Details enter the following:
-
For Resource Details enter the following:
- For Region, select a location based on the geographical location of users.
- Click Review + create.
-
Click Create.
It may take a moment to create the resource group. All resources (networks, virtual machines, etc.) that are created are placed within this resource group. The name of the resource group is required for creating a bursting scenario in NavOps.