Azure - Networking
Table of Contents
1 - About
Networking in Azure
2 - Management
2.1 - Security Group (NSG)
A network security group (NSG) is a collection of firewall rules that can be applied to a machine.
2.2 - Public IP
az network public-ip show \ --resource-group myResourceGroup \ --name myVMPublicIP \ --query [ipAddress] \ --output tsv
3 - Documentation / Reference
Advertising