Microsoft launches Azure Event Grid to ease development of event-based apps
Microsoft has launched Azure Event Grid, a service to simplify development of event-based applications and simplify creation of serverless workflows.
Most modern applications are built using events – whether it is reacting to changes coming from IoT devices, responding to user clicks on mobile apps, or initiating business processes from customer requests. With the growth of event-based programming, there is an increased focus on serverless platforms.
With Azure Event Grid, developers can subscribe to any event that is happening across their Azure resources and react using serverless platforms like Functions or Logic Apps. It also allows to create custom events to publish directly on supported services like Blob Storage and Resource Groups. Event Grid comes with in-built handlers for events, like Functions, Logic Apps, and Azure Automation, that allow flexibility in handling events, supporting custom web hooks to publish events to any service, even 3rd-party services outside of Azure.
Corey Sanders, Director of Compute, Azure, said on a company blog:
“We are working to deliver many more event sources and destinations later this year, including Azure Active Directory, API Management, IoT Hub, Service Bus, Azure Data Lake Store, Azure Cosmos DB, Azure Data Factory, and Storage Queues.”Azure Event Grid has a pay-per-event pricing model. As a promotion, Microsoft is offering 100,000 operations per month for free. Beyond 100,000 per month, pricing is $0.30 per million operations (per-operation) during the preview.