Category: AppConfiguration

  • Azure App Configuration with Aspire on Local PC

    In this exercise, I focused on only one Azure resource: Azure App Configuration. My goal was simple: run App Configuration locally as an emulator, connect a console client project to it through .NET Aspire, and validate that the client can write and read configuration values end-to-end. How it looks like This is the App Configuration…