Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
Prepare applications for Azure deployment by generating infrastructure code, Dockerfiles, and config files.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
references/services/event-grid/README.md
1# Azure Event Grid23Serverless event routing for event-driven architectures.45## When to Use67- Event-driven architectures8- Reactive programming patterns9- Decoupled event routing10- Near real-time event delivery11- Fan-out to multiple subscribers1213## Required Supporting Resources1415| Resource | Purpose |16|----------|---------|17| None required | Event Grid is serverless |18| Key Vault | Store topic keys |1920## Event Sources2122| Type | Description |23|------|-------------|24| System Topics | Azure resource events (Storage, Key Vault, etc.) |25| Custom Topics | Your application events |26| Event Domains | Multi-tenant event management |2728## Event Schemas2930| Schema | Use Case |31|--------|----------|32| Event Grid Schema | Azure native format |33| CloudEvents 1.0 | CNCF standard, cross-platform |3435## Environment Variables3637| Variable | Value |38|----------|-------|39| `EVENTGRID_TOPIC_ENDPOINT` | Topic endpoint URL |40| `EVENTGRID_TOPIC_KEY` | Topic access key (Key Vault) |4142## References4344- [Bicep Patterns](bicep.md)45- [Subscriptions](subscriptions.md)46