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
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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 -n

Name of the resource to be fetched.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.