azure-digital-twins

Guide DTDL-based twin model design, graph queries, and Azure Digital Twins deployments.

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/mfcollins3/standup --skill azure-digital-twins-mfcollins3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-digital-twins
Source: https://github.com/mfcollins3/standup/tree/main/.github/skills/azure-digital-twins
Command: npx skills add https://github.com/mfcollins3/standup --skill azure-digital-twins-mfcollins3

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Azure Digital Twins development often requires deep, cross-cutting guidance across modeling with DTDL, graph queries, integration with IoT Hub and Functions, and deployment considerations. This skill consolidates expert insights to accelerate architecture decisions, troubleshooting, and hands-on implementation.

Core Features & Use Cases

  • Guidance on modeling with DTDL, troubleshooting twin graphs, and designing scalable deployments.
  • Best practices for security, data modeling, and system integrations with IoT Hub, Functions, and other Azure services.
  • Use cases including designing new twin graphs, migrating control-plane APIs, and optimizing data flows across services.

Quick Start

Provide Azure Digital Twins task guidance, for example modeling with DTDL or querying twin graphs.

Frequently Asked Questions about azure-digital-twins

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I model devices with DTDL for Azure Digital Twins?

DTDL modeling for Azure Digital Twins involves defining twin types, properties, relationships, and components to represent physical environments. This guidance covers schema design, inheritance, and best practices for building scalable twin models that map to your IoT topology.

What's the best way to integrate IoT Hub with Azure Digital Twins?

Integrating IoT Hub with Azure Digital Twins routes telemetry through Azure Functions to update twin properties and trigger graph events. This guidance covers routing endpoints, function bindings, and data flow patterns for syncing live device data into your twin graph.

How do I query twin graphs in Azure Digital Twins?

Querying twin graphs in Azure Digital Twins uses a SQL-like query language to traverse relationships, filter properties, and select twins across the graph. This guidance helps you write efficient queries, optimize traversal performance, and troubleshoot result accuracy.

What are the limits and quotas when deploying Azure Digital Twins across regions?

Azure Digital Twins enforces quotas on twin counts, relationship limits, and API throttling that vary by region and subscription tier. This guidance covers deployment considerations, quota planning, and architectural patterns to scale within service constraints.

Can I use Azure Functions to process Azure Digital Twins data flows?

Azure Functions integrates with Azure Digital Twins through bindings and SDK calls to process lifecycle events, update property values, and orchestrate downstream actions. This guidance covers event routing, function triggers, and security configurations for end-to-end workflows.

Why is my Azure Digital Twins deployment failing security configurations?

Azure Digital Twins deployment security failures often stem from misconfigured managed identities, role assignments, or network isolation settings. This guidance covers best practices for authentication, RBAC permissions, and securing cross-service integrations with IoT Hub and Functions.