Expose ADLS data through API for external vendors.

VS29 246 Reputation points
2022-02-02T14:50:29.13+00:00

Hi All, any pointers where I can use REST API to expose my ADLS(parquet format) data to external vendors?

If there is any out of box component on the Azure or any marketplace item, that would be great.

Thank you!

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,426 questions
Azure Data Lake Analytics
Azure Health Data Services
Azure Health Data Services
An Azure offering that provides a suite of purpose-built technologies for protected health information in the cloud.
155 questions
0 comments No comments
{count} votes

Accepted answer
  1. MartinJaffer-MSFT 26,061 Reputation points
    2022-02-03T19:21:55.647+00:00

    Hello and welcome to Microsoft Q&A @VS29 .

    So, it sounds like you want to make your data available to third parties. There is a level of ambiguity as to exactly how much access you want to grant.
    For example, you could just make the container publicly accessible. However this would make it accessible to EVERYONE, not just your vendors.

    You could issue SAS tokens for temporary access. The storage services have built-in REST API's. This is how everything interfaces with the storage service in the end.

    However, I have a hunch that you would be more interested in Azure Data Share. This service lets you send invites to receive updates of your data into their own data stores. You can maintain control over sending the updates. To me this sounds easier than the SAS route.

    Blurb from "What is data share":

    Azure Data Share enables organizations to simply and securely share data with multiple customers and partners. In just a few clicks, you can provision a new data share account, add datasets, and invite your customers and partners to your data share. Data providers are always in control of the data that they have shared. Azure Data Share makes it simple to manage and monitor what data was shared, when and by whom.

    • Please don't forget to click on 130616-image.png or upvote 130671-image.png button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer. Here is how
    0 comments No comments

0 additional answers

Sort by: Most helpful