Redis – How to subscribe to changes in Azure App Configuration using Dapr
I want to use Dapr to subscribe to changes in an Azure App Configuration store as documented on this page: https://docs.dapr.io/reference/components-reference/supported-configuration-stores/azure-appconfig-configuration-store/ When I run my application I succesfully read the configuration from the Azure App Configuration store, however I do…