Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 azure 中有这个网络作业,它保存遥测数据并针对给定条件进行处理(例如,温度超过给定阈值),我想将此网络作业部署为我的 IoT 中心中的 IoT Edge 模块。可能吗?
如果是,我可以获得一些指向所需信息的链接吗?
您不能将 Web 作业直接部署到 IoT Edge。但是,根据您的应用程序的工作方式,您可以很容易地将代码传输或重用到Azure 函数或自定义模块中。
这对您的情况有帮助吗?