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
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:
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();
The text was updated successfully, but these errors were encountered: