I am trying to create a new web app which would upload files to azure blob storage. According to the following article, I should see "Cloud storage with Azure Storage" in "Connected Services" in visual studio 2017. But I don't see the option. I have the "Azure development" components installed for visual studio 2017. Anyone else faced the same issue?
0
votes
1 Answers
0
votes
I should see "Cloud storage with Azure Storage" in "Connected Services" in visual studio 2017. But I don't see the option.
I created a ASP.NET Core web app using Visual studio 2017 preview (version 15.3.0) and try to find Microsoft Azure storage Connected Service, but as you said, it can not be found in search results.
Connected Services:
Search results:
You can give a feedback on Visual studio UserVoice.
Besides, you can manually install Microsoft Azure Storage Client Library and configure your project to consume Azure Storage services.


