We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure Functions has trigger bindings for many protocols but not MQTT.
A recent customer pointed out that they are using this 3rd party library but it's limited to .NET 6.
In my search so far, I haven't found an alternative.
We should create and maintain an opensource MQTT binding for Azure.
There is currently no way to trigger an Azure function from an MQTT message for .NET 7 or 8.
.NET 6 Only and hasn't been updated in quite some time: https://github.com/Hotzilla/CaseOnline.Azure.WebJobs.Extensions.Mqtt.net6
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🚀 Feature Request
Azure Functions has trigger bindings for many protocols but not MQTT.
A recent customer pointed out that they are using this 3rd party library but it's limited to .NET 6.
In my search so far, I haven't found an alternative.
We should create and maintain an opensource MQTT binding for Azure.
🔈 Motivation
There is currently no way to trigger an Azure function from an MQTT message for .NET 7 or 8.
🛰 Alternatives
.NET 6 Only and hasn't been updated in quite some time: https://github.com/Hotzilla/CaseOnline.Azure.WebJobs.Extensions.Mqtt.net6
📎 Additional context
The text was updated successfully, but these errors were encountered: