admin管理员组

文章数量:1221299

Azure Event Grid has an integrated MQTT broker and I want to connect an increasing number of clients (my apps) over time, without having to manually manage credentials for each new device.

However, it seems that you have to create unique client authentication credentials in Azure. I have tried connecting multiple clients (with MQTTX), all sharing the same username (authentication name in Azure), but having different clients ids. The error response says quoto limit reached, which goes away when increasing the session limit in Azure.

How can I allow new subscriber clients to connect to the broker, without having to manage each client manually in Azure? A shared secret? A different auth method? Using custom custom settings during connection?

本文标签: Connect MQTT clients to Azure Event Grid without managing unique crendentialsStack Overflow