azure functions
3 TopicsConfiguring Azure Blob Trigger Identity Based Connection
If you are tired of having to manage connection strings and secrets for your blob triggered azure functions, then you will be glad to know that as of Azure Blobs extension version 5.0.0 you now can configure these connections using managed identities.Extending Your Application with Event Grid
You can extend functionality of any API through use of a decentralized architecture and events through event grid. This article will cover listening to events from event grids using an Azure function and is a follow-up to another post covering adding events with event grid to a GraphQL API (using HotChocolate).