Skip to content

Commit c8da9e2

Browse files
committed
fix broken links
1 parent 6fdeed6 commit c8da9e2

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

articles/api-management/azure-openai-enable-semantic-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Enable semantic caching of responses to Azure OpenAI API requests to reduce band
2727
* Chat Completion API - Deployment used for API consumer calls
2828
* Embeddings API - Deployment used for semantic caching
2929
* The API Management instance must be configured to use managed identity authentication to the Azure OpenAI APIs. For more information, see [Authenticate and authorize access to Azure OpenAI APIs using Azure API Management ](api-management-authenticate-authorize-azure-openai.md#authenticate-with-managed-identity).
30-
* An [Azure Cache for Redis Enterprise](../azure-cache-for-redis/quickstart-create-redis-enterprise.md) or [Azure Managed Redis](../redis/quickstart-create-managed-redis.md) instance. The **RediSearch** module must be enabled on the Redis cache.
30+
* An [Azure Managed Redis](../redis/quickstart-create-managed-redis.md) instance. The **RediSearch** module must be enabled on the Redis cache.
3131
> [!NOTE]
3232
> You can only enable the **RediSearch** module when creating a new Azure Redis Enterprise or Azure Managed Redis cache. You can't add a module to an existing cache. [Learn more](../redis/redis-modules.md)
3333
* External cache configured in the Azure API Management instance. For steps, see [Use an external Redis-compatible cache in Azure API Management](api-management-howto-cache-external.md).

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,11 @@
440440
"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
443+
},
444+
{
445+
"source_path_from_root": "articles/azure-cache-for-redis/quickstart-create-redis-enterprise.md",
446+
"redirect_url": "/azure/redis/quickstart-create-managed-redis",
447+
"redirect_document_id": false
443448
}
444449
]
445450
}

articles/azure-cache-for-redis/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
items:
1414
- name: Create an Azure Cache for Redis instance in the Basic, Standard and Premium tiers
1515
href: quickstart-create-redis.md
16-
- name: Create an Azure Cache for Redis instance in the Enterprise tiers
17-
href: quickstart-create-redis-enterprise.md
1816
- name: Create and manage with Azure PowerShell
1917
href: /azure/redis/how-to-manage-redis-cache-powershell
2018
- name: Create and manage with Azure CLI

articles/azure-cache-for-redis/quickstart-create-redis.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,5 @@ You need an Azure subscription before you begin. If you don't have one, create a
2525

2626
## Related content
2727

28-
- [Create a Redis Enterprise cache](quickstart-create-redis-enterprise.md)
2928
- [Create an Azure Managed Redis instance (preview)](../redis/quickstart-create-managed-redis.md)
3029
- [Create an ASP.NET web app that uses Azure Cache for Redis.](../redis/web-app-cache-howto.md)

0 commit comments

Comments
 (0)