Skip to content

Add default Network Security Group for Azure VMs

Nailia Iskhakova requested to merge 121-add-default-azure-nsg into master

The MR adds a default Network Security Group for all VMs with the exception of external HAproxy which has a custom NSG. By default Azure doesn't create NSG for VM and so it doesn't have any inbound/outbound rules. As such we need to explicitly create a default NSG for SSH access, additionally the NSG will have the default security rules.

Result Network security rules with the default NSG

Screenshot_2021-06-04_at_19.30.32

Screenshot_2021-06-04_at_19.30.36

Related to #121 (closed)

Edited by Nailia Iskhakova

Merge request reports