Skillshub azure-iot

Azure IoT Skill

install
source · Clone the upstream repo
git clone https://github.com/ComeOnOliver/skillshub
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ComeOnOliver/skillshub "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/MicrosoftDocs/Agent-Skills/azure-iot" ~/.claude/skills/comeonoliver-skillshub-azure-iot && rm -rf "$T"
manifest: skills/MicrosoftDocs/Agent-Skills/azure-iot/SKILL.md
source content

Azure IoT Skill

This skill provides expert guidance for Azure IoT. Covers troubleshooting, best practices, decision making, architecture & design patterns, security, configuration, and integrations & coding patterns. It combines local quick-reference content with remote documentation fetching capabilities.

How to Use This Skill

IMPORTANT for Agent: Use the Category Index below to locate relevant sections. For categories with line ranges (e.g.,

L35-L120
), use
read_file
with the specified lines. For categories with file links (e.g.,
[security.md](security.md)
), use
read_file
on the linked reference file

IMPORTANT for Agent: If

metadata.generated_at
is more than 3 months old, suggest the user pull the latest version from the repository. If
mcp_microsoftdocs
tools are not available, suggest the user install it: Installation Guide

This skill requires network access to fetch documentation content:

  • Preferred: Use
    mcp_microsoftdocs:microsoft_docs_fetch
    with query string
    from=learn-agent-skill
    . Returns Markdown.
  • Fallback: Use
    fetch_webpage
    with query string
    from=learn-agent-skill&accept=text/markdown
    . Returns Markdown.

Category Index

CategoryLinesDescription
TroubleshootingL35-L39Debugging Azure IoT embedded device tutorials, including build/deploy failures, connection/auth issues, sample app errors, and how to collect logs and diagnose common device-side problems.
Best PracticesL40-L45Guidance on resilient device reconnection patterns for Azure IoT and how to model IoT Plug and Play devices using DTDL for interoperability and digital twins.
Decision MakingL46-L51Guidance on using IoT Plug and Play device models in solutions and deciding between Azure IoT C vs Embedded C SDKs based on device, performance, and integration needs.
Architecture & Design PatternsL52-L57Reference architectures and patterns for industrial IoT on Azure, including dataspace-based designs, component choices, and end-to-end implementation guidance for industrial scenarios.
SecurityL58-L62Guidance on securely using Azure IoT Explorer with IoT Hub, including authentication, permissions, connection strings, and best practices to protect devices and hub access.
ConfigurationL63-L67Guidance on choosing the right Azure IoT device and service SDKs (languages, platforms, and capabilities) for building and integrating IoT solutions.
Integrations & Coding PatternsL68-L79Patterns and code for integrating devices via MQTT and IoT Plug and Play, building device/service apps, formatting payloads, using DPS/IoT Hub, and connecting SAP ERP to Azure IoT.

Troubleshooting

TopicURL
Troubleshoot Azure IoT embedded device tutorialshttps://learn.microsoft.com/en-us/azure/iot/troubleshoot-embedded-device-tutorials

Best Practices

TopicURL
Design resilient Azure IoT device reconnection strategieshttps://learn.microsoft.com/en-us/azure/iot/concepts-manage-device-reconnections
Model IoT Plug and Play devices with DTDLhttps://learn.microsoft.com/en-us/azure/iot/concepts-modeling-guide

Decision Making

TopicURL
Use IoT Plug and Play models in solutionshttps://learn.microsoft.com/en-us/azure/iot/concepts-model-discovery
Choose between Azure IoT C and Embedded C SDKshttps://learn.microsoft.com/en-us/azure/iot/concepts-using-c-sdk-and-embedded-c-sdk

Architecture & Design Patterns

TopicURL
Enable industrial dataspace architectures on Azurehttps://learn.microsoft.com/en-us/azure/iot/howto-iot-industrial-dataspaces
Implement Azure industrial IoT reference architecturehttps://learn.microsoft.com/en-us/azure/iot/tutorial-iot-industrial-solution-architecture

Security

TopicURL
Use Azure IoT Explorer securely with IoT Hubhttps://learn.microsoft.com/en-us/azure/iot/howto-use-iot-explorer

Configuration

TopicURL
Select Azure IoT device and service SDKshttps://learn.microsoft.com/en-us/azure/iot/iot-sdks

Integrations & Coding Patterns

TopicURL
Apply IoT Plug and Play MQTT messaging conventionshttps://learn.microsoft.com/en-us/azure/iot/concepts-convention
Implement IoT Plug and Play devices with Azure SDKshttps://learn.microsoft.com/en-us/azure/iot/concepts-developer-guide-device
Build IoT Plug and Play service applicationshttps://learn.microsoft.com/en-us/azure/iot/concepts-developer-guide-service
Work with IoT Plug and Play digital twinshttps://learn.microsoft.com/en-us/azure/iot/concepts-digital-twin
Format IoT Plug and Play device message payloadshttps://learn.microsoft.com/en-us/azure/iot/concepts-message-payloads
Connect on-premises SAP ERP to Azure industrial IoThttps://learn.microsoft.com/en-us/azure/iot/howto-connect-on-premises-sap-to-azure
Use MQTT protocol with Azure IoT DPShttps://learn.microsoft.com/en-us/azure/iot/iot-mqtt-connect-to-iot-dps
Use MQTT protocol with Azure IoT Hubhttps://learn.microsoft.com/en-us/azure/iot/iot-mqtt-connect-to-iot-hub
Create an Azure IoT device client using raw MQTThttps://learn.microsoft.com/en-us/azure/iot/tutorial-use-mqtt