Category: Key Vault
-
Using Azure DevOps to deploy Environment Variables with Azure Key Vault secrets

In my previous article I showcased how you can use Environment Variables to dynamically retrieve secrets straight from Azure Key Vault, and pass it to HTTP action in a secure way. After you successfully did the implementation, you might have started to wonder how do you then introduce this type of Environment Variable into your…
-
How to use Environment Variables to read API Subscription Key from Azure Key Vault, and pass it securely in HTTP Request header inside Power Automate Cloud Flow

I’m certain that most of my readers are familiar with the concept of Environment Variables. What about using HTTP Request actions in Cloud Flows? Hands up how many of you have sometimes hardcoded values “because it was fast and easy”, or you “didn’t know any other ways to do it”. Then you ended up refactoring…
