Skip to content

Commit 54b27f6

Browse files
Apply suggestions from code review
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 64522ad commit 54b27f6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ Serverless computing provides services that manage and maintain servers, which r
1515

1616
Container Apps make it easy to manage:
1717

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.
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-
**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.
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-
**Monitoring.** Easily monitor your container app's health by 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-
**Deployment flexibility.** You can deploy from GitHub, Azure DevOps, or your local machine.
24+
- **Deployment flexibility.** You can deploy from GitHub, Azure DevOps, or your local machine.
2525

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.
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

0 commit comments

Comments
 (0)