Skip to content

Commit 65f681d

Browse files
authored
Update cache-how-to-upgrade.md
Please refer this ICM for more information: https://portal.microsofticm.com/imp/v3/incidents/details/354095130/home This is for scenarios where redis cache is having the private endpoint.
1 parent 361eafa commit 65f681d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ To upgrade a cache from 4 to 6 using the Azure CLI, use the following command:
6666
```azurecli-interactive
6767
az redis update --name cacheName --resource-group resourceGroupName --set redisVersion=6
6868
```
69+
>[!NOTE]
70+
> If private endpoint is enabled on the cache - based on whether PublicNetworkAccess is enabled or disabled,please refer the below commands:
71+
72+
>If PublicNetworkAccess is enabled- az redis update --name cacheName --resource-group resourceGroupName --set publicNetworkAccess=Enabled redisVersion=6
73+
>If PublicNetworkAccess is disabled- az redis update --name cacheName --resource-group resourceGroupName --set publicNetworkAccess=Disabled redisVersion=6
74+
6975

7076
## Upgrade using PowerShell
7177

0 commit comments

Comments
 (0)