Skip to content

Commit 6e77c61

Browse files
committed
made fixes for redirect
1 parent 67525bf commit 6e77c61

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

articles/azure-cache-for-redis/.openpublishing.redirection.redis-cache.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -437,12 +437,10 @@
437437
"redirect_document_id": true
438438
},
439439
{
440-
"source_path_from_root": "/articles/azure-cache-for-redis/scripts/create-manage-cache.md",
440+
"source_path_from_root": "articles/azure-cache-for-redis/scripts/create-manage-cache.md",
441441
"redirect_url": "/azure/redis/scripts/create-manage-cache",
442442
"redirect_document_id": true
443443
}
444-
445-
446-
]
444+
]
447445
}
448446

articles/redis/scripts/create-managed-cache.md renamed to articles/redis/scripts/create-manage-cache.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create, query, and delete an Azure Managed Redis - Azure CLI
3-
description: This Azure CLI code sample shows how to create an Azure Managed Redis instance using the command az redisenterprise create. It then gets details of an Azure Managed Redis instance, including provisioning status, the hostname, ports, and keys for an Azure Managed Redis instance. Finally, it deletes the cache.
2+
title: Create, query, and delete an Azure Redis cache - Azure CLI
3+
description: This Azure CLI code sample shows how to create an Azure Managed Redis instance using the command az redisenterprise create. It then gets details of an Azure Managed Redis instance, including provisioning status, the hostname, ports, and keys for an Azure Redis instance. Finally, it deletes the cache.
44

55

66
ms.devlang: azurecli
@@ -10,11 +10,12 @@ zone_pivot_groups: redis-type
1010
ms.custom: devx-track-azurecli, ignite-2024
1111
appliesto:
1212
- ✅ Azure Managed Redis
13+
- ✅ Azure Cache for Redis
1314
---
1415

15-
# Create an Azure Redis using the Azure CLI
16+
# Create an Azure Redis cache using the Azure CLI
1617

17-
In this scenario, you learn how to create an Azure Redis instance. You then learn to get details of the cache, including provisioning status, the hostname, ports, and keys for the cache. Finally, you learn to delete the cache.
18+
In this scenario, you learn how to create an Azure Redis cache instance. You then learn to get details of the cache, including provisioning status, the hostname, ports, and keys for the cache. Finally, you learn to delete the cache.
1819

1920
[!INCLUDE [quickstarts-free-trial-note](~/reusable-content/ce-skilling/azure/includes/quickstarts-free-trial-note.md)]
2021

0 commit comments

Comments
 (0)