Skip to content

Commit c719998

Browse files
Merge pull request #302577 from niteshj11/njACAGetStarted
Update getting started docs for ACA to include Functions
2 parents 01bff5e + b1b1f19 commit c719998

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

articles/container-apps/compare-options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ There's no perfect solution for every use case and every team. The following exp
3333
* Supports Kubernetes-style apps and microservices with features like [service discovery](connect-apps.md) and [traffic splitting](revisions.md).
3434
* Enables event-driven application architectures by supporting scale based on traffic and pulling from [event sources like queues](scale-app.md), including [scale to zero](scale-app.md).
3535
* Supports running on demand, scheduled, and event-driven [jobs](jobs.md).
36+
* Enables running [Azure Functions](../container-apps/functions-overview.md) for [event-driven scenarios](../azure-functions/functions-scenarios.md) using triggers, bindings and automatic scaling.
3637

3738
Azure Container Apps doesn't provide direct access to the underlying Kubernetes APIs. If you require access to the Kubernetes APIs and control plane, you should use [Azure Kubernetes Service](/azure/aks/intro-kubernetes). However, if you would like to build Kubernetes-style applications and don't require direct access to all the native Kubernetes APIs and cluster management, Container Apps provides a fully managed experience based on best-practices. For these reasons, many teams prefer to start building container microservices with Azure Container Apps.
3839

articles/container-apps/index.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ landingContent:
5151
url: observability.md
5252
- text: Jobs
5353
url: jobs.md
54+
- text: Azure Functions
55+
url: functions-overview.md
5456
- title: Common tasks
5557
linkLists:
5658
- linkListType: how-to-guide
@@ -69,6 +71,8 @@ landingContent:
6971
url: vnet-custom.md
7072
- text: Quotas
7173
url: quotas.md
74+
- text: Create a Functions app
75+
url: functions-usage.md
7276
- linkListType: concept
7377
links:
7478
- text: What's new in Dapr?

articles/container-apps/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ With Azure Container Apps, you can:
4949

5050
- [**Run jobs**](jobs.md) on-demand, on a schedule, or based on events.
5151

52-
- Add [**Azure Functions**](../container-apps/functions-overview.md) and [**Azure Spring Apps**](https://aka.ms/asaonaca) to your Azure Container Apps environment.
52+
- [**Run Azure Functions**](../container-apps/functions-overview.md) for [event-driven scenarios](../azure-functions/functions-scenarios.md) using triggers, bindings and automatic scaling.
53+
54+
- Add [**Azure Spring Apps**](https://aka.ms/asaonaca) to your Azure Container Apps environment.
5355

5456
- [**Use specialized hardware**](plans.md) for access to increased compute resources.
5557

articles/container-apps/quickstart-portal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ In the *Basics* tab, do the following actions.
4747
| Subscription | Select your Azure subscription. |
4848
| Resource group | Select **Create new** and enter **my-container-apps**. |
4949
| Container app name | Enter **my-container-app**. |
50+
| Optimize for Azure Functions | Leave the checkbox unchecked. Select it only if you want to [create a Functions app](../container-apps/functions-usage.md). |
5051
| Deployment source | Select **Container image**. |
5152

5253
1. Enter the following values in the "Container Apps Environment" section.

0 commit comments

Comments
 (0)