Skip to content

Commit ddbd9d5

Browse files
Merge pull request #270973 from craigshoemaker/patch-4
[Container Apps] Update: Azure Cache for Redis tutorial
2 parents 2c65acc + 706ba6c commit ddbd9d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/container-apps/connect-services.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Tutorial: Connect services in Azure Container Apps (preview)'
2+
title: 'Tutorial: Connect to an Azure Cache for Redis service in Azure Container Apps (preview)'
33
description: Connect a service in development and then promote to production in Azure Container Apps.
44
services: container-apps
55
author: craigshoemaker
@@ -10,15 +10,15 @@ ms.date: 06/13/2023
1010
ms.author: cshoe
1111
---
1212

13-
# Tutorial: Connect services in Azure Container Apps (preview)
13+
# Tutorial: Connect to an Azure Cache for Redis service in Azure Container Apps (preview)
1414

1515
Azure Container Apps allows you to connect to services that support your app that run in the same environment as your container app.
1616

1717
When in development, your application can quickly create and connect to [dev services](services.md). These services are easy to create and are development-grade services designed for nonproduction environments.
1818

1919
As you move to production, your application can connect production-grade managed services.
2020

21-
This tutorial shows you how to connect both dev and production grade services to your container app.
21+
This tutorial shows you how to connect both dev and production grade Azure Cache for Redis service to your container app.
2222

2323
In this tutorial, you learn to:
2424

0 commit comments

Comments
 (0)