Skip to content

Commit bffd2e6

Browse files
committed
edits
1 parent 6518534 commit bffd2e6

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

articles/azure-cache-for-redis/cache-java-get-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Clone the repo [Java quickstart](https://github.com/Azure-Samples/azure-cache-re
2727

2828
[!INCLUDE [redis-cache-create](~/reusable-content/ce-skilling/azure/includes/azure-cache-for-redis/includes/redis-cache-create.md)]
2929

30-
[!INCLUDE [redis-cache-access-keys](includes/redis-cache-access-keys.md)]
31-
3230
## Set up the working environment
3331

3432
[!INCLUDE [redis-setup-working-environment](includes/redis-setup-working-environment.md)]

articles/azure-cache-for-redis/cache-java-redisson-get-started.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ This quickstart uses the Maven archetype feature to generate the scaffolding for
2929

3030
[!INCLUDE [redis-cache-create](~/reusable-content/ce-skilling/azure/includes/azure-cache-for-redis/includes/redis-cache-create.md)]
3131

32-
[!INCLUDE [redis-cache-access-keys](includes/redis-cache-access-keys.md)]
33-
3432
## Set up the working environment
3533

3634
[!INCLUDE [redis-setup-working-environment](includes/redis-setup-working-environment.md)]

articles/azure-cache-for-redis/includes/redis-setup-working-environment.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ export USER_NAME=<user-name>
1515

1616
Replace the placeholders with the following values:
1717

18-
- `<your-host-name>`: The DNS host name, obtained from the *Properties* section of your Azure Cache for Redis resource in the Azure portal.
18+
- `<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*.
19+
20+
:::image type="content" source="media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties.":::
21+
1922
- `<user-name>`: Object ID of your managed identity or service principal.
2023
- You can get the user name by using the following steps:
2124

@@ -34,7 +37,12 @@ export REDIS_CACHE_KEY=<your-primary-access-key>
3437

3538
Replace the placeholders with the following values:
3639

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.
40+
- `<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*.
41+
42+
:::image type="content" source="media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties.":::
43+
44+
- `<your-primary-access-key>`: The primary access key. To get the access keys, select **Authentication** from the Resource menu. Then, select the **Access keys** tab.
45+
46+
:::image type="content" source="media/redis-cache-access-keys/redis-cache-keys.png" alt-text="Screenshot showing Azure Cache for Redis access keys.":::
3947

4048
---

0 commit comments

Comments
 (0)