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
Replace the placeholders with the following values:
50
+
51
+
-`<your-host-name>`: The DNS host name. To get the host name and ports for your cache, select **Overview** from the **Resource** menu. The host name is of the form `<DNS name>.redis.cache.windows.net`.
52
+
53
+
:::image type="content" source="media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties.":::
54
+
55
+
-`<your-client-id>`: The application (client) ID of your Azure AD application registration.
56
+
-`<your-client-secret>`: The client secret of your Azure AD application registration.
57
+
-`<your-tenant-id>`: Your Azure Active Directory tenant ID.
58
+
59
+
> [!NOTE]
60
+
> The above example uses client secret authentication. You can also configure the `redis-authx-entraid` library to use other authentication methods such as managed identity or client certificate by modifying the `EntraIDTokenAuthConfigBuilder` configuration in your code.
0 commit comments