How can I get the IOT hub connection string in device using auto provisioning via Azure Device Provisioning Service. I am doing a group enrollment and that was a success but how can I get the assigned hub connection string to the device. I do get the hub name but not the connection string?
Asked
Active
Viewed 712 times
1 Answers
0
Assuming you are using both IoT Hub SDK and the Provisioning SDK, you do not need the hub connection string. Take a look at our samples (Java, Node) for how to use both together.

Yi Zhong - MSFT
- 306
- 2
- 7
-
2Would it be possible to explain why? – Kzryzstof May 25 '20 at 13:29