GitHub user djouallah added a comment to the discussion: authentication using token
honestly not sure, but this is how I get the token currently ``` try: os.environ['azure_storage_token'] = notebookutils.credentials.getToken('storage') print(' all good you are in fabric notebook') except: from azure.identity import InteractiveBrowserCredential os.environ['azure_storage_token'.upper()] = InteractiveBrowserCredential().get_token("https://storage.azure.com/.default").token ``` GitHub link: https://github.com/apache/opendal/discussions/5533#discussioncomment-11818373 ---- This is an automatically sent email for dev@opendal.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@opendal.apache.org