Trying use Key Vault and Managed Identities in your Logic App? Then check out this excellent article by Eldert Grootenboer at https://blog.eldert.net/retrieve-azure-key-vault-secrets-from-logic-apps-using-managed-identity/.
Month: June 2020
Adventures with Azure API Management: Add JSON Property in Set-Body
I have a policy on all my operations in Azure API Management to validate a JWT Token and extract the sub Claim, which I store in a userId variable that can be used in other policies. I have an operation called Organization Add that calls an Azure Function to add an organization to the database….
Adventures with Azure API Management: Shared Headers and Postman
I use Postman for testing my API calls to Azure API Management. In each of my requests I need to pass a Ocp-Apim-Subscription-Key header. In this header I provide my subscription key for my API provided by Azure API Management. Normally I would do this for each request. What if I need to change the…