Forum Discussion
Anonymous
10 years agoNot applicable
CSV access from Azure Blob/File Storage
I have a dashboard built that runs from a local CSV. In order to release the dashboard, I want to move the source of the data to our Azure cloud hosting. As it's client information, this needs t...
ankitpatira
10 years agoCommunity Champion
Anonymous Instead of storing csv in Azure, you can provision SQL Server on Azure and then bulk insert your csv into SQL tables. This will also make easy for you to access it in power bi.