Skip to content

Commit 07044b0

Browse files
committed
revised wording
1 parent 9985738 commit 07044b0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

articles/azure-cache-for-redis/cache-how-to-upgrade.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,15 @@ Before you upgrade, check the Redis version of a cache by selecting **Properties
6464

6565
## Upgrade using Azure CLI
6666

67-
To upgrade a cache from 4 to 6 using the Azure CLI, use the following command. If private endpoint is enabled on the cache, use the command that is appropriate based on whether `PublicNetworkAccess` is enabled or disabled:
67+
To upgrade a cache from 4 to 6 using the Azure CLI that is not using Private Endpoint, use the following command.
68+
69+
```azurecli-interactive
70+
az redis update --name cacheName --resource-group resourceGroupName --set redisVersion=6
71+
```
72+
73+
### Private Endpoint
74+
75+
If Private Endpoint is enabled on the cache, use the command that is appropriate based on whether `PublicNetworkAccess` is enabled or disabled:
6876

6977
If `PublicNetworkAccess` is enabled:
7078

0 commit comments

Comments
 (0)