az acr connected-registry install
Help to access the necessary information for installing a connected registry. Please see https://aka.ms/acr/connected-registry for more information.
Commands
az acr connected-registry install info |
Retrieve information required to activate a connected registry. |
az acr connected-registry install renew-credentials |
Retrieve information required to activate a connected registry, and renews the sync token credentials. |
az acr connected-registry install info
Retrieve information required to activate a connected registry.
az acr connected-registry install info --name
--parent-protocol {http, https}
--registry
[--resource-group]
Examples
Set http as the parent protocol, and prints the values required to activate a connected registry in json format
az acr connected-registry install info --registry mycloudregistry --name myconnectedregistry --parent-protocol http
Required Parameters
Name for the connected registry. Name must be between 5 to 40 character long, start with a letter and contain only alphanumeric characters (including ‘_’ or ‘-’). Name must be unique under the Cloud ACR hierarchy.
Specify the protocol used to communicate with its parent.
The login server of the Cloud ACR registry. Must be the FQDN to support also Azure Stack.
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
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 connected-registry install renew-credentials
Retrieve information required to activate a connected registry, and renews the sync token credentials.
az acr connected-registry install renew-credentials --name
--parent-protocol {http, https}
--registry
[--resource-group]
[--yes]
Examples
Set http as the parent protocol, and prints the values in json format required to activate a connected registry and the newly generated sync token credentials.
az acr connected-registry install renew-credentials -r mycloudregistry -n myconnectedregistry --parent-protocol http
Required Parameters
Name for the connected registry. Name must be between 5 to 40 character long, start with a letter and contain only alphanumeric characters (including ‘_’ or ‘-’). Name must be unique under the Cloud ACR hierarchy.
Specify the protocol used to communicate with its parent.
The login server of the Cloud ACR registry. Must be the FQDN to support also Azure Stack.
Optional Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Do not prompt for confirmation.
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.
Feedback
Submit and view feedback for