MS Azure Resource Group DesignΒΆ
Microsoft Azure (Ms Azure) resource group is a container that holds related Azure resources, like virtual machines, storage, or databases, allowing you to manage them as a unit based on their lifecycle, permissions, and policies.
Setting up Ms-Azure Resource Group Proof-of-Concept Testbed
- Create a resource group on the Microsoft subscription (Connected to your MS Account).
- Create a virtual network and subnets.
- Protect a subnet using a network security group (NSG) created inside the resource group.
- Assign the open, inbound, and outbound rules associated with the network security group.
- Deploy Bastion to connect the virtual machines from a remote tool such as (Remote Desktop or Mobaxterm).
- For Bastion, link it to one of the already created subnets and assign it a public IP address.
- Create an Ubuntu Server virtual machine in the resource group and assign a subnet and public IP address.
- In the NSG, create rules that forward the Linux Virtual Machines to their associated ports for remote access.
Click here for a more detailed tutorial.