IT:AD:Azure:Resources:Networking:Virtual Networks:Security Groups
Summary
Use Network Security Groups to * restrict access to Public IPs of a VM.
Process
- Activate New
- Search for “Network Security Group”
- Select “Network Security Group”
- Accept the default,
- Activate Create:
- Name: SQLNSG
- Resource Group: <Your Resource Group>
- Location: <Your Location>
- Activate Create
* Note: the created network security group is not yet protecting anything (not associated with a NIC or subnet yet).
- Activate Subnets
- Activate Associate
- Select the virtual Network (eg: OpsTrainingVNET) in the resource group (eg: OpsVNETRmRG)
- Select the Subnet (eg: Data)
- Wait…
- If you IT:AD:RDP to a server in the subnet (eg:), you will not be able to due to default rules.