You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/key-vault-certificates-manage.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,16 +17,10 @@ You can set up Azure Key Vault to manage your container app's certificates to ha
17
17
18
18
-[Azure Key Vault](/azure/key-vault/): Make sure you have a certificate stored in Azure Key Vault.
19
19
20
-
-[Azure CLI](/cli/azure/install-azure-cli): You need the Azure CLI updated with the Azure Container Apps extension version `0.3.49` or higher. Use the `list-available` command to view your extension's version number.
20
+
-[Azure CLI](/cli/azure/install-azure-cli): You need the Azure CLI updated with the Azure Container Apps extension version `0.3.49` or higher. Use the `az extension add` command to install the latest version.
21
21
22
22
```azurecli
23
-
az extension list-available --output table | findstr containerapp
24
-
```
25
-
26
-
If you need to upgrade your extension, then use the `upgrade` parameter with the `add` command:
27
-
28
-
```azurecli
29
-
az extension add --name containerapp --upgrade`
23
+
az extension add --name containerapp --upgrade --allow-preview`
30
24
```
31
25
32
26
- [Managed identity](./managed-identity.md): Enable managed identity on your Container Apps environment.
0 commit comments