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
The name of the private endpoint connection.
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
Approval description. For example, the reason for approval.
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.
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
The name of the private endpoint connection.
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
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.
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
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
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.
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
The name of the private endpoint connection.
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
Rejection description. For example, the reason for rejection.
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.
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
The name of the private endpoint connection.
The name of the container registry. You can configure the default registry name using az configure --defaults acr=<registry name>
.
Optional Parameters
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.
Azure CLI