AZURE BLOB STORAGE - Getting Started | Azure Series

preview_player
Показать описание
Hey👋 Excited to be back making videos on Azure!

Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob Storage is optimized for storing massive amounts of unstructured data such as text or binary data.
Blob Storage works great for storing files, serving images or documents directly to a browser, streaming content, data backups etc.

In this video let’s learn about the basics about Blob Storage, it’s high level structure and how to use it from a .NET application. We will see how to add, update, delete blob's from a ASP NET Core application.

00:00 Introduction
00:39 Blob Storage
01:11 Blob Resources
02:59 Blob Types
03:35 Blob URI Structure
03:56 Creating Storage Account
05:45 Create Container
06:01 Add Blobs
06:39 Blob Permissions
07:18 Enable Anonymous Access
08:48 Shared Access Signature
09:44 .NET Application Integration
10:39 .NET SDK Object Model
11:22 Get Blob
13:58 Authenticating Blob Storage Requests
14:31 Storage Keys
15:40 Managed Identity
17:14 Local Managed Identity
19:16 Add Blob
23:57 Update/Overriding Files
27:13 Delete Blob
29:36 Conclusion

Additional Watching

Come say hi! ✋

Make sure to SUBSCRIBE to the channel. THANK YOU for helping me grow this channel !!
Рекомендации по теме
Комментарии
Автор

Wow after a really long wait The azure series. Thank god!

bloopers
Автор

Please cover all topics from paas perspective...like azure service bus, aks, azure function etc. Please cover azure active directory covering oauth and integration with .Net.

surajkumarpradhan
Автор

Really nice video, but in corporate, individual access on mail id's will not be given. A managed Identity would be created for this purpose. It would be nice if you shared how to do all this process using Managed Identity.

ajaymanagaon
Автор

pl provide github link for source code

Ritvikplayz
Автор

Please cover everything and possibly a series which demonstrates on the basis of something real world project in which each episode is connected and finally contributes to a become something like a demo project at the end

bloopers
Автор

As always, Amazing Explanation with great insights 💯

shivagupta
Автор

Hope you do a video about azure functions with blob storage in Nodejs

wahibakamoulcode
Автор

Thanks Rahul for detailed video. Would you kindly create a video that shows how to use Azure Search to find data stored in blob storage?

sachin
Автор

How would you get an image file from blob storage if a mobile app called a web API endpoint to get the image? Would the web API send the image in the response as a byte array or some sort of file stream? Thanks.

macmcmillen
Автор

after long time Rahul nice to see you 😃

srinivas
Автор

Keep up the great content Rahul and thank you for the clear explainations!

petervandendungen