Skip to content

Commit 12e725f

Browse files
committed
edits
1 parent e8fd639 commit 12e725f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Clone the repo [Java quickstart](https://github.com/Azure-Samples/azure-cache-re
4848
1. Change to the new **redis-jedis-test** project directory.
4949
1. Open the **pom.xml** file. In the file, you see a dependency for [Jedis](https://github.com/xetorthio/jedis):
5050

51-
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
51+
### [Microsoft Entra ID authentication (recommended)](#tab/entraid)
5252

5353
```xml
5454
<dependency>
@@ -64,7 +64,7 @@ Clone the repo [Java quickstart](https://github.com/Azure-Samples/azure-cache-re
6464
</dependency>
6565
```
6666

67-
### [Access Key Authentication](#tab/accesskey)
67+
### [Access key authentication](#tab/accesskey)
6868

6969
[!INCLUDE [redis-access-key-alert](includes/redis-access-key-alert.md)]
7070

@@ -80,7 +80,7 @@ Clone the repo [Java quickstart](https://github.com/Azure-Samples/azure-cache-re
8080

8181
1. Open **App.java** and see the code with the following code:
8282

83-
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
83+
### [Microsoft Entra ID authentication (recommended)](#tab/entraid)
8484

8585
```java
8686
package example.demo;
@@ -145,7 +145,7 @@ Clone the repo [Java quickstart](https://github.com/Azure-Samples/azure-cache-re
145145
}
146146
```
147147

148-
### [Access Key Authentication](#tab/accesskey)
148+
### [Access key authentication](#tab/accesskey)
149149

150150
```java
151151
package example.demo;

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This quickstart uses the Maven archetype feature to generate the scaffolding for
5151

5252
1. Open the **pom.xml** file and add a dependency for [Redisson](https://github.com/redisson/redisson#maven):
5353

54-
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
54+
### [Microsoft Entra ID authentication (recommended)](#tab/entraid)
5555

5656
```xml
5757
<dependency>
@@ -67,7 +67,7 @@ This quickstart uses the Maven archetype feature to generate the scaffolding for
6767
</dependency>
6868
```
6969

70-
### [Access Key Authentication](#tab/accesskey)
70+
### [Access key authentication](#tab/accesskey)
7171

7272
[!INCLUDE [redis-access-key-alert](includes/redis-access-key-alert.md)]
7373

@@ -83,7 +83,7 @@ This quickstart uses the Maven archetype feature to generate the scaffolding for
8383

8484
1. Open **App.java** and replace the code with the following code:
8585

86-
### [Microsoft Entra ID Authentication (recommended)](#tab/entraid)
86+
### [Microsoft Entra ID authentication (recommended)](#tab/entraid)
8787

8888
```java
8989
package example.demo;
@@ -158,7 +158,7 @@ This quickstart uses the Maven archetype feature to generate the scaffolding for
158158

159159
```
160160

161-
### [Access Key Authentication](#tab/accesskey)
161+
### [Access key authentication](#tab/accesskey)
162162

163163
```java
164164
package example.demo;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export USER_NAME=<user-name>
1515

1616
Replace the placeholders with the following values:
1717

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`.
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`.
1919

2020
:::image type="content" source="media/redis-cache-access-keys/redis-cache-hostname-ports.png" alt-text="Screenshot showing Azure Cache for Redis properties.":::
2121

0 commit comments

Comments
 (0)