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
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-java-get-started.md
+1-34Lines changed: 1 addition & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,40 +31,7 @@ Clone the repo [Java quickstart](https://github.com/Azure-Samples/azure-cache-re
31
31
32
32
## Set up the working environment
33
33
34
-
The following steps show you how to set up the working environment for the Java app. You can choose to authenticate with Azure Cache for Redis using Microsoft Entra ID(recommended) or access keys.
35
-
36
-
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
Replace the placeholders with the following values:
44
-
45
-
-`<your-host-name>`: The DNS host name, obtained from the *Properties* section of your Azure Cache for Redis resource in the Azure portal.
46
-
-`<user-name>`: Object ID of your managed identity or service principal.
47
-
- You can get the user name by using the following steps:
48
-
49
-
1. In the Azure portal, navigate to your Azure Cache for Redis instance.
50
-
1. On the navigation pane, select **Data Access Configuration**.
51
-
1. On the **Redis Users** tab, find the **Username** column.
52
-
53
-
:::image type="content" source="media/cache-java-redisson-get-started/user-name.png" alt-text="Screenshot of the Azure portal that shows the Azure Cache for Redis Data Access Configuration page with the Redis Users tab and a Username value highlighted." lightbox="media/cache-java-redisson-get-started/user-name.png":::
Replace the placeholders with the following values:
63
-
64
-
-`<your-host-name>`: The DNS host name, obtained from the *Properties* section of your Azure Cache for Redis resource in the Azure portal.
65
-
-`<your-primary-access-key>`: The primary access key, obtained from the *Access keys* section of your Azure Cache for Redis resource in the Azure portal.
Copy file name to clipboardExpand all lines: articles/azure-cache-for-redis/cache-java-redisson-get-started.md
+1-34Lines changed: 1 addition & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,40 +33,7 @@ This quickstart uses the Maven archetype feature to generate the scaffolding for
33
33
34
34
## Set up the working environment
35
35
36
-
The following steps show you how to set up the working environment for the Java app. You can choose to authenticate with Azure Cache for Redis using Microsoft Entra ID(recommended) or access keys.
37
-
38
-
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
Replace the placeholders with the following values:
46
-
47
-
-`<your-host-name>`: The DNS host name, obtained from the *Properties* section of your Azure Cache for Redis resource in the Azure portal.
48
-
-`<user-name>`: Object ID of your managed identity or service principal.
49
-
- You can get the user name by using the following steps:
50
-
51
-
1. In the Azure portal, navigate to your Azure Cache for Redis instance.
52
-
1. On the navigation pane, select **Data Access Configuration**.
53
-
1. On the **Redis Users** tab, find the **Username** column.
54
-
55
-
:::image type="content" source="media/cache-java-redisson-get-started/user-name.png" alt-text="Screenshot of the Azure portal that shows the Azure Cache for Redis Data Access Configuration page with the Redis Users tab and a Username value highlighted." lightbox="media/cache-java-redisson-get-started/user-name.png":::
Replace the placeholders with the following values:
65
-
66
-
-`<your-host-name>`: The DNS host name, obtained from the *Properties* section of your Azure Cache for Redis resource in the Azure portal.
67
-
-`<your-primary-access-key>`: The primary access key, obtained from the *Access keys* section of your Azure Cache for Redis resource in the Azure portal.
The following steps show you how to set up the working environment for the Java app. You can choose to authenticate with Azure Cache for Redis using Microsoft Entra ID(recommended) or access keys.
8
+
9
+
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
Replace the placeholders with the following values:
17
+
18
+
-`<your-host-name>`: The DNS host name, obtained from the *Properties* section of your Azure Cache for Redis resource in the Azure portal.
19
+
-`<user-name>`: Object ID of your managed identity or service principal.
20
+
- You can get the user name by using the following steps:
21
+
22
+
1. In the Azure portal, navigate to your Azure Cache for Redis instance.
23
+
1. On the navigation pane, select **Data Access Configuration**.
24
+
1. On the **Redis Users** tab, find the **Username** column.
25
+
26
+
:::image type="content" source="media/cache-java-redisson-get-started/user-name.png" alt-text="Screenshot of the Azure portal that shows the Azure Cache for Redis Data Access Configuration page with the Redis Users tab and a Username value highlighted." lightbox="media/cache-java-redisson-get-started/user-name.png":::
Replace the placeholders with the following values:
36
+
37
+
-`<your-host-name>`: The DNS host name, obtained from the *Properties* section of your Azure Cache for Redis resource in the Azure portal.
38
+
-`<your-primary-access-key>`: The primary access key, obtained from the *Access keys* section of your Azure Cache for Redis resource in the Azure portal.
0 commit comments