Forum Discussion
Unexpected error when creating dataflows with blob storage
Thanks Jimmy,
Connection to Blob Storage works.
Url I use looks like this:
https://storageaccountname.blob.core.windows.net/storageaccountname
This is the same I use to connect to Blob Storage. So do not understand why dataflows cannot connect there
I tried also providing url like that:
https://storageaccountname.blob.core.windows.net
or providing storage name:
storageaccountname
but it failed too.
Another attempt was to create dataflow by using previously generated blob SAS url
but it failed with the same error
- v-yuta-msft7 years agoCommunity Support
Anonymous,
Create a folder containing the csv files in Azure blob storage and use URL directed to the folder like: DomainUrl/Folder/
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.- Anonymous7 years agoNot applicable
Thanks,
Unfortunately it is still not working retrieving the same error.
this is the url for the new folder:
https://storageaccountname.blob.core.windows.net/storageaccountname/New Directory
Account key was taken from Access keys tab