I'm trying to add an Azure storage account to my ASP.NET Core project (.NET Core 2.0 + VS2017) using Connected Services.
Following this tutorial, Visual Studio should list "Cloud Storage with Azure Storage" in Connected Services, but it doens't. The only item in the list is Application Insights.
I did some research and I read about installing Cloud Explorer for Visual Studio 2017 extension... unfortunately, without success, the only item still being Application Insights.
Is there any workaround or solution for this? If not, how can I connect my project to my Azure Storage account?