Azure Network Security Group (NSG) is a core networking feature in Microsoft Azure that acts as a virtual firewall. It controls inbound and outbound traffic to Azure resources such as Virtual Machines, Subnets, and NICs. TheDocumentation Index
Fetch the complete documentation index at: https://docs.superagentx.ai/llms.txt
Use this file to discover all available pages before exploring further.
AzureNSGHandler makes it easy to authenticate with Azure using service principal credentials and retrieve
all NSGs within a subscription, helping with network security auditing and firewall configuration visibility.
Example
To create theAzureNSGHandler object, provide your Azure credentials (subscription ID, tenant ID, client ID, and client secret).
These can also be loaded from environment variables:
Retrieves a list of all NSGs in the subscription. Each NSG includes its rules and properties.

