dxcamps / MicrosoftIntelIoTCamp

49 stars 46 forks source link

Unable to trigger the functional app on AZURE #13

Open PRAVEENBADIGER opened 6 years ago

PRAVEENBADIGER commented 6 years ago

Hi Team,

The process which i followed ,

1) I have configured Raspberry pi as Device Client using iothub_client_sample_http SDK for C .(which can able to transmit the telemetry messages to cloud).

2)i have deployed functional app on azure as per the instruction given by below links,

Problem ,

I was able to send message to specific device in a hub ,but the the functional app is not getting triggered .

Questions,

1)I have developed Device Client using iothub_client_sample_http SDK for C and ,and built functional app in C# in Azure.(will this combination of developing Device client and functional app in different language) 2)As per the above question if the answer is YES,Please help me out how can i trigger functional app. 3)Please provide links for functional app codes.

Thank you