Skip to content

Commit 8ac2a3a

Browse files
Apply suggestions from code review
Co-authored-by: Anthony Chu <[email protected]>
1 parent 7159480 commit 8ac2a3a

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

articles/container-apps/certificates-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ The following table lists the options available to manage certificates in Contai
2626
## Next steps
2727

2828
> [!div class="nextstepaction"]
29-
> [Certificates from Key Vault](custom-domains-certificates.md)
29+
> [Custom domain names and free managed certificates(custom-domains-managed-certificates.md)

articles/container-apps/key-vault-certificates-manage.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,10 @@ You can set up Azure Key Vault to manage your container app's certificates to ha
1717

1818
- [Azure Key Vault](/azure/key-vault/): Make sure you have a certificate stored in Azure Key Vault.
1919

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

2222
```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`
3024
```
3125
3226
## Enable managed identity

0 commit comments

Comments
 (0)