Skip to content

Commit a28b558

Browse files
committed
fixed ACRE links
1 parent bd14068 commit a28b558

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

articles/azure-cache-for-redis/cache-how-to-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ In the **Basic, Standard, and Premium** tiers, the OS disk is encrypted by defau
7777

7878
### Use the portal to create a new cache with CMK enabled
7979

80-
1. Sign in to the [Azure portal](https://portal.azure.com) and start the [Create a Redis Enterprise cache](quickstart-create-redis-enterprise.md) quickstart guide.
80+
1. Create a Redis Enterprise cache.
8181

8282
1. On the **Advanced** page, go to the section titled **Customer-managed key encryption at rest** and enable the **Use a customer-managed key** option.
8383

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ With AOF persistence, write operations to the cache save to the named storage ac
152152
>[!NOTE]
153153
>You can also add persistence to a previously created cache by navigating to **Advanced settings** under **Settings** in the left navigation menu for your cache.
154154
155-
1. To create an Enterprise-level cache in the [Azure portal](https://portal.azure.com), follow the instructions in the [Enterprise tier quickstart guide](quickstart-create-redis-enterprise.md).
156-
157155
1. When you fill out the **Advanced** tab, select either **RDB** or **AOF** persistence for **Backup file** under **(PREVIEW) Data Persistence**.
158156

159157
1. Set the **Backup Frequency**.
@@ -165,7 +163,6 @@ With AOF persistence, write operations to the cache save to the named storage ac
165163
166164
:::image type="content" source="media/cache-how-to-premium-persistence/cache-advanced-persistence.png" alt-text="Screenshot that shows the Enterprise tier Advanced tab and Data persistence is highlighted with a red box.":::
167165

168-
1. Finish creating the cache by following the rest of the instructions in the [Enterprise tier quickstart guide](quickstart-create-redis-enterprise.md).
169166

170167
---
171168

articles/azure-cache-for-redis/cache-how-to-redis-cli-tool.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,5 @@ While the redis-cli is a useful tool, you can also use the following other metho
122122

123123
## Related content
124124

125-
Get started by creating a [new Enterprise-tier cache](quickstart-create-redis-enterprise.md).
125+
- Azure CLI using [az redis list-keys](/cli/azure/redis#az-redis-list-keys)
126+
- Azure PowerShell using [Get-AzRedisCacheKey](/powershell/module/az.rediscache/Get-AzRedisCacheKey)

articles/azure-cache-for-redis/cache-moving-resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Open-source Redis defines a standard mechanism for taking a snapshot of a cache'
161161

162162
### Prepare
163163

164-
To move your cache instance to another region, you'll need to create [a second premium cache instance](quickstart-create-redis.md) or [a second enterprise cache instance](quickstart-create-redis-enterprise.md) in the desired region.
164+
To move your cache instance to another region, you'll need to create [a second premium cache instance](quickstart-create-redis.md) in the desired region.
165165

166166
### Move
167167

articles/azure-cache-for-redis/cache-overview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ Azure Cache for Redis is continually expanding into new regions. To check the av
110110
## Related content
111111

112112
- [Create an open-source Redis cache](quickstart-create-redis.md)
113-
- [Create a Redis Enterprise cache](quickstart-create-redis-enterprise.md)
114113
- [Use Azure Cache for Redis in an ASP.NET web app](../redis/web-app-cache-howto.md)
115114
- [Use Azure Cache for Redis in .NET Core](../redis/dotnet-core-quickstart.md)
116115
- [Use Azure Cache for Redis in .NET Framework](../redis/dotnet-how-to-use-azure-redis-cache.md)

0 commit comments

Comments
 (0)