Skip to content

Commit 9c08a1b

Browse files
updates
1 parent 75a281d commit 9c08a1b

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

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

@@ -29,16 +29,25 @@ You can set up Azure Key Vault to manage your container app's certificates to ha
2929
az extension add --name containerapp --upgrade`
3030
```
3131
32-
## Enable managed identity
32+
- [Managed identity](./managed-identity.md): Enable managed identity on your Container Apps environment.
33+
34+
## Secret configuration
3335
3436
An [Azure Key Vault](/azure/key-vault/general/manage-with-cli2) instance is required to store your certificate. Make the following updates to your Key Vault instance:
3537
36-
1. Open the [Azure portal](https://portal.azure.com) and find your instance of Azure Key Vault.
38+
1. Open the [Azure portal](https://portal.azure.com).
39+
40+
1. Go to your Azure Container Apps environment.
3741
38-
1. Edit the Identity Access Management (IAM) access control and set yourself as a *Key Vault Administrator*.
42+
1. From *Settings*, select Access control (IAM).
43+
44+
1. From the *Roles* tab, and set yourself as a *Key Vault Administrator*.
3945
4046
1. Go to your certificate's details and copy the value for *Secret Identifier* and paste it into a text editor for use in an upcoming step.
4147
48+
> [!NOTE]
49+
> The secret identifier with a version suffix only attempts to get a certificate from the specified version. If you are using a secret identifier without a version suffix, it uses the latest version.
50+
4251
## Assign roles
4352
4453
1. Open the [Azure portal](https://portal.azure.com) and find your instance of your Azure Container Apps environment where you want to import a certificate.
@@ -47,7 +56,7 @@ An [Azure Key Vault](/azure/key-vault/general/manage-with-cli2) instance is requ
4756
4857
## Import a certificate
4958
50-
Once you authorize your container app to read the vault, you can use the `az containerapp env certificate upload` command to associate your vault with your Container Apps environment.
59+
Once you authorize your container app to read the vault, you can use the `az containerapp env certificate upload` command to import your vault to your Container Apps environment.
5160
5261
Before you run the following command, replace the placeholder tokens surrounded by `<>` brackets with your own values.
5362

0 commit comments

Comments
 (0)