If we are dealing with the subject of Azure networking, we must not forget the area of security.
As a tool for this, Azure networking offers the following options:
- NSG
- Application security groups
If we are dealing with the subject of Azure networking, we must not forget the area of security.
As a tool for this, Azure networking offers the following options:
An NSG contains a list of rules that allow or deny network traffic for resources associated with VNets.
Currently, there are the following types of NSGs:
If an NSG is associated with a subnet, the rules apply to all resources that are connected to the subnet. However, you can further restrict your data traffic by setting up NSGs for NICs or VMs.
An NSG cannot be used concurrently with an endpoint access control...