Skip to content

Commit e9ebbb9

Browse files
committed
Fixed links
1 parent 1db2dcf commit e9ebbb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-cache-for-redis/cache-how-to-premium-persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ az redis update --name MyRedisCache --resource-group MyResourceGroup --set "redi
189189

190190
### [Using Azure CLI (Enterprise tier)](#tab/enterprise)
191191

192-
The [az redisenterprise create](/cli/azure/redienterprise#az-redisenterprise-create) command can be used to create a new Enterprise-tier cache using data persistence. Use the `rdb-enabled`, `rdb-frequency`, `aof-enabled`, and `aof-frequency` parameters to configure the persistence setup. This example creates a new E10 Enterprise tier cache using RDB persistence with one hour frequency:
192+
The [az redisenterprise create](/cli/azure/redisenterprise?view=azure-cli-latest#az-redisenterprise-update) command can be used to create a new Enterprise-tier cache using data persistence. Use the `rdb-enabled`, `rdb-frequency`, `aof-enabled`, and `aof-frequency` parameters to configure the persistence setup. This example creates a new E10 Enterprise tier cache using RDB persistence with one hour frequency:
193193

194194
```azurecli
195195
az redisenterprise create --cluster-name "cache1" --resource-group "rg1" --location "East US" --sku "Enterprise_E10" --persistence rdb-enabled=true rdb-frequency="1h"

0 commit comments

Comments
 (0)