Quickstart
- Event Stream to Data Explorer A pattern for streaming identity-adjacent events into Azure Data Explorer so builders can analyze them with KQL without confusing ingestion with workflow state
- Graph to Functions Automation A builder-first pattern for Graph-driven automation that uses Functions for compute, Cosmos DB for workflow state, and Storage for exported artifacts
- Hybrid Worker on VM A pattern for VM-hosted identity workers when private reachability, host control, or legacy dependencies make serverless execution the wrong fit
- Reliable Worker with Service Bus A durable worker pattern that uses Service Bus for delivery-sensitive identity workflows with retries, ordering, and dead-letter handling
- State and Artifacts A concrete guide to separating durable workflow state in Cosmos DB from larger artifacts and reports in Azure Storage