-1

i have issues connecting my device with Azure Iot central because my device's password have 64 characters and the minimum for Azure Iot central is 90, what can i do? use another Azure Iot service or I can change that condition in the Azure Iot central.

I'm new with Iot.

halfer
  • 19,824
  • 17
  • 99
  • 186
  • Please show your code and more detail of what you are trying to do. See: https://stackoverflow.com/help/minimal-reproducible-example – asylumax Jun 15 '20 at 16:38
  • Could you please let us know the document you have referred? We see the same question being asked on [Microsoft Q&A](https://learn.microsoft.com/en-us/answers/questions/36159/limits-connecting-with-my-device.html) – SatishBoddu Jun 15 '20 at 17:25
  • Please read [Under what circumstances may I add “urgent” or other similar phrases to my question, in order to obtain faster answers?](//meta.stackoverflow.com/q/326569) - the summary is that this is not an ideal way to address volunteers, and is probably counterproductive to obtaining answers. Please refrain from adding this to your questions. – halfer Jun 19 '20 at 18:28
  • Thx everyone i already solved the issue, the documentation was ok – Carlos Colina Jun 24 '20 at 13:26

1 Answers1

2

Please refer to Get connected to Azure IoT Central

This article describes about the options for connecting your devices to an Azure IoT Central application.

To secure the communication between a device and your application, IoT Central supports both shared access signatures (SAS) and X.509 certificates.

This article describes the following use cases:

Please share your use-case along with any error logs or screenshots to better understand your scenario and help you further.

The same question can be found at Microsoft's Q&A forum.

SatishBoddu
  • 752
  • 6
  • 13