We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d001c1 commit 88c585fCopy full SHA for 88c585f
samples/AMQP/Azure-IoT-Hub/Program.cs
@@ -21,7 +21,7 @@ public class Program
21
/////////////////////////////////////////////////////////////////////
22
// Azure IoT Hub settings
23
24
- // To make your life easier use a SaS token generated from Azure Device Explorer like the one bellow
+ // To make your life easier use a SaS token generated from Azure Device Explorer like the one below
25
// HostName=contoso.azure-devices.net;DeviceId=COFEEMACHINE001;SharedAccessSignature=SharedAccessSignature sr=contoso.azure-devices.net%2Fdevices%2FCOFEEMACHINE001&sig=tGeAGJeRgFUqIKEs%2BtYNLmLAGWGHiHT%2F2TIIsu8oQ%2F0%3D&se=1234656789
26
27
const string _hubName = "contoso";
0 commit comments