_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

Azure Event Grid — Event-Driven architektura

12. 08. 2024 1 min read intermediate

Cloud Intermediate

Azure Event Grid — Event-Driven architektura

AzureEvent GridEventsPub/Sub 5 min read

Event Grid topics, subscriptions, filtering, dead-lettering a CloudEvents.

Koncepty

  • Sources — Azure services nebo custom topics
  • Subscriptions — filtrování + routing na handlery
  • Handlers — Functions, Logic Apps, webhooks, Service Bus

Custom Topic

az eventgrid topic create --name my-events -g myRG -l westeurope
az eventgrid event-subscription create \
  --name handler --source-resource-id "/subscriptions/.../topics/my-events" \
  --endpoint "https://my-func.azurewebsites.net/api/handle" \
  --advanced-filter data.amount NumberGreaterThan 100

CloudEvents

Preferujte CloudEvents schema — CNCF standard, portabilní mezi providery.

Summary

Event Grid = lepidlo event-driven architektury na Azure. Low latency, at-least-once delivery.

Need Help with Implementation?

Our team has experience designing and implementing modern architectures. We’re happy to help.

Free Consultation

Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.