Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
576 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am following this Microsoft Learn document to develop IoT Edge modules using C#. I have created two modules successfully, but now I want to rename the filtermodule to a samplemodule. Is it enough to rename the file or should I change it somewhere else as well?
When renaming a module in IoT Edge development, it's not enough to simply rename the file. You should also update the module name in several places to ensure everything works correctly:
please follow all steps and revert back