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: src/content/docs/azure/services/key-vault.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ import AzureFeatureCoverage from "../../../../components/feature-coverage/AzureF
10
10
11
11
Azure Key Vault is a managed service for securely storing and accessing secrets, keys, and certificates.
12
12
It helps centralize sensitive configuration and credentials for your applications and services.
13
-
Key Vault also supports secure key management and certificate lifecycle operations.
13
+
Key Vault also supports secure key management and certificate lifecycle operations. For more information, see [About Azure Key Vault](https://learn.microsoft.com/en-us/azure/key-vault/general/overview).
14
14
15
-
LocalStack for Azure allows you to build and test Key Vault workflows in your local environment.
15
+
LocalStack for Azure provides a local environment for building and testing applications that make use of Azure Key Vault.
16
16
The supported APIs are available on our [API Coverage section](#api-coverage), which provides information on the extent of Key Vault's integration with LocalStack.
0 commit comments