Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X
Hi,
I tried creating a connection server between TW and Azure platform.
After downloading the Azure-iot-hub-connector from TW marketplace and configuring the azure-iot.conf file, I was able to connect both these platforms.
I have created a mashup wherein a user can add his credentials to log into his account and transfer files from TW to Azure and vice versa.
Now my requirement is to create a connection at runtime rather than configuring(hardcoding) it in the file ie, multiple users being able to connect to their account.
Any suggestions ??
Regards
Vinay
vinay pawar: Could you please clarify if the need is to create a run time connection to Connection server or ThingWorx. Also, please share a sample of config file you used in your case.
-Durgesh
Hi Durgesh,
I am able to connect to Azure and use Azure connection services,however since the connection is for a particular user(provided in the config file) ,I want the connection to be established for different users on runtime.
I got it resolved by writing my own custom extension using Azure SDK which interacts with the Azure cloud.
Thanks
Vinay