Securely Access Azure Blob Storage Containers in C# with SAS Tokens & Generate Download URLs AZ-204

Опубликовано: 19 Сентябрь 2024
на канале: Learn Smart Coding
6k
59

Hi Everyone,

Azure Blob Storage is a cloud storage service that allows you to store and access large amounts of unstructured data, such as images, videos, and documents. One of the key features of Azure Blob Storage is the ability to generate Shared Access Signatures (SAS) that provide time-limited access to your blobs, without requiring your clients to have access to your storage account key.

In this video, we’ll explore how to generate SAS tokens for Azure Blob Storage containers in C# and return URLs to download blobs, without exposing your storage account key.

The source code is available at


Learn more here from my BlogPost


Post related to Azure functions






Please post your questions in the comment section and I will be happy to answer your questions.

Subscribe for more useful videos just like this:

Happy coding!