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
版权声明:本文标题:Connect MQTT clients to Azure Event Grid without managing unique crendentials - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1739364323a2159965.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论