Skip to content

Commit e94053c

Browse files
Merge pull request #301736 from flang-msft/fxl---remove-azure-functions-tutorial
Fxl---remove azure functions tutorial
2 parents 8f426a5 + 90f2b9e commit e94053c

File tree

5 files changed

+10
-711
lines changed

5 files changed

+10
-711
lines changed

articles/azure-functions/TOC.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -668,12 +668,6 @@
668668
items:
669669
- name: Azure Cosmos DB - portal
670670
href: functions-integrate-store-unstructured-data-cosmosdb.md
671-
- name: Azure Cache for Redis
672-
items:
673-
- name: Get started with VS Code
674-
href: ../redis/tutorial-functions-getting-started.md?toc=%2fazure%2fazure-functions%2ftoc.json
675-
- name: Create a write-behind cache
676-
href: ../redis/tutorial-write-behind.md?toc=%2fazure%2fazure-functions%2ftoc.json
677671
- name: Storage
678672
items:
679673
- name: Azure portal

articles/redis/.openpublishing.redirection.redis.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
"source_path_from_root": "/articles/redis/rust-get-started.md",
2626
"redirect_url": "https://github.com/Azure-Samples/azure-redis-cache-rust-quickstart/",
2727
"redirect_document_id": false
28+
},
29+
{
30+
"source_path_from_root": "/articles/redis/tutorial-functions-getting-started.md",
31+
"redirect_url": "/azure/azure-functions/functions-bindings-cache",
32+
"redirect_document_id": false
33+
},
34+
{
35+
"source_path_from_root": "/articles/redis/tutorial-write-behind.md",
36+
"redirect_url": "/azure/azure-functions/functions-bindings-cache",
37+
"redirect_document_id": false
2838
}
2939
]
3040
}

articles/redis/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ landingContent:
5959
url: aspnet-output-cache-provider.md
6060
- text: Use Redis as a semantic cache
6161
url: tutorial-semantic-cache.md
62-
- text: Use Redis triggers and bindings with Azure Functions
63-
url: tutorial-functions-getting-started.md
6462
- text: Use Spring Boot Initializer
6563
url: /azure/developer/java/spring-framework/configure-spring-boot-initializer-java-app-with-redis-cache
6664
- title: Azure Managed Redis Fundamentals

0 commit comments

Comments
 (0)