Skip to content

Commit d4ce984

Browse files
updates
1 parent 9adad75 commit d4ce984

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

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

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can set up Azure Key Vault to manage your container app's certificates to ha
1515

1616
## Prerequisites
1717

18-
- [Azure Key Vault](/azure/key-vault/): Make sure you have a certificate stored in Azure Key Vault.
18+
- [Azure Key Vault](/azure/key-vault/general/manage-with-cli2): Create a Key Vault resource.
1919

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

@@ -40,13 +40,23 @@ An [Azure Key Vault](/azure/key-vault/general/manage-with-cli2) instance is requ
4040
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.
4141
4242
> [!NOTE]
43-
> 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.
43+
> To retrieve a specific version of the certificate, include the version suffix with the secret identifier. To get the latest version, remove the version suffix from the identifier.
4444
45-
## Assign roles
45+
## Enable and configure Key Vault Certificate
4646
47-
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+
1. Open the Azure portal and go to your Key Vault.
4848
49-
1. Go to the *Identity* tab and set *RBAC* to **Key Vault Secrets User**.
49+
1. In the *Objects* section, select **Certificates**.
50+
51+
1. Select the certificate you want to use.
52+
53+
1. In the *Access control (IAM)* section, select **Add role assignment**.
54+
55+
1. Add the roles: **Key Vault Certificates Officer** and **Key Vault Secrets Officer**.
56+
57+
1. Go to your certificate's details and copy the value for **Secret Identifier**.
58+
59+
1. Paste the identifier into a text editor for use in an upcoming step.
5060
5161
## Import a certificate
5262

0 commit comments

Comments
 (0)