Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to Azure Blob Storage from U-SQL (credentials) #57

Closed
valeri-ilyin opened this issue Nov 2, 2016 · 1 comment
Closed

Access to Azure Blob Storage from U-SQL (credentials) #57

valeri-ilyin opened this issue Nov 2, 2016 · 1 comment

Comments

@valeri-ilyin
Copy link

valeri-ilyin commented Nov 2, 2016

I cannot find any information: how to register Azure Blob Storage credentials for getting access to a Blob Storage account from U-SQL.
Actually I'm getting the exception when I run the script:

Exception

E_STORE_USER_FAILURE: Secret not found for the specified user account Cosmos Path: wasb://data-lake-test@ccsdevus.blob.core.windows.net/test1/5cbf6597-9e23-420a-b186-eed5d771a493

Script (last step):

OUTPUT @group_by_masterid
TO "wasb://data-lake-test@ccsdevus.blob.core.windows.net/test1/master_id_inline.bin"
USING new V3Lake.Functions.DataNode.DataRecordOutputter();

@valeri-ilyin
Copy link
Author

I've found the solution: I need to add the Blob Storage account to the Data Lake account in Azure Portal. I'm closing the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant