az security allowed_connections
View all possible traffic between resources for the subscription and location, based on connection type.
Commands
Name | Description | Type | Status |
---|---|---|---|
az security allowed_connections list |
List of all possible traffic between resources for the subscription. |
Core | GA |
az security allowed_connections show |
List all possible traffic between resources for the subscription and location, based on connection type. |
Core | GA |
az security allowed_connections list
List of all possible traffic between resources for the subscription.
az security allowed_connections list
Examples
Get possible traffic between resources at the subscription level.
az security allowed_connections list
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az security allowed_connections show
List all possible traffic between resources for the subscription and location, based on connection type.
az security allowed_connections show --name
--resource-group
Examples
Get all possible traffic between resources for the subscription and location, based on connection type.
az security allowed_connections show --name Internal --resource-group mygroup
Required Parameters
Name of the resource to be fetched.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.