An open API service indexing awesome lists of open source software.

https://github.com/lukaofirst/learning-azure-with-dotnet

This repository contains all my practices and lessons about Azure and .NET applications
https://github.com/lukaofirst/learning-azure-with-dotnet

asp-net-core aspnet-core aspnet-web-api aspnetcorewebapi azure azure-app-configuration azure-blob-storage azure-cosmos-db azure-key-vault azure-queue azure-service-bus dotnet dotnet-core dotnetcore

Last synced: 2 months ago
JSON representation

This repository contains all my practices and lessons about Azure and .NET applications

Awesome Lists containing this project

README

        


Hands-on with Azure + .NET


In this repo, you'll find my hands-on experience using Azure with .NET, utilizing the following services:


- **Azure App Configuration**

- Centralize configuration management
- Integrate with .NET applications for dynamic configuration


- **Azure Blob Storage**

- Insert, retrieve, and delete files (e.g., .png, .txt)
- Manage blobs within containers


- **Azure Cosmos DB**

- Perform CRUD operations on a Cosmos DB database


- **Azure Key Vault**

- Store and retrieve sensitive data securely
- Integrate with .NET applications for secret management


- **Azure Queue Storage**
- Create and manage queues for message storage
- Publish and consume messages


- **Azure Service Bus**
- Publish and consume messages using queues and topics


- **Azure SQL Database + Azure Key Vault**
- Store and retrieve sensive data
- Integrate with a Microsoft SQL Server database's using Azure SQL Database
- Azure Key Vault + Entity Framework Core