az acr private-endpoint-connection

Manage container registry private endpoint connections.

To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.

Commands

Name Description Type Status
az acr private-endpoint-connection approve

Approve a private endpoint connection request for a container registry.

Core GA
az acr private-endpoint-connection delete

Delete a private endpoint connection request for a container registry.

Core GA
az acr private-endpoint-connection list

List all private endpoint connections to a container registry.

Core GA
az acr private-endpoint-connection reject

Reject a private endpoint connection request for a container registry.

Core GA
az acr private-endpoint-connection show

Show details of a container registry's private endpoint connection.

Core GA

az acr private-endpoint-connection approve

Approve a private endpoint connection request for a container registry.

To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.

az acr private-endpoint-connection approve --name
                                           --registry-name
                                           [--description]
                                           [--resource-group]

Required Parameters

--name -n

The name of the private endpoint connection.

--registry-name -r

The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>.

Optional Parameters

--description

Approval description. For example, the reason for approval.

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

az acr private-endpoint-connection delete

Delete a private endpoint connection request for a container registry.

To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.

az acr private-endpoint-connection delete --name
                                          --registry-name
                                          [--resource-group]

Required Parameters

--name -n

The name of the private endpoint connection.

--registry-name -r

The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>.

Optional Parameters

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

az acr private-endpoint-connection list

List all private endpoint connections to a container registry.

To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.

az acr private-endpoint-connection list --registry-name
                                        [--resource-group]

Required Parameters

--registry-name -r

The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>.

Optional Parameters

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

az acr private-endpoint-connection reject

Reject a private endpoint connection request for a container registry.

To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.

az acr private-endpoint-connection reject --name
                                          --registry-name
                                          [--description]
                                          [--resource-group]

Required Parameters

--name -n

The name of the private endpoint connection.

--registry-name -r

The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>.

Optional Parameters

--description

Rejection description. For example, the reason for rejection.

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

az acr private-endpoint-connection show

Show details of a container registry's private endpoint connection.

To create a private endpoint connection use "az network private-endpoint create". For more information see https://aka.ms/acr/private-link.

az acr private-endpoint-connection show --name
                                        --registry-name
                                        [--resource-group]

Required Parameters

--name -n

The name of the private endpoint connection.

--registry-name -r

The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>.

Optional Parameters

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