grandnode / grandnode2

Open-Source eCommerce Platform on .NET Core, MongoDB, AWS DocumentDB, Azure CosmosDB, LiteDB & Vue.js
https://grandnode.com/
GNU General Public License v3.0
1.05k stars 431 forks source link

Implement Integration with Azure App Configuration for Centralized Settings Management #466

Closed KrzysztofPajak closed 6 months ago

KrzysztofPajak commented 6 months ago

The goal of this issue is to implement integration with Azure App Configuration to centralize and manage application settings more effectively. This will involve setting up an Azure App Configuration resource in Azure, adding necessary NuGet packages to the project, and modifying the application's startup process to load configuration settings from Azure App Configuration. Additionally, we will explore leveraging dynamic configuration refresh capabilities to ensure our application can react to configuration changes in real-time without the need for a restart. This integration aims to streamline configuration management across different environments and improve overall application maintainability and scalability.