Skip to content

Commit 29feb8c

Browse files
committed
remove bogus information
1 parent 4f37573 commit 29feb8c

File tree

3 files changed

+3
-11
lines changed

3 files changed

+3
-11
lines changed

articles/redis/TOC.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ items:
2222
href: how-to-manage-redis-cache-powershell.md
2323
- name: Create and manage with Azure CLI
2424
href: scripts/create-manage-cache.md
25-
- name: Create and manage premium cache with Azure CLI
25+
- name: Create and manage a premium cache with Azure CLI
2626
href: ../azure-cache-for-redis/scripts/create-manage-premium-cache-cluster.md
2727
- name: Create Redis cache - Bicep
2828
displayName: ARM, Resource Manager, Template
@@ -67,8 +67,6 @@ items:
6767
href: how-to-upgrade.md
6868
- name: Save with reservations
6969
href: reserved-pricing.md
70-
- name: Migrate to Azure Redis from other caches
71-
href: /migrate/migration-guide.md
7270
- name: Planning FAQs
7371
href: planning-faq.yml
7472
- name: Redis modules
@@ -171,12 +169,8 @@ items:
171169
href: how-to-persistence.md
172170
- name: Set up Enterprise active geo-replication
173171
href: how-to-active-geo-replication.md
174-
- name: Configure your cache for high availability
175-
href: high-availability.md
176172
- name: Failover and patching
177173
href: failover.md
178-
- name: Migrate to availability zone support
179-
href: ../reliability/migrate-cache-redis.md
180174

181175
- name: Diagnose and troubleshoot
182176
items:

articles/redis/how-to-manage-redis-cache-powershell.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,4 +535,3 @@ For more information about Microsoft Azure Germany, see [Microsoft Azure Germany
535535
* [Azure Cache for Redis cmdlets](/powershell/module/az.rediscache)
536536
* [Azure PowerShell cmdlets](/powershell/module/)
537537
* [PowerShell Community blog](https://devblogs.microsoft.com/powershell-community/)
538-

articles/redis/migrate/migration-guide.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,7 @@ Open-source Redis defines a standard mechanism for taking a snapshot of a cache'
6161
6262
General steps to implement this option are:
6363

64-
<!-- cawa - remove reference to premium tier -->
65-
1. Create a new Azure Managed Redis instance in the premium tier that is the same size as (or bigger than) the existing cache.
64+
1. Create a new Azure Managed Redis instance i that is the same size as (or bigger than) the existing cache.
6665

6766
2. Save a snapshot of the existing Redis cache. You can [configure Redis to save snapshots](https://redis.io/topics/persistence) periodically, or run the process manually using the [SAVE](https://redis.io/commands/save) or [BGSAVE](https://redis.io/commands/bgsave) commands. The RDB file is named “dump.rdb” by default and will be located at the path specified in the *redis.conf* configuration file.
6867

@@ -82,7 +81,7 @@ Rather than moving data directly between caches, you may use your application to
8281

8382
General steps to implement this option are:
8483

85-
1. Create a new Azure Managed Redis instance in the premium tier that is the same size as (or bigger than) the existing cache.
84+
1. Create a new Azure Managed Redis instance that is the same size as (or bigger than) the existing cache.
8685

8786
2. Modify application code to write to both the new and the original instances.
8887

0 commit comments

Comments
 (0)