question

VS29 avatar image
0 Votes"
VS29 asked MartinJaffer-MSFT answered

Expose ADLS data through API for external vendors.

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-storageazure-data-lake-analyticsazure-api-fhir
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

MartinJaffer-MSFT avatar image
0 Votes"
MartinJaffer-MSFT answered

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

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.