Skip to content

Commit 52a093a

Browse files
committed
edits
1 parent 9b7a859 commit 52a093a

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

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

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,17 @@ appliesto:
1717

1818
This article describes how to create or delete an Azure Redis cache instance by using the Azure CLI. The article also shows how to use the Azure CLI to get cache details including provisioning status, hostname, ports, and keys.
1919

20-
>[!NOTE]
21-
>Azure Cache for Redis Basic, Standard, and Premium tiers use the Azure CLI [az redis](/cli/azure/redis) commands. To manage Azure Cache for Redis Basic, Standard, or Premium instances, select the **Azure Cache for Redis** option at the top of this article and use the `az redis` commands.
22-
>
23-
>Azure Cache for Redis Enterprise tiers and Azure Managed Redis use the [az redisenterprise](/cli/azure/redisenterprise) commands. The commands are part of the `redisenterprise` extension for Azure CLI version 2.61.0 or higher, which automatically installs the first time you run an `az redisenterprise` command.
24-
>
25-
>To manage Azure Cache for Redis Enterprise or Azure Managed Redis instances, select the **Azure Managed Redis** option at the top of this article and use the `az redisenterprise` commands.
26-
2720
## Prerequisites
2821

2922
- [!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
3023
[!INCLUDE [azure-cli-prepare-your-environment-no-header.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment-no-header.md)]
3124
- Make sure you're signed in to Azure with the subscription you want to create your cache under. To use a different subscription than the one you're signed in with, run `az account set -s <subscriptionId>`, replacing `<subscriptionId>` with the subscription ID you want to use.
3225

26+
>[!NOTE]
27+
>Azure Cache for Redis Basic, Standard, and Premium tiers use the Azure CLI [az redis](/cli/azure/redis) commands.
28+
>
29+
>Azure Cache for Redis Enterprise tiers and Azure Managed Redis use the [az redisenterprise](/cli/azure/redisenterprise) commands. The `redisenterprise` extension for Azure CLI version 2.61.0 or higher automatically installs the first time you run an `az redisenterprise` command.
30+
3331
## Create an Azure Redis cache
3432

3533
<!--
@@ -49,7 +47,9 @@ The `location` should be an Azure region near other services that use your cache
4947

5048
::: zone pivot="azure-managed-redis"
5149

52-
You can use the following Azure CLI script to create an Azure Managed Redis or Azure Cache for Redis Enterprise cache. You can also use the following methods to create a cache:
50+
### Create an Azure Managed Redis or Azure Redis Enterprise cache
51+
52+
You can use the following Azure CLI script to create an Azure Managed Redis or Azure Cache for Redis Enterprise cache. You can also use the following other ways to create a cache:
5353

5454
- [Azure portal (Azure Managed Redis)](../quickstart-create-managed-redis.md)
5555
- [Azure portal (Azure Cache for Redis Enterprise)](../../azure-cache-for-redis/quickstart-create-redis-enterprise.md)
@@ -58,7 +58,7 @@ You can use the following Azure CLI script to create an Azure Managed Redis or A
5858
- [Bicep template](../redis-cache-bicep-provision.md#azure-managed-redis-preview)
5959

6060
>[!IMPORTANT]
61-
>You can enable or configure the following settings only at cache creation time. Gather the information you need to configure these settings in advance, and make sure to configure them correctly during cache creation.
61+
>You can enable or configure the following settings for Azure Managed Redis or Azure Cache for Redis Enterprise only at cache creation time. Gather the information you need to configure these settings in advance, and make sure to configure them correctly during cache creation.
6262
>- You can enable modules only at the time you create the cache. You can't change modules or enable module configuration after you create a cache.
6363
>- Azure Managed Redis and Azure Cache for Redis Enterprise tiers support two clustering policies: Enterprise or OSS. You can't change the clustering policy after you create the cache.
6464
>- If you're using the cache in a geo-replication group, you can't change eviction policies after the cache is created.
@@ -127,7 +127,11 @@ az group delete --resource-group $resourceGroup -y
127127

128128
::: zone pivot="azure-cache-redis"
129129

130-
You can use the following Azure CLI script to create an Azure Cache for Redis Basic, Standard, or Premium-tier cache. To create an Enterprise-tier cache, use the [Azure Managed Redis](create-managed-cache.md?pivots=azure-managed-redis) script. You can also use the following methods to create a cache:
130+
### Create an Azure Cache for Redis Basic, Standard, or Premium cache
131+
132+
You can use the following Azure CLI script to create an Azure Cache for Redis Basic, Standard, or Premium-tier cache. To create and manage an Azure Cache for Redis Enterprise-tier cache, use the [Azure Managed Redis](create-manage-cache.md?pivots=azure-managed-redis) scripts.
133+
134+
You can also use the following other ways to create a cache:
131135

132136
- [Azure portal (Basic, Standard, or Premium)](../../azure-cache-for-redis/quickstart-create-redis.md)
133137
- [Azure portal (Enterprise)](../../azure-cache-for-redis/quickstart-create-redis-enterprise.md)

0 commit comments

Comments
 (0)