Reputation: 101
My first question is can we use POST method in a BLOB storage to update existing file/json/text? I know images can be uploaded using PUT method but can I upload a json file and then update the contents of that file from API? I am new to this Azure BLOB Storage.
My second question is if it is possible could you show how it is done using POSTMAN?
I even know I could use cosmos database or Azure table storage for storing data in tabular format instead of BLOB but I want to know is this possible on BLOB storage.
Upvotes: 1
Views: 89