You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rido-min
changed the title
Is Microsoft.Azure.WebJobs.Extensions.EdgeHub updated somewhere
Latest Microsoft.Azure.WebJobs.Extensions.EdgeHub
Jan 24, 2023
I'm looking to this tutorial to create IoTEdge modules using AzureFunctions
https://learn.microsoft.com/en-us/azure/iot-edge/tutorial-deploy-function?view=iotedge-1.4
The sample uses this NuGet https://www.nuget.org/packages/Microsoft.Azure.WebJobs.Extensions.EdgeHub/1.0.7 with a dependency to https://www.nuget.org/packages/Microsoft.Azure.Devices.Client/ 1.20.1
However, I've seen in this repo, the latest EdeHub binding is referencing Devices.Client 1.36
https://github.com/Azure/iotedge/blob/main/edge-modules/functions/binding/src/Microsoft.Azure.WebJobs.Extensions.EdgeHub/Microsoft.Azure.WebJobs.Extensions.EdgeHub.csproj#L36
Where can I find the latest NuGet for Microsoft.Azure.WebJobs.Extensions.EdgeHub?
Is this still a recommended path to create IoTEdge modules?
The text was updated successfully, but these errors were encountered: