az containerapp connected-env certificate
Note
This reference is part of the containerapp extension for the Azure CLI (version 2.62.0 or higher). The extension will automatically install the first time you run an az containerapp connected-env certificate command. Learn more about extensions.
Command group 'containerapp connected-env' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Commands to manage certificates for the Container Apps connected environment.
Commands
Name | Description | Type | Status |
---|---|---|---|
az containerapp connected-env certificate delete |
Delete a certificate from the Container Apps connected environment. |
Extension | Preview |
az containerapp connected-env certificate list |
List certificates for a connected environment. |
Extension | Preview |
az containerapp connected-env certificate upload |
Add or update a certificate. |
Extension | Preview |
az containerapp connected-env certificate delete
Command group 'containerapp connected-env certificate' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Delete a certificate from the Container Apps connected environment.
az containerapp connected-env certificate delete [--certificate]
[--ids]
[--name]
[--resource-group]
[--subscription]
[--thumbprint]
[--yes]
Examples
Delete a certificate from the Container Apps connected environment by certificate name
az containerapp connected-env certificate delete -g MyResourceGroup --name MyConnectedEnv --certificate MyCertificateName
Delete a certificate from the Container Apps connected environment by certificate id
az containerapp connected-env certificate delete -g MyResourceGroup --name MyConnectedEnv --certificate MyCertificateId
Delete a certificate from the Container Apps connected environment by certificate thumbprint
az containerapp connected-env certificate delete -g MyResourceGroup --name MyConnectedEnv --thumbprint MyCertificateThumbprint
Optional Parameters
Name or resource id of the certificate.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the Container Apps connected environment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Thumbprint of the certificate.
Do not prompt for confirmation.
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 containerapp connected-env certificate list
Command group 'containerapp connected-env certificate' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
List certificates for a connected environment.
az containerapp connected-env certificate list --name
--resource-group
[--certificate]
[--location]
[--thumbprint]
Examples
List certificates for a connected environment.
az containerapp connected-env certificate list -g MyResourceGroup --name MyConnectedEnv
List certificates by certificate id.
az containerapp connected-env certificate list -g MyResourceGroup --name MyConnectedEnv --certificate MyCertificateId
List certificates by certificate name.
az containerapp connected-env certificate list -g MyResourceGroup --name MyConnectedEnv --certificate MyCertificateName
List certificates by certificate thumbprint.
az containerapp connected-env certificate list -g MyResourceGroup --name MyConnectedEnv --thumbprint MyCertificateThumbprint
Required Parameters
Name of the Container Apps connected environment.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Name or resource id of the certificate.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Thumbprint of the certificate.
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 containerapp connected-env certificate upload
Command group 'containerapp connected-env certificate' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus
Add or update a certificate.
az containerapp connected-env certificate upload --certificate-file
[--certificate-name]
[--ids]
[--location]
[--name]
[--password]
[--resource-group]
[--show-prompt]
[--subscription]
Examples
Add or update a certificate.
az containerapp connected-env certificate upload -g MyResourceGroup --name MyConnectedEnv --certificate-file MyFilepath
Add or update a certificate with a user-provided certificate name.
az containerapp connected-env certificate upload -g MyResourceGroup --name MyConnectedEnv --certificate-file MyFilepath --certificate-name MyCertificateName
Required Parameters
The filepath of the .pfx or .pem file.
Optional Parameters
Name of the certificate which should be unique within the Container Apps connected environment.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Name of the Container Apps connected environment.
The certificate file password.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Show prompt to upload an existing certificate.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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