Templates/IoT Telemetry Pipeline
Azure
Data & Analytics
advanced

IoT Telemetry PipelineAzure Architecture Template

IoT Hub device gateway feeding Stream Analytics hot/cold paths with Digital Twins kept in sync by a function.

Device GatewayDigital TwinsStream ProcessingTwin UpdaterCold StoreHot StoreLake StorageSecretsLogs

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

  1. Open this template in the CloudForge visual designer (free account, no credit card).
  2. Customize resources, names, and connections on the drag-and-drop canvas — or ask Vani, the AI architect, to adapt it.
  3. Generate production-ready Terraform, ARM, or Bicep in one click.
  4. Review the plan diff and security scan, then deploy with human approval.

Related architecture templates