kalleantero / Events.Infra

This repository contains a sample how to create a Azure Infrastructure (Bicep) for Event Grid and Webhook event handler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create Azure Infrastructure (Bicep) for Event Grid and Webhook event handler

This repository contains a sample how to create a Azure Infrastructure (Bicep) for Event Grid and Webhook event handler. This sample is related to blog post published in my blog (see links below).

Deployment

Webhook application must be deployed before event handler (subscription) is possible to configure in Event Grid. 

eventgrid-high-level

  1. Execute Azure Core Infrastructure deployment
az deployment sub create -f coreInfrastructure.bicep --location westeurope
  1. Deploy Webhook application

  2. Execute Azure Core Infrastructure Post-Deployment

az deployment sub create -f postDeploymentCoreInfrastructure.bicep --location westeurope

Used technologies

  • Bicep

Read more

About

This repository contains a sample how to create a Azure Infrastructure (Bicep) for Event Grid and Webhook event handler.


Languages

Language:Bicep 100.0%