Bet.AspNetCore.EventGrid.Viewer

AspNetCore EventGrid Debug Viewer.


Keywords
aspnetcore, dotnetcore, azure, event, grid, webhooks, viewer, asp-net-core, aspnet-core, azure-cloudservice, azure-event-grid, azure-function-app, azure-functions, azure-web, docker, eventgrid, kubernetes, kubernetes-cluster, middleware
License
MIT
Install
Install-Package Bet.AspNetCore.EventGrid.Viewer -Version 1.1.1

Documentation

Bet.AspNetCore.EventGrid Webhooks

Build status Build Status

The solution includes the following projects:

  1. Bet.AspNetCore.EventGrid.Abstractions

  2. Bet.AspNetCore.EventGrid - the middleware to enable Webhooks framework processing.

  3. Bet.AspNetCore.EventGrid.Viewer the event grid debug Viewer for custom Webhooks.

  4. Bet.AspNetCore.EventGrid.MessageHandlers - Custom SAS Delegating Handler and HttpClient

The sample solutions:

  1. Bet.AspNetCore.EventGrid.WebApp - Web Application that provides support for custom Webhooks.

  2. Bet.AspNetCore.Func - Azure Function example.

  3. Broadcaster - Worker application to submit events to Azure Event Grid topics.

event grid schema

Required Azure Resources

  1. Two Azure Event Grid Topics (Event Grid and Cloud Event Schema)
  2. One Azure Web App or App Functions
  3. One Azure App Web Service

References