This is a simple C# console application that demonstrates how to interact with Azure Blob Storage. It allows users to upload and download blobs (files) from an Azure Storage account.
- Upload files (blobs) to Azure Blob Storage
- Download files (blobs) from Azure Blob Storage
- Secure Blob access using a connection string or SAS token
- .NET Core SDK installed on your machine.
- An Azure account with Blob Storage configured.
- Azure.Storage.Blobs NuGet package installed.
- Clone the repository:
git clone https://github.com/yourusername/AzureBlobStorageConsoleApp.git