Forum Discussion

saurabhabh's avatar
saurabhabh
Frequent Visitor
7 years ago

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

  • Arktan's avatar
    Arktan
    Regular 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.

    • saurabhabh's avatar
      saurabhabh
      Frequent Visitor
      Exactly. The documentation on optional parameter is unclear.
  • Hello,

     

    just wondering if you found the solution to use the AzureStorage.Blobs in a custom connector?

     

    Could you share a possible solution?

     

    Thanks