An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
How to secure SQL connection string in Azure Logic App Standard
Abhishek Verma
26
Reputation points
I am using SQL action in the Azure Logic App workflow. SQL connection setup and connection string added to app settings by default. The connection string contains the username and password and is visible to all. Now I want to secure the connection. Can I use KeyVault to store the connection string as a secret? How to replace the connection string in app settings to retrieve it from Azure KeyVault?
Are there any other options?
Azure Key Vault
Azure Key Vault
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
Sign in to answer