Dan
Dan

Reputation: 10690

VS2017 Data Lake tools cannot submit U-SQL script to Azure

Using Visual Studio 2017 with Data Lake Tools v. 2.3.1000.1, I am unable to submit a U-SQL job directly to Azure. I only have the option to submit locally:

enter image description here

This is the case even though I am connected to Azure through the "Server Explorer" tool window, from which I can access my U-SQL databases, view jobs that were previously submitted to Azure, etc.:

enter image description here

Using Visual Studio 2015, I have no such issue:

enter image description here

Am I forgetting a setting or a property somewhere, or is this perhaps a bug in Data Lake Tools for VS2017?

Upvotes: 2

Views: 313

Answers (1)

Michael Rys
Michael Rys

Reputation: 6684

Do you still have the issue?

I sometimes see this happen if I open an existing solution and the tabs are already open, and I have not yet logged in. I then log in and the drop down menu of the open window will not be refreshed.

I close and reopen the script and it normally shows up.

Another reason, that I think will be addressed soon, could be that you have a filter on your cloud view explorer on which subscriptions you expose. If you hid the subscription there with your ADLA account, you will not see it in the pull down.

In any case, please let us know if you still have the issue and none of the two suggestions help.

Upvotes: 0

Related Questions