Scenario:
IoT Edge Gateway provisioned using DPS & X.509 Authentication Leaf devices will use SAS key and will each have their own identity in IoT Hub
We need to access Edge Device Twin properties from an IoT Edge module. This would be possible if we used SAS authentication and had the connection string readily available, but we do not because Edge is provisioned and authenticated using X.509 How can we achieve this please? Thanks!