Forum Discussion
saurabhabh
7 years agoFrequent Visitor
Connecting to Azure Storage Bolb - Custom Connector
I want to make a data custom connector which will connect to Azure Blob storage account bring in the data make some transformation on the data and provide to my client in a client understandable mann...
Arktan
7 years agoRegular Visitor
Not sure about extending or wrapping AzureStorage.Blobs as it's not clear how one would authenticate. Wonder what the optional parameter accepts...
It would be a bit tedious, but you should be able to achieve your goal using the Blob Storage REST API with Web.Contents.
- saurabhabh7 years agoFrequent VisitorExactly. The documentation on optional parameter is unclear.