Azure Blob Storage Setup And File Management With C#
Set up Azure Storage Account, create Blob container & upload files using Azure Storage Explorer or C# Console App with Azure.Storage.Blobs NuGet package.
Introduction In this project, I focused on Azure Blob Storage, where I learned how to set up a storage account, create containers, and upload or retrieve files programmatically. Additionally, I explored Azure Storage Explorer for easy file management. Project Overview This project helped me: Set up an Azure Storage Account. Create a Blob Storage container. Upload files using Azure Storage Explorer. Optionally, I built a simple C# app to upload and retrieve files programmatically. Let me walk you through the steps I followed to complete this project. Step 1: Set Up an Azure Storage...