azure-iot

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Azure IoT Skill

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.
本Skill为Azure IoT提供专家指导,涵盖故障排除、最佳实践、决策制定、架构与设计模式、安全、配置以及集成与编码模式。它结合了本地快速参考内容与远程文档获取能力。

How to Use This Skill

如何使用本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.
Agent注意事项:使用下方的分类索引定位相关章节。对于带有行范围的分类(例如
L35-L120
),使用
read_file
读取指定行内容。对于带有文件链接的分类(例如
[security.md](security.md)
),使用
read_file
读取链接的参考文件
Agent注意事项:如果
metadata.generated_at
的时间超过3个月,建议用户从仓库拉取最新版本。如果
mcp_microsoftdocs
工具不可用,建议用户安装该工具:安装指南
本Skill需要网络访问权限来获取文档内容:
  • 首选方式:使用
    mcp_microsoftdocs:microsoft_docs_fetch
    ,并携带查询字符串
    from=learn-agent-skill
    ,返回Markdown格式内容。
  • 备选方式:使用
    fetch_webpage
    ,并携带查询字符串
    from=learn-agent-skill&accept=text/markdown
    ,返回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.
分类行范围描述
故障排除L35-L39调试Azure IoT嵌入式设备教程相关问题,包括构建/部署失败、连接/认证问题、示例应用错误,以及如何收集日志和诊断常见设备端问题。
最佳实践L40-L45提供Azure IoT设备弹性重连模式指导,以及如何使用DTDL建模IoT Plug and Play设备以实现互操作性和数字孪生。
决策制定L46-L51指导如何在解决方案中使用IoT Plug and Play设备模型,以及如何根据设备、性能和集成需求选择Azure IoT C SDK与Embedded C SDK。
架构与设计模式L52-L57Azure工业IoT的参考架构与模式,包括基于数据空间的设计、组件选择,以及工业场景的端到端实施指导。
安全L58-L62指导如何安全地结合IoT Hub使用Azure IoT Explorer,包括认证、权限、连接字符串,以及保护设备和集线器访问的最佳实践。
配置L63-L67指导如何选择合适的Azure IoT设备与服务SDK(语言、平台和功能)来构建和集成IoT解决方案。
集成与编码模式L68-L79通过MQTT和IoT Plug and Play集成设备的模式与代码,构建设备/服务应用、格式化负载、使用DPS/IoT Hub,以及将SAP ERP连接到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

决策制定

Architecture & Design Patterns

架构与设计模式

Security

安全

TopicURL
Use Azure IoT Explorer securely with IoT Hubhttps://learn.microsoft.com/en-us/azure/iot/howto-use-iot-explorer
主题链接
结合IoT Hub安全使用Azure IoT Explorerhttps://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
主题链接
选择Azure IoT设备与服务SDKhttps://learn.microsoft.com/en-us/azure/iot/iot-sdks

Integrations & Coding Patterns

集成与编码模式