Skip to content

Commit ea7e58b

Browse files
committed
touchup
1 parent c951f55 commit ea7e58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/redis/scripts/create-manage-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Transport Layer Security (TLS) 1.2-1.3 encryption is enabled by default for new
4949
>- If you're using the cache in a geo-replication group, you can't change eviction policies after the cache is created.
5050
>- The [RediSearch](../redis-modules.md#redisearch) module requires the Enterprise cluster policy and No Eviction eviction policy.
5151
52-
The following script sets variables, then uses the [az group create](/cli/azure/group) and [az redisenterprise create](/cli/azure/redisenterprise#az-redisenterprise-create) commands to create a resource group and create a Azure Managed Redis Balanced B1 cache in the resource group.
52+
The following script uses the [az group create](/cli/azure/group) and [az redisenterprise create](/cli/azure/redisenterprise#az-redisenterprise-create) commands to create a resource group and create an Azure Managed Redis Balanced B1 cache in the resource group.
5353

5454
>[!NOTE]
5555
>The [az redisenterprise](/cli/azure/redisenterprise) commands are part of the `redisenterprise` extension for the Azure CLI, version 2.61.0 or higher. The extension automatically installs the first time you run an `az redisenterprise` command.
@@ -115,7 +115,7 @@ az group delete --resource-group $resourceGroup -y
115115

116116
::: zone pivot="azure-cache-redis"
117117

118-
The following script sets variables, then uses the [az group create](/cli/azure/group) and [az redis create](/cli/azure/redis#az-redis-create) commands to create a resource group and create an Azure Cache for Redis Basic C0 cache in the resource group.
118+
The following script uses the [az group create](/cli/azure/group) and [az redis create](/cli/azure/redis#az-redis-create) commands to create a resource group and create an Azure Cache for Redis Basic C0 cache in the resource group.
119119

120120
```azurecli
121121

0 commit comments

Comments
 (0)