Current state: stable but undocumented
Simple .NET Core 2.0 microservice application based on Microsoft Azure, Kubernetes (Azure Container Service), Helm & Powershell.
Follows the 12 Factor App approach and is built using cloud-native principle of CaaS for stateless services (Kubernetes) and PaaS for stateful workloads (in this case Azure EventHub).
Implemented scenario showcases handling events from Event Hubs and storing the last information recieved (common IoT cloud use case) into a cache (Redis) available for querying (high performance / throughput scenario / feature) - kind of a CQRS thing for IoT :)