Hello @Slavko Bradac ,
yes, the Azure IoT Hub offers a preview mode that offers eg.:
MQTT 5
- ECC server certificate
- TLS fragment length negotiation
- X509 CA chain support for HTTPS/WebSocket
This preview mode is enabled when the related checkbox is checked while creating an IoT Hub.
It cannot be undone afterward, you need to delete the whole IoT Hub and create a new one without this feature enabled,
That is why it is not mended for production, for devices whose data your business depends on...
If you have used a Device Provisioning Service, you can offer a seamless solution for the already connected devices so these can move over to the new IoT hub without losing (significant) messages (depending on the logic on your device).
Otherwise, you have to visit each device to provide it with new credentials to access another IoT Hub.
I'm not sure why devices have stopped sending messages. Is this happening for all devices?
I recommend investigating the current connection first, perhaps it is just a simple network issue or expired certificate...
----------
If the response helped, do "Accept Answer". If it doesn't work, please let us know the progress. By doing so, all community members who have a similar issue will benefit. Your contribution is highly appreciated.
Hello @Slavko Bradac ,
I expect you did not run out of your daily quota of messages.
How do you connect? What type of security do you use (eg. symmetric key or certificate)?
Do you connect using one of the Microsoft Azure IoT Device SDKs? If so, which language?
Daily quota is not reached.
We are using Baltimore Certificate. First machine we connect half year ago, last 14 days ago. Total we have 9 machines now.
We are using eWon Flexy to connect to Azure. EWon Flexy send data to Azure from industrial Mitsubishi FX5U PLC.
All connections works till few days ago, when "preview mode" message appear. We are using Azure for 6 months now.