Azure Key Vault
  • 19 Apr 2024
  • 1 Minute to read
  • Dark
    Light

Azure Key Vault

  • Dark
    Light

Article Summary

Module Details

Installation LocationCore module
Step Location Integration > Azure Key Vault
Prerequisites
  • Admin users must configure an Environment Variable for "AzureServicesAuthConnectionString" at the System level. This configuration ensures seamless access to Azure services, including Azure Key Vault.
  • Installation of the Azure Services module

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 NameDescription
1Get 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.
2Get Secret Value AsyncThe "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?