Skip to content

Commit 679d21d

Browse files
committed
fixed link, date
1 parent 32c75ed commit 679d21d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/azure-cache-for-redis/cache-tutorial-functions-getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ author: flang-msft
66
ms.author: franlanglois
77
ms.service: cache
88
ms.topic: tutorial
9-
ms.date: 08/15/2023
10-
#CustomerIntent: As a developer, I want a introcutory example of using Azure Cache for Redis triggers with Azure Functions so that I can understand how to use the functions with a Redis cache.
9+
ms.date: 08/24/2023
10+
#CustomerIntent: As a developer, I want a introductory example of using Azure Cache for Redis triggers with Azure Functions so that I can understand how to use the functions with a Redis cache.
1111

1212
---
1313

@@ -49,7 +49,7 @@ Creating the cache can take a few minutes. You can move to the next section whil
4949

5050
1. Create a new local folder on your computer to hold the project that you're building. This tutorial uses _RedisAzureFunctionDemo_ as an example.
5151

52-
1. On the **Azure** tab, create a new function app by selecting the lightning bolt icon in the upper right of the **Workspace** tab.
52+
1. On the **Azure** tab, create a new function app by selecting the lightning bolt icon in the upper right of the **Workspace** tab.
5353

5454
1. Select **Create function...**.
5555

articles/azure-cache-for-redis/cache-tutorial-write-behind.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: flang-msft
66
ms.author: franlanglois
77
ms.service: cache
88
ms.topic: tutorial
9-
ms.date: 08/15/2023
9+
ms.date: 08/24/2023
1010
#CustomerIntent: As a developer, I want a practical example of using Azure Cache for Redis triggers with Azure Functions so that I can write applications that tie together a Redis cache and a database like Azure SQL.
1111

1212
---
@@ -40,7 +40,7 @@ In this tutorial, you learn how to:
4040

4141
The SQL database is the backing database for this example. You can create a SQL database through the Azure portal or through your preferred method of automation.
4242

43-
For more information on creating a SQL database, see [Quickstart: Create a single database - Azure SQL Database](../azure/azure-sql/database/single-database-create-quickstart.md).
43+
For more information on creating a SQL database, see [Quickstart: Create a single database - Azure SQL Database](../azure-sql/database/single-database-create-quickstart.md).
4444

4545
This example uses the portal:
4646

0 commit comments

Comments
 (0)