In this project, I have demonstrated to upload, delete, and view files to Azure Blob Storage Using Blazor application with .NET 7 with complete code.
- .NET 7
- ASP.NET Core
- Blazor Server
- Dependency Injection
- Azure Blob Storage
You can learn about the solution from my this article. https://rijsat.com/2023/01/15/upload-and-delete-files-in-azure-blob-storage-using-blazor-apps-with-net-7/
In this article, we will learn about Azure Storage and its data services. Additionally, we will create an azure storage data service with an example of Azure Blobs. Furthermore, we will upload, delete, and view files to Azure Blobs with Blazor application in .NET 7. The outline of this article are follows:
What is Azure Storage
What are the Azure Storage data services?
How to create an Azure Storage Account?
.NET Generally available
What is a Blazor Web App?
Create a Blazor Web App with .NET 7
Upload, delete and view files in Azure Blobs using a Blazor App in .NET 7
This is an open-source project and contributors are what make such project with rich feature to learn, inspire, and motivate. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Module Branch (
git checkout -b module/FeatureName
) - Commit your Changes (
git commit -m 'Add some FeatureName'
) - Push to the Branch (
git push origin module/FeatureName
) - Open a Pull Request
Distributed under the MIT License.
This project is created for learning and sharing purpose. Additionally, this project can be used in your project. Please share your feedback or issues. Please support with star and share in your network 👌