Hi Rajesh Gopisetti,
I suggest follow below articles that can help on your similar use case:
- How use Storage (ADLS Gen2) REST API to upload file via AAD access token ( https://techcommunity.microsoft.com/t5/azure-paas-blog/how-use-storage-adls-gen2-rest-api-to-upload-file-via-aad-access/ba-p/2108778)
- Copy and transform data from and to a REST endpoint by using Azure Data Factory (https://learn.microsoft.com/en-us/azure/data-factory/connector-rest?tabs=data-factory)
- Use Python to manage directories and files in Azure Data Lake Storage Gen2 (https://learn.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-directory-file-acl-python?tabs=account-key)
Here some addicional references:
- https://learn.microsoft.com/en-us/rest/api/storageservices/data-lake-storage-gen2
- https://www.reddit.com/r/AZURE/comments/xrxl6a/beginner_sending_data_from_an_external_api_to_a/
If the information helped address your question, please Accept the answer.
Luis