You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to connect my Azure Dapr component to my Azure Cache for Redis instance, but I keep encountering the following error: (state.redis/v1): [INIT_COMPONENT_FAILURE]: initialization error occurred for exportcertificates-cache (state.redis/v1): redis store: error connecting to redis at INSERTNAME.redis.cache.windows.net:6380: NOAUTH Authentication required.
I'm trying to connect my Azure Dapr component to my Azure Cache for Redis instance, but I keep encountering the following error:
(state.redis/v1): [INIT_COMPONENT_FAILURE]: initialization error occurred for exportcertificates-cache (state.redis/v1): redis store: error connecting to redis at INSERTNAME.redis.cache.windows.net:6380: NOAUTH Authentication required.
I've followed the following documentation and can't seem to connect: https://docs.dapr.io/reference/components-reference/supported-state-stores/setup-redis/
I've set the hostName and entraID metadata, and I also tried using azureClientID, as that works for my storage account. However, the issue persists.
The text was updated successfully, but these errors were encountered: