Atul Patil

Atul Patil

  • 1.1k
  • 586
  • 69.6k

Read file from Blob using shared key in c#

May 23 2023 9:18 AM

Currently, in our application, all blob storage and containers have public access. But, regarding security purposes, we are going to make containers and blobs private. After making the private, we are getting a 404 error status code while reading a file from blob.

We know there are multiple ways to access a private blob using C#. But we don't want to go with the SaS token.

Except for the SAS token, is there any other way to access private blobs in the web API in C#?

 


Answers (3)