Azure - Networking

Card Puncher Data Processing

About

Networking in Azure

Management

Security Group (NSG)

A network security group (NSG) is a collection of firewall rules that can be applied to a machine.

Public IP

az network public-ip show \
    --resource-group myResourceGroup \
    --name myVMPublicIP \
    --query [ipAddress] \
    --output tsv

Documentation / Reference







Share this page:
Follow us:
Task Runner