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/redis/entra-for-authentication.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ You can use the Azure CLI to quickly test if you can connect to your Redis clust
75
75
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).
76
76
77
77
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:
79
79
80
80
```azurecli
81
81
az redisenterprise test-connection --name <cache-name> --resource-group <resource-group-name>
Copy file name to clipboardExpand all lines: articles/redis/troubleshoot-connectivity.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ You can use the Azure CLI to quickly test if you can connect to your Redis clust
58
58
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).
59
59
60
60
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:
62
62
63
63
```azurecli
64
64
az redisenterprise test-connection --name <cache-name> --resource-group <resource-group-name>
0 commit comments