How to retrieve and drop files to Azure Portal Storage Container via Shared Access Signature (SAS)?

Brandon Ho 376 Reputation points
2021-03-09T23:53:02.283+00:00

Hi,

I followed below link to create a C# console app to pick up and drop off files from Azure portal. Below link uses Blob Storageaccount ConnectionString to get data. Is there an example available to show us how to get data from Shared Access Signature (SAS)? I would assume it should be similar.

https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-dotnet

Thanks,
Brandon.

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,662 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vaibhav Chaudhari 38,561 Reputation points
    2021-03-10T04:24:47.78+00:00

    Please check if below document helps and also refer the index page on left to filter with .net. You will find few more docs page.

    https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-user-delegation-sas-create-dotnet

    ----------

    Please don't forget to Accept Answer and Up-vote if the response helped -- Vaibhav


  2. Sumarigo-MSFT 43,401 Reputation points Microsoft Employee
    2021-03-31T09:59:14.59+00:00

    @Brandon Ho Thanks for raising this question! Firstly, apologies for the delay in responding here and any inconvenience this issue may have caused. If you are still facing any issue, please let us know we are happy to assist you!

    There are few third-party articles which provide more information, on your scenario: see here and here

    Additional information: Have you referred to this article: This topic shows sample uses of shared access signatures with the REST API. https://learn.microsoft.com/en-us/rest/api/storageservices/service-sas-examples

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

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

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

    Disclaimer: This response contains a reference to a third-party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there.
    There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

    0 comments No comments