I would like to develop and test U-SQL script using Visual Studio 2015. I ran into a a problem, because Visual Studio does not allow create credentials in Server Explorer in Local account.
I try to do following:
Bu I got and error:
[Job Error]
E_CSC_USER_CREDENTIALSECRETNOTFOUND: Cannot find secret information for credential 'master.testCred'.
Description:
There is no secret associated with the specified database, identity and user name.
Resolution:
Please create a secret for the specied database, identity and user name.
========== Local execution failure ==========
I was successful to create credentials using powershell script in remote ADLA account, but I cannot test the query locally if I cannot create the credentials locally, because I would like to connect into Azure SQL Database as the data source. Is it possible to create credentials using Powershell script locally? If so, how? How can I specify that I would like to use local account?
Without this is the local environment unusable in Visual Studio.
Thank you.
Peter
