Skip to content

Commit 3b9157c

Browse files
committed
Update for broken links
1 parent 1f18402 commit 3b9157c

File tree

4 files changed

+5
-36
lines changed

4 files changed

+5
-36
lines changed

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

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,6 @@
238238

239239
- name: Samples
240240
items:
241-
- name: Use Azure Functions triggers and bindings
242-
items:
243-
- name: Create a simple Function app for Redis triggers
244-
href: /azure/redis/tutorial-functions-getting-started
245-
- name: Using Azure Functions to create a write-behind cache
246-
href: /azure/redis/tutorial-write-behind
247241
- name: Use Azure Kubernetes Service with a cache
248242
items:
249243
- name: Connect an AKS application to a cache
@@ -264,10 +258,7 @@
264258
items:
265259
- name: Use ASP.NET core output cache
266260
href: /azure/redis/aspnet-core-output-cache-provider
267-
- name: Use session state provider
268-
href: /azure/redis/aspnet-session-state-provider
269-
- name: Use output cache provider
270-
href: /azure/redis/aspnet-output-cache-provider
261+
271262
- name: Java Spring
272263
items:
273264
- name: Use Spring Boot Initializer
@@ -280,14 +271,6 @@
280271
href: cache-event-grid-quickstart-cli.md
281272
- name: Route events with PowerShell
282273
href: cache-event-grid-quickstart-powershell.md
283-
- name: Create leaderboards
284-
href: /azure/redis/web-app-cache-aside-leaderboard
285-
- name: Create Web App with Redis cache - Bicep
286-
displayName: ARM, Resource Manager, Template
287-
href: /azure/redis/web-app-bicep-with-redis-cache-provision
288-
- name: Create Web App with Redis cache - ARM template
289-
displayName: Resource Manager
290-
href: /azure/redis/web-app-arm-with-redis-cache-provision
291274

292275
- name: Reference
293276
items:

articles/redis/TOC.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -220,13 +220,6 @@ items:
220220
items:
221221
- name: Use Spring Boot Initializer
222222
href: /azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache
223-
- name: Create Web App with Redis cache - Bicep
224-
displayName: ARM, Resource Manager, Template
225-
href: web-app-bicep-with-redis-cache-provision.md
226-
- name: Create Web App with Redis cache - ARM template
227-
displayName: Resource Manager
228-
href: web-app-arm-with-redis-cache-provision.md
229-
230223
- name: Reference
231224
items:
232225
- name: .NET

articles/redis/redis-cache-arm-provision.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,3 @@ $resourceGroupName = Read-Host -Prompt "Enter the resource group name"
160160
Remove-AzResourceGroup -Name $resourceGroupName
161161
Write-Host "Press [ENTER] to continue..."
162162
```
163-
164-
## Related Content
165-
166-
In this tutorial, you learnt how to create an Azure Resource Manager template that deploys an Azure Cache for Redis. To learn how to create an Azure Resource Manager template that deploys an Azure Web App with Azure Cache for Redis, see [Create a Web App plus Azure Cache for Redis using a template](web-app-arm-with-redis-cache-provision.md).

articles/redis/redis-cache-bicep-provision.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ Learn how to use Bicep to deploy a cache using Azure Cache for Redis. After you
2121

2222
## Prerequisites
2323

24-
* **Azure subscription**: If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
25-
* **A storage account**: To create one, see [Create an Azure Storage account](../storage/common/storage-account-create.md?tabs=azure-portal). The storage account is used for diagnostic data. Create the storage account in a new resource group named **exampleRG**.
24+
- **Azure subscription**: If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/) before you begin.
25+
- **A storage account**: To create one, see [Create an Azure Storage account](../storage/common/storage-account-create.md?tabs=azure-portal). The storage account is used for diagnostic data. Create the storage account in a new resource group named **exampleRG**.
2626

2727
## Azure Cache for Redis
2828

@@ -160,9 +160,6 @@ Remove-AzResourceGroup -Name exampleRG
160160

161161
---
162162

163-
## Next steps
163+
## Related content
164164

165-
In this tutorial, you learned how to use Bicep to deploy a cache using Azure Cache for Redis. To learn more about Azure Cache for Redis and Bicep, see the articles below:
166-
167-
* Learn more about [Azure Cache for Redis](../azure-cache-for-redis/cache-overview.md).
168-
* Learn more about [Bicep](../../articles/azure-resource-manager/bicep/overview.md).
165+
- Learn more about [ARM templates](/azure/azure-resource-manager/templates/overview)

0 commit comments

Comments
 (0)