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
-`<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
50
53
-
::: zone-end
51
+
:::image type="content" source="includes/media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties.":::
54
52
55
-
## Set up the working environment
53
+
-`<your-client-id>`: The application (client) ID of your Azure AD application registration.
54
+
-`<your-client-secret>`: The client secret of your Azure AD application registration.
55
+
-`<your-tenant-id>`: Your Azure Active Directory tenant ID.
> 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.
58
59
59
60
## Create a new Java app
60
61
@@ -204,3 +205,4 @@ In this quickstart, you learned how to use Azure Managed Redis from a Java appli
0 commit comments