Microsoft Graph Webhook (Shared Mailbox)
Create Graph webhooks for shared mailboxes with app perms, validation, renewals, and secure processing.
7 posts
Create Graph webhooks for shared mailboxes with app perms, validation, renewals, and secure processing.
Subscribe to Windows Event Log in a Windows Service; handle lifecycle, filtering, and SK processing.
Watch directories for changes; debounce events, recover with scans, and process files reliably with SK.
Implement scheduled jobs with Worker Service, cron/systemd, or Functions; avoid overlap and handle drift.
Handle webhooks safely: signature verification, idempotency, retry handling, queuing, and SK invocation.
Build HTTP-triggered SK endpoints with ASP.NET Core minimal APIs, auth, DI, resiliency, and hosting.
Overview of trigger types (HTTP, Webhook, Timer, FS watcher, Windows Event Log) and typical hosting options.