insert data file into Azure blob via REST API (json and csv)

MS Techie 2,751 Reputation points
2021-10-28T18:12:21.913+00:00

We want to insert a .json and .csv file into azure blob folder , using REST API (something like a HTTPS POST operation).

Do we have any REST API or any API to insert data Azure Blob , using HTTPS POST or similar sort.

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,201 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 38,021 Reputation points Microsoft Employee Moderator
    2021-10-29T17:35:39.363+00:00

    @MS Techie
    I believe what you are looking for is the Put Blob operation which is part of the Blob service REST API.

    Please let me know if this fits your use-case or not.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.