Skip to content

Commit eaf0bf3

Browse files
committed
Remove preview
1 parent 8eeb2cb commit eaf0bf3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: azure-container-apps
77
ms.topic: how-to
8-
ms.date: 05/09/2024
8+
ms.date: 08/14/2024
99
ms.author: cshoe
1010
---
1111

12-
# Import certificates from Azure Key Vault to Azure Container Apps (preview)
12+
# Import certificates from Azure Key Vault to Azure Container Apps
1313

1414
You can set up Azure Key Vault to manage your container app's certificates to handle updates, renewals, and monitoring. Without Key Vault, you're left managing your certificate manually, which means you can't manage certificates in a central location and can't take advantage of lifecycle automation or notifications.
1515

@@ -20,7 +20,7 @@ You can set up Azure Key Vault to manage your container app's certificates to ha
2020
- [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 add --name containerapp --upgrade --allow-preview`
23+
az extension add --name containerapp --upgrade --allow-preview
2424
```
2525
2626
- [Managed identity](./managed-identity.md): Enable managed identity on your Container Apps environment.

0 commit comments

Comments
 (0)