|
1 | 1 | --- |
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. |
4 | 4 | services: container-apps |
5 | 5 | author: craigshoemaker |
6 | 6 | ms.service: azure-container-apps |
7 | 7 | ms.topic: conceptual |
8 | | -ms.date: 11/30/2023 |
| 8 | +ms.date: 01/28/2026 |
9 | 9 | ms.author: cshoe |
10 | 10 | --- |
11 | 11 |
|
12 | 12 | # Use serverless containers on Azure |
13 | 13 |
|
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. |
15 | 15 |
|
16 | 16 | Container Apps make it easy to manage: |
17 | 17 |
|
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. |
19 | 19 |
|
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. |
21 | 21 |
|
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. |
23 | 23 |
|
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. |
25 | 25 |
|
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. |
27 | 27 |
|
28 | 28 | ## Where to go next |
29 | 29 |
|
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. |
31 | 31 |
|
32 | 32 | | Action | Description | |
33 | 33 | |---|---| |
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