I'm trying to make an UWP app for receiving messages from Azure IoT hub, and I found some example code that use Azure sb lite, but problem is in these lines of code:
var factory = MessagingFactory.CreateFromConnectionString(Config.ConnectionStringAzureSbLite);
var client = factory.CreateEventHubClient(Config.EventHubCompatibleName);
Where can I find out what is my ConnectionStringAzureSbLite
and what is my EventHubCompatibleName
?