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
Hi,
I have some Azure IoTHub direct methods working, and I want to call them through Python. I can instantiate the clients using create_from_connection_string, but I want to use DefaultAzureCredential instead Connection Strings. My idea by now is to try to extract a token from DefaultAzureCredential, to be able to use it in other function such as create_from_sastoken or similar.
Does this make sense?
Is there a way to do it that I'm not seeing?
The text was updated successfully, but these errors were encountered:
Hi,
I have some Azure IoTHub direct methods working, and I want to call them through Python. I can instantiate the clients using create_from_connection_string, but I want to use DefaultAzureCredential instead Connection Strings. My idea by now is to try to extract a token from DefaultAzureCredential, to be able to use it in other function such as create_from_sastoken or similar.
Does this make sense?
Is there a way to do it that I'm not seeing?
The text was updated successfully, but these errors were encountered: