Skip to content

Commit b1b2ad2

Browse files
committed
review comments
1 parent 0e73fe2 commit b1b2ad2

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

articles/redis/entra-for-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ You can use the Azure CLI to quickly test if you can connect to your Redis clust
7575
For prerequisites to use the Azure CLI with Azure Managed Redis, see [Manage an Azure Managed Redis cache using the Azure CLI](scripts/create-manage-cache.md).
7676

7777

78-
To test connection with Microsoft Entra ID authentication, run the following command:
78+
To test connection with Microsoft Entra ID authentication (the default), run the following command:
7979

8080
```azurecli
8181
az redisenterprise test-connection --name <cache-name> --resource-group <resource-group-name>

articles/redis/troubleshoot-connectivity.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ You can use the Azure CLI to quickly test if you can connect to your Redis clust
5858
For prerequisites to use the Azure CLI with Azure Managed Redis, see [Manage an Azure Managed Redis cache using the Azure CLI](scripts/create-manage-cache.md).
5959

6060

61-
To test connection with Microsoft Entra ID authentication, run the following command:
61+
To test connection with Microsoft Entra ID authentication (the default), run the following command:
6262

6363
```azurecli
6464
az redisenterprise test-connection --name <cache-name> --resource-group <resource-group-name>
@@ -75,12 +75,6 @@ az redisenterprise test-connection --name <cache-name> --resource-group <resourc
7575
7676
To test connection with access key authentication, run the following command:
7777

78-
```azurecli
79-
az redisenterprise test-connection --name <cache-name> --resource-group <resource-group-name> --auth accesskey
80-
```
81-
82-
Or specify the access key directly:
83-
8478
```azurecli
8579
az redisenterprise test-connection --name <cache-name> --resource-group <resource-group-name> --auth accesskey --access-key <access-key-value>
8680
```

0 commit comments

Comments
 (0)