Azure Key Vault
- 19 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Azure Key Vault
- Updated on 19 Apr 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Module Details | |
Installation Location | Core module |
Step Location | Integration > Azure Key Vault |
Prerequisites |
|
Azure Key Vault is a cloud service that securely stores and manages sensitive information such as keys, secrets, and certificates. Integrating the application with Azure Key Vault allows the retrieval of these sensitive data securely.
Available Steps
Currently, there are two steps under the Azure Key Vault:
Related Article:
For more information on the following two Steps, refer to the Step Library article on Azure Key Vault.
Sr. No. | Step Name | Description |
---|---|---|
1 | Get Secret Value | The "Get Secret Value" step retrieves a secret value from Azure Key Vault. Secrets stored in Azure Key Vault can include connection strings, API keys, or any other sensitive information. |
2 | Get Secret Value Async | The "Get Secret Value Async" step is similar to the "Get Secret Value" step but operates asynchronously. This means it retrieves the secret value from Azure Key Vault without blocking the primary Flow or process it is used in. |
Was this article helpful?