Skip to content

Commit fa58c5f

Browse files
Merge pull request #311012 from v-albemi/serverless-containers
Freshness Edit: Azure Container Apps
2 parents 6edb703 + 54b27f6 commit fa58c5f

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

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

1212
# Use serverless containers on Azure
1313

14-
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.
14+
Serverless computing provides services that manage and maintain servers, which relieves 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, in addition to reducing costs. When you don't need to manage servers, you can spend your time focusing on your application code.
1515

1616
Container Apps make it easy to manage:
1717

18-
1. **Automatic scaling**: As requests for your applications fluctuate, Container Apps keeps your systems running even during seasons of high demand. Container Apps meets the demand for your app at any level by [automatically creating new copies](scale-app.md) (called replicas) of your container. As demand falls, the runtime removes unneeded replicas on your behalf.
18+
- **Automatic scaling.** As requests for your applications fluctuate, Container Apps keeps your systems running even during seasons of high demand. Container Apps meets the demand for your app at any level by [automatically creating new copies](scale-app.md) (called replicas) of your container. As demand falls, the runtime removes unneeded replicas.
1919

20-
1. **Security**: Application security is enforced throughout many layers. From [authentication and authorization](authentication.md) to [network-level security](networking.md), Container Apps allows you to be explicit about the users and requests allowed into your system.
20+
- **Security.** Application security is enforced throughout many layers. From [authentication and authorization](authentication.md) to [network-level security](networking.md), Container Apps enables you to be explicit about the users and requests allowed into your system.
2121

22-
1. **Monitoring**: Easily monitor your container app's health using [observability tools](observability.md) in Container Apps.
22+
- **Monitoring.** Easily monitor your container app's health by using [observability tools](observability.md) in Container Apps.
2323

24-
1. **Deployment flexibility**: You can deploy from GitHub, Azure DevOps, or from your local machine.
24+
- **Deployment flexibility.** You can deploy from GitHub, Azure DevOps, or your local machine.
2525

26-
1. **Changes**: As your containers evolve, Container Apps catalogs changes as [revisions](revisions.md) to your containers. If you're experiencing a problem with a container, you can easily roll back to an older version.
26+
- **Changes.** As your containers evolve, Container Apps catalogs changes as [revisions](revisions.md) to your containers. If you have a problem with a container, you can easily roll back to an older version.
2727

2828
## Where to go next
2929

30-
Use the following table to help you get acquainted with Azure Container Apps.
30+
Use the following resources to get acquainted with Container Apps.
3131

3232
| Action | Description |
3333
|---|---|
34-
| [Build the app](quickstart-portal.md) | Deploy your first app, then create an event driven app to process a message queue. |
35-
| [Scale the app](scale-app.md) | Learn how Containers Apps handles meeting variable levels of demand. |
36-
| [Enable public access](ingress-overview.md) | Enable ingress on your container app to accept request from the public web. |
37-
| [Observe app behavior](observability.md) | Use log streaming, your apps console, application logs, and alerts to observe the state of your container app. |
38-
| [Configure the virtual network](networking.md) | Learn to set up your virtual network to secure your containers and communicate between applications. |
39-
| [Run a process that executes and exits](jobs.md) | Find out how jobs can help you run tasks that have finite beginning and end. |
34+
| [Build the app](quickstart-portal.md) | Deploy your first app, and then create an event-driven app to process a message queue. |
35+
| [Scale the app](scale-app.md) | Learn how Container Apps handles meeting variable levels of demand. |
36+
| [Enable public access](ingress-overview.md) | Enable ingress on your container app to accept requests from the public web. |
37+
| [Observe app behavior](observability.md) | Use log streaming, your app's console, application logs, and alerts to observe the state of your container app. |
38+
| [Configure the virtual network](networking.md) | Set up your virtual network to secure your containers and communicate between applications. |
39+
| [Run a process that executes and exits](jobs.md) | Learn how jobs can help you run tasks that have a finite beginning and end. |

0 commit comments

Comments
 (0)