Required Azure Storage Blob container Rest Assured call details

Anonymous
2024-12-13T15:53:00.57+00:00

At the moment, we are following manual process to uploading the file in the blob container in Azure Storage explorer. We need Rest Assured API calls to access the Azure Storage Explorer with required authorization and upload the file in the Specific path in the Blob Container layer. And also we need to the Rest API calls Details in the CURL Command format.

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
291 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,192 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Amrinder Singh 5,870 Reputation points Microsoft Employee Volunteer Moderator
    2024-12-13T16:16:59.5533333+00:00

    HI R, Prasanth (Cognizant) - Thanks for reaching out over Q&A Forum.

    If you are working with Blob Storage, you can call Put Blob/Put Block/ Put Block List to upload the blobs

    https://learn.microsoft.com/en-us/rest/api/storageservices/operations-on-blobs

    If you are using ADLS Gen2, then you can leverage Create File, Append File and Flush File operation for uploading the file.

    https://learn.microsoft.com/en-us/rest/api/storageservices/data-lake-storage-gen2

    The below blog has steps for performing operation via CURL as well.

    https://techcommunity.microsoft.com/t5/azure-paas-blog/performing-simple-blob-storage-rest-api-operations-using-curl/ba-p/3302552

    https://techcommunity.microsoft.com/blog/azurepaasblog/performing-simple-adls-gen2-storage-rest-api-operations-using-curl/3491555

    Hope this information helps! please let us know if you have any further queries. I’m happy to assist you further.


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


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.