We are using Dapr side car in our services. We also connect Azure Redis cache service using Dapr only. Currently the connection happens using Redis Access Keys. But we have a requirement to connect Redis using Microsoft Entra ID authentication instead of Redis Access Keys.
Can you please confirm-
If Dapr supports Microsoft Entra ID authentication for Azure Cache for Redis service;
Clarify what changes we need to do on client application code or configurations.
We are using Dapr side car in our services. We also connect Azure Redis cache service using Dapr only. Currently the connection happens using Redis Access Keys. But we have a requirement to connect Redis using Microsoft Entra ID authentication instead of Redis Access Keys.
Can you please confirm-