Hello @Ferry Koolen ,
welcome to this moderated Azure community forum.
The Azure IoT Hub has two concepts of 'modules':
- Docker containers being part of Azure IoT Edge
- Module Identities as part of a regular IoT device
In case of the Azure IoT Edge device, the device registration itself has a unique device identity. The identity and security of the underlying edge modules (docker containers) are controlled by the runtime. As an IoT Developer, we do not touch them.
I expect the documentation is referencing IoT device Module Identities because these have their own registration.
This is also on par with a regular connection string, containing both deviceid and moduleid:
In my opinion, the documentation could make a better distinction between 'module' and 'module identity'.
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. All community members with similar issues will benefit by doing so. Your contribution is highly appreciated.