Skip to content

Commit 9e7cf45

Browse files
Merge pull request #259976 from craigshoemaker/aca/start-updates-1130
[Container Apps] Update start page positioning
2 parents 2a936cf + cd6122a commit 9e7cf45

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/container-apps/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
href: overview.md
99
- name: Introduction to containers
1010
href: start-containers.md
11-
- name: Introduction to serverless containers
11+
- name: Use serverless containers
1212
href: start-serverless-containers.md
1313
- name: Quickstarts
1414
items:

articles/container-apps/start-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 11/14/2023
8+
ms.date: 11/30/2023
99
ms.author: cshoe
1010
---
1111

@@ -40,4 +40,4 @@ Containers package your applications in an easy-to-transport unit. Here are a fe
4040
- **Simplicity**: Moving shipping containers requires specific, yet standardized tools. Similarly, Azure Container Apps simplifies how you use containers, which allows you focus on app development without worrying about the details of container management.
4141

4242
> [!div class="nextstepaction"]
43-
> [Build your first app using a container](quickstart-portal.md)
43+
> [Use serverless containers](start-serverless-containers.md)

articles/container-apps/start-serverless-containers.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Introduction to serverless containers on Azure
3-
description: Get started with serverless containers on Azure with Azure Container Apps
2+
title: Using serverless containers on Azure
3+
description: Get started using serverless containers on Azure with Azure Container Apps
44
services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: conceptual
8-
ms.date: 11/14/2023
8+
ms.date: 11/30/2023
99
ms.author: cshoe
1010
---
1111

12-
# Introduction to serverless containers on Azure
12+
# Use serverless containers on Azure
1313

1414
Serverless computing offers services that manage and maintain servers, which relieve you of the burden of physically operating servers yourself. Azure Container Apps is a serverless platform that handles scaling, security, and infrastructure management for you - all while reducing costs. Once freed from server-related concerns, you're able to spend your time focusing on your application code.
1515

@@ -31,7 +31,7 @@ Use the following table to help you get acquainted with Azure Container Apps.
3131

3232
| Action | Description |
3333
|---|---|
34-
| [Build the app](quickstart-code-to-cloud.md) | Deploy your first app, then create an event driven app to process a message queue. |
34+
| [Build the app](quickstart-portal.md) | Deploy your first app, then create an event driven app to process a message queue. |
3535
| [Scale the app](scale-app.md) | Learn how Containers Apps handles meeting variable levels of demand. |
3636
| [Enable public access](ingress-overview.md) | Enable ingress on your container app to accept request from the public web. |
3737
| [Observe app behavior](observability.md) | Use log streaming, your apps console, application logs, and alerts to observe the state of your container app. |

0 commit comments

Comments
 (0)