Skip to content

Commit 6fdeed6

Browse files
committed
Fixed AMR links
1 parent a28b558 commit 6fdeed6

File tree

5 files changed

+6
-7
lines changed

5 files changed

+6
-7
lines changed

articles/redis/aspnet-core-output-cache-provider.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ You can use the output caching middleware in all types of ASP.NET Core apps: min
3131
- [Download](https://dotnet.microsoft.com/download/dotnet/8.0) and install .NET 8 SDK or later.
3232
- [Download](https://code.visualstudio.com/download) and install Visual Studio Code.
3333
- Create an Azure Cache for Redis instance. For more information, see:
34-
- [Quickstart: Create an open-source Redis cache](../azure-cache-for-redis/quickstart-create-redis.md)
35-
- [Quickstart: Create a Redis Enterprise cache](../azure-cache-for-redis/quickstart-create-redis-enterprise.md)
34+
- [Quickstart: Create a Redis cache](../azure-cache-for-redis/quickstart-create-redis.md)
35+
3636

3737
For an end-to-end application that uses Redis output caching, see [.NET 8 Web Application with Redis Output Caching and Azure OpenAI](https://github.com/Azure-Samples/azure-cache-redis-samples/tree/main/tutorial/output-cache-open-ai).
3838

articles/redis/how-to-import-export-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ No, these settings on storage accounts are not supported.
181181

182182
### Can I import or export data from a storage account in a different subscription than my cache?
183183

184-
You can import and export data from a storage account in a different subscription than your cache, but you must use [managed identity](managed-identity) as the authentication method. You will need to select the chosen subscription holding the storage account when configuring the import or export.
184+
You can import and export data from a storage account in a different subscription than your cache, but you must use managed identity as the authentication method. You need to select the chosen subscription holding the storage account when configuring the import or export.
185185

186186
### Which permissions need to be granted to the storage account container shared access signature (SAS) token to allow export?
187187

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ To create an Azure Cache for Redis Basic, Standard, or Premium cache by using Az
141141
You can use the Azure CLI script in this section to create an Azure Cache for Redis Basic cache with default settings. You can also use the following other methods to create a cache:
142142

143143
- [Azure portal (Basic, Standard, or Premium)](../../azure-cache-for-redis/quickstart-create-redis.md)
144-
- [Azure portal (Enterprise)](../../azure-cache-for-redis/quickstart-create-redis-enterprise.md)
145144
- [Azure PowerShell](../how-to-manage-redis-cache-powershell.md?pivots=azure-cache-redis)
146145
- [ARM template](../redis-cache-arm-provision.md#azure-cache-for-redis)
147146
- [Bicep template](../redis-cache-bicep-provision.md#azure-cache-for-redis)

articles/redis/tutorial-semantic-cache.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ In this tutorial, you learn how to:
4444

4545
- An Azure OpenAI resource with the **text-embedding-ada-002 (Version 2)** and **gpt-35-turbo-instruct** models deployed. These models are currently only available in [certain regions](/azure/ai-services/openai/concepts/models#model-summary-table-and-region-availability). See the [resource deployment guide](/azure/ai-services/openai/how-to/create-resource) for instructions on how to deploy the models.
4646

47-
## Create an Azure Cache for Redis instance
47+
## Create an Azure Managed Redis instance
4848

49-
Follow the [Quickstart: Create a Redis Enterprise cache](../azure-cache-for-redis/quickstart-create-redis-enterprise.md) guide. On the **Advanced** page, make sure that you added the **RediSearch** module and chose the **Enterprise** Cluster Policy. All other settings can match the default described in the quickstart.
49+
Follow the [Quickstart: Create an Azure Managed Redis Instance](quickstart-create-managed-redis.md) guide. On the **Advanced** page, make sure that you added the **RediSearch** module and chose the **Enterprise** Cluster Policy. All other settings can match the default described in the quickstart.
5050

5151
It takes a few minutes for the cache to create. You can move on to the next step in the meantime.
5252

articles/redis/tutorial-vector-similarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In this tutorial, you learn how to:
4747

4848
## Create an Azure Managed Redis Instance
4949

50-
1. Follow the [Quickstart](create-manage-cache) guide to create a cache, but make sure you add the RedisSearch module at create time.
50+
1. Follow the [Quickstart: Create an Azure Managed Redis Instance](quickstart-create-managed-redis.md) guide to create a cache, but make sure you add the RedisSearch module at create time.
5151

5252
1. On the **Advanced** page, make sure that you've added the **RediSearch** module and have chosen the **Enterprise** Cluster Policy. All other settings can match the default described in the quickstart.
5353

0 commit comments

Comments
 (0)