A very common requirement is to change secrets regularly (such as on a schedule or if they are exposed). Azure AD app registrations can have
Tag: Azure Function
My GitHub repo shows how to write an Azure Function that responds to a NewBlobCreated event from Azure Blob Storage, decodes an encoded field in the file and writes the
How to expose a legacy API (with a legacy authentication system) using Azure API Management policies
My GitHub repo shows you how to call a custom “token” API endpoint programmatically as part of an Azure API Management policy for a different operation. In
In my GitHub repo, I want to programmatically change the API Management subscription key. APIM doesn’t have a built-in way to rotate keys on a
My GitHub repo shows how to how to implement a “backend-for-frontend” pattern for protecting an API subscription key when using a Single Page App (React).