Skip to content

Commit f9257d1

Browse files
authored
Merge pull request #240117 from craigshoemaker/aca/getting-started
[Container Apps] Get started (New article)
2 parents 1ac658f + d87c35a commit f9257d1

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

articles/container-apps/TOC.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
href: code-to-cloud-options.md
1313
- name: Overview
1414
items:
15+
- name: Start here
16+
href: start.md
1517
- name: What's new
1618
href: whats-new.md
1719
- name: Plans
@@ -259,7 +261,7 @@
259261
href: quotas.md
260262
- name: API docs and reference
261263
items:
262-
- name: ARM and YAML specifications
264+
- name: ARM & YAML specifications
263265
href: azure-resource-manager-api-spec.md
264266
- name: Azure CLI
265267
href: /cli/azure/containerapp?view=azure-cli-latest&preserve-view=true

articles/container-apps/start.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: Get started with Azure Container Apps
3+
description: First steps in working Azure Container Apps
4+
services: container-apps
5+
author: craigshoemaker
6+
ms.service: container-apps
7+
ms.topic: conceptual
8+
ms.date: 08/30/2023
9+
ms.author: cshoe
10+
---
11+
12+
# Get started with Azure Container Apps
13+
14+
Azure Container Apps is a fully managed environment that enables you to run containerized applications and microservices on a serverless platform. Container Apps simplifies the process of deploying, running, and scaling applications packaged as containers in the Azure ecosystem.
15+
16+
Get started with Azure Container Apps by exploring the following resources.
17+
18+
## Resources
19+
20+
| Action | Resource |
21+
|---|---|
22+
| Deploy your first container app |[From an existing image](quickstart-portal.md)<br>• [From code on your machine](deploy-visual-studio-code.md) |
23+
| Define scale rules |[Scale an app](scale-app.md) |
24+
| Set up ingress |[Set up ingress](ingress-how-to.md) |
25+
| Add a custom domain |[With a free certificate](custom-domains-managed-certificates.md)<br>• [With an existing certificate](custom-domains-certificates.md)|
26+
| Run tasks for a finite duration |[Create a job](jobs-get-started-cli.md) |
27+
| Review best practices |[Custom virtual network](vnet-custom.md)<br>• [Enable authentication](authentication.md)<br>• [Manage revisions](revisions-manage.md) |
28+
29+
## Next steps
30+
31+
> [!div class="nextstepaction"]
32+
> [Deploy your first container app](get-started.md)

0 commit comments

Comments
 (0)