Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 69 forks source link

[FEATURE REQ] Please sort out the documentation. Its all over the place!! #619

Open RollsChris opened 4 months ago

RollsChris commented 4 months ago

Description.

You need to get on top of the documentation, its so fragmented and broken.

So many broken links, conflicting information, even in this repos wiki!. Which is the new and improved way of doing things (i keep seeing everywhere)

I would point out the discrepancies but i feel they are obvious and you must know about them. If not give me a shout.

We need a complete tutorial from start to finish, preferably using the vscode devcontainers.

All in one streamed line doc show casing this new tool.

I am particularly struggling with debugging at the moment, spent a whole day and got no where closer, everything else i have managed to figure out but only by having deep knowledge of the tools like docker and devcontainers , for someone new they would not have a clue.

Thanks in advance

RollsChris commented 4 months ago

If anyone stumbles here looking for how to debug, i have this ticket where i explain how we got it working despite battling with the documentation: How to debug module filtermodule created by ioteddev solution init?