Azure
Data & Analytics
advanced
IoT Telemetry Pipeline — Azure Architecture Template
IoT Hub device gateway feeding Stream Analytics hot/cold paths with Digital Twins kept in sync by a function.
Why this architecture works
- IoT Hub gives per-device identity, mutual TLS and cloud-to-device commands — never expose raw MQTT brokers
- Digital Twins maintains a live semantic model of the fleet, decoupling device payloads from business queries
- Hot path lands in Cosmos DB for sub-second dashboards; cold path archives everything to the lake
- Stream Analytics enriches and windows telemetry without per-device compute
- Device connection and throttling metrics flow to Log Analytics for fleet health alerting
What's inside (9 resources)
Device Gateway
iot-hub
Digital Twins
digital-twins
Stream Processing
stream-analytics
Twin Updater
function-app
Cold Store
data-lake-gen2
Hot Store
cosmos-db
Lake Storage
storage-account
Secrets
key-vault
Logs
log-analytics-workspace
From template to running infrastructure
- Open this template in the CloudForge visual designer (free account, no credit card).
- Customize resources, names, and connections on the drag-and-drop canvas — or ask Vani, the AI architect, to adapt it.
- Generate production-ready Terraform, ARM, or Bicep in one click.
- Review the plan diff and security scan, then deploy with human approval.