Forum Discussion
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 manner.
Can this be done ? If so how ? I am not able to find any examples doing the same.
Can I directly make use of AzureStorage.Blobs and proceed further ?
3 Replies
- ArktanRegular 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.
- saurabhabhFrequent VisitorExactly. The documentation on optional parameter is unclear.
- Johnwan34New Member
Hello,
just wondering if you found the solution to use the AzureStorage.Blobs in a custom connector?
Could you share a possible solution?
Thanks