Connected Service for Azure IoT Hub allows you to connect and start interacting with Azure IoT Hub in less than a minute. New In This Version:
How To Use To use the extension, open a solution (C# or C++) and right-click on the References node in the Solution Explorer: Next, pick the Azure IoT Hub Connected Service:
You will be prompted to enter your credentials, pick the existing IoT Hub to connect to, and select the device:
When you're done, click "Add". The extension will create a new source file that will be inserted into your project. The new file defines the functions for sending and receiving messages that you can call from elsewhere in your application.
Follow us on GitHub: https://github.com/Azure/azure-iot-hub-vs-cs |