The Get-AzSqlServerOutboundFirewallRule cmdlet gets the list of Allowed FQDNs in the Outbound Firewall Rules for an Azure SQL Database server.
If you specify the name of an allowed FQDN, this cmdlet gets information about that specific allowed FQDN.
Examples
Example 1: Get outbound firewall rule(s) for a server
This command gets all the allowed FQDNs from the list of Outbound Firewall Rules for the server named Server01 in the resource group named ResourceGroup01.
Parameters
-AllowedFQDN
Specifies the allowed fully qualified domain name (FQDN) in the list of outbound firewall rules.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable,
-InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable,
-ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see
about_CommonParameters.
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.