I've cloned the repository and followed the instructions to configure the environment to run the BasicFunctionalityTest. I'm using
Visual Studio 2017 15.7.5
Windows Azure Storage Emulator 5.4.0.0
Service Fabric SDK 3.2.162
After cloning the repository a rebuild all works.
I modified the appSettings.config.userwith the IoT Hub Connection string which I took the Shared Access device connection string and I also created a device before that and specified in this configuration.
While running the test from Test Explorer in Visual Studio 2017 (Pro) I receive the following error:
I've cloned the repository and followed the instructions to configure the environment to run the
BasicFunctionalityTest
. I'm usingAfter cloning the repository a rebuild all works.
I modified the
appSettings.config.user
with the IoT Hub Connection string which I took the Shared Access device connection string and I also created a device before that and specified in this configuration.While running the test from Test Explorer in Visual Studio 2017 (Pro) I receive the following error:
I changed after that the connection string to use the iothubowner Shared Connection String with all policies and receive now a different error
What step am I missing?