Azure / azure-iot-sdk-python

A Python SDK for connecting devices to Microsoft Azure IoT services
MIT License
422 stars 375 forks source link

create_from_edge_environment missing in v3 #1142

Closed vasdee closed 1 year ago

vasdee commented 1 year ago

Is there a reason the create_from_edge_environment is missing from the v3 sdk? This was incredibly useful when writing modules. Is there a plan to re-instate it or can a sample be provided in how to migrate from it, without having to introduce any ENV var/twin changes?

cartertinney commented 1 year ago

That's correct. We are working on figuring out how to deliver this feature still. V3 is still in preview, and does not yet support Edge features.

AnilJujjuri commented 11 months ago

cartertinney image i'm facing issue for retreival of twin using client=IoTHubModuleClient.create_from_edge_environment()

I have tried your previous solution adding these image

can u plz get back on these