Skip to content

add support for AZURE_STORAGE_TOKEN in environment variable #6660

@djouallah

Description

@djouallah

the main authentication mode in Onelake is using env AZURE_STORAGE_TOKEN, which is not supported by azure identity

https://github.com/Azure/azure-sdk-for-cpp/blob/azure-identity_1.6.0/sdk/identity/azure-identity/README.md#environment-variables

I use this with duckdb and it works great in my laptop as I have the azure cli installed

CREATE or replace PERSISTENT SECRET onelake (TYPE azure,PROVIDER credential_chain,ACCOUNT_NAME 'onelake');

the same code broke in Fabric Python notebook as there is no cli and the only available option is environment variable AZURE_STORAGE_TOKEN

Metadata

Metadata

Assignees

Labels

Azure.IdentityClientThis issue points to a problem in the data-plane of the library.customer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

Status

Untriaged

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions