You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/connect-services.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
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)'
3
3
description: Connect a service in development and then promote to production in Azure Container Apps.
4
4
services: container-apps
5
5
author: craigshoemaker
@@ -10,15 +10,15 @@ ms.date: 06/13/2023
10
10
ms.author: cshoe
11
11
---
12
12
13
-
# Tutorial: Connect services in Azure Container Apps (preview)
13
+
# Tutorial: Connect to an Azure Cache for Redis service in Azure Container Apps (preview)
14
14
15
15
Azure Container Apps allows you to connect to services that support your app that run in the same environment as your container app.
16
16
17
17
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.
18
18
19
19
As you move to production, your application can connect production-grade managed services.
20
20
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.
0 commit comments