Reputation: 23
I am starting to create Azure Data Factories at my company. Primarily loading data from our on-premise SQL databases to Azure SQL Data Warehouse. However, I am only able to publish them from the Microsoft Azure web portal, and not Visual Studio 2015. When I right-click on the project in Solution Explorer and select the publish button, I am asked to login to MS Visual Studio. After logging in on the Data Factory Configuration page, I cannot see any existing data factories nor create any new ones. The Use existing Data Factory Name, Subscription, Resource Group, and Region drop downs are disabled (see screenshot).
I am the owner of the Data Factory and have not had any other issues publishing or running pipelines in the data factories I create. I am the sole developer on the team working with data factories and the person who set me up and configured our Azure services cannot find the problem either.
I imagine it is a configuration issue or something to do with my account. I have re-installed VS2015 Enterprise from scratch to no avail. Any suggestions?
Upvotes: 2
Views: 1616
Reputation: 26
You need to have co-admin or admin privileges on atleast one subscription to be able to create or use existing Data Factories. The permissions should be granted using the old management azure portal. If co-admin privileges provided using new portal it wont work.
Thanks Vijay
Upvotes: 1
Reputation: 56
Open View->Other Windows->Data Factory Task List. There should be log of your operations. It looks like this: Data Factory Task List If you double click on entry there is more detailed task log
Upvotes: 0