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

preview_player
Показать описание
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.

Happy coding!
Рекомендации по теме
Комментарии
Автор

Good Explanation is there in this video. this is what i am searching for👌

saikrishna-tqvk
Автор

What can I do if I need to generate the SAS token at sub folder level of the ADLS 2 storage container?

pramodgawande
Автор

Very good video with easy and to the point explanation

abhaybhoir
Автор

this is for every file (blob ) storage is there any way to use the SAS key for specific files to restrict direct access

harshgaur
Автор

what if i need url to access the entire container

peterbasta
Автор

I'm getting the error as "Authentication Failed", "Signature did not match. String to sign used was r 2023-11-02T04:34:17Z 2024-10-31T12:34:17Z /blob/storageaccount/$root https 2022-11-02 c"

ajaymanagaon
Автор

can i get with java ?
download and view files

Naturestarcreations