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
- Host: GitHub
- URL: https://github.com/lukaofirst/learning-azure-with-dotnet
- Owner: lukaofirst
- Created: 2024-11-21T01:47:05.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T16:38:43.000Z (4 months ago)
- Last Synced: 2024-12-19T17:26:58.261Z (4 months ago)
- Topics: 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
- Language: C#
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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