Skip to content

Commit d241056

Browse files
committed
addressed warning; added brief description of functions integration with ACA
1 parent 27b8afd commit d241056

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/azure-functions/durable/durable-functions-mssql-container-apps-hosting.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ ms.date: 05/06/2025
66
---
77

88
# Host a Durable Functions app in Azure Container Apps
9+
Azure Functions provides integrated support for developing, deploying, and managing containerized Function Apps on Azure Container Apps. Use Azure Container Apps for your Functions apps when you need to run in the same environment as other microservices, APIs, websites, workflows, or any container hosted programs. Learn more about [running Azure Functions in Container Apps](../../container-apps/functions-overview.md).
910

10-
>[!NOTE] While Durable Functions supports several [storage providers](./durable-functions-storage-providers.md) or *backends*, autoscaling apps hosted in Azure Container Apps is only available with the [Microsoft SQL (MSSQL) backend](../../container-apps/functions-overview.md.md#event-driven-scaling). If another backend is used, you have to set minimum replica count to great than zero.
11+
>[!NOTE] While Durable Functions supports several [storage providers](./durable-functions-storage-providers.md) or *backends*, autoscaling apps hosted in Azure Container Apps is only available with the [Microsoft SQL (MSSQL) backend](../../container-apps/functions-overview.md#event-driven-scaling). If another backend is used, you have to set minimum replica count to great than zero.
1112
1213
In this article, you learn how to:
1314

articles/container-apps/functions-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ All Functions triggers are available in your containerized Functions app. Howeve
4848
- Azure Blob Storage (Event Grid based)
4949
- Azure Queue Storage
5050
- Azure Service Bus
51-
- Durable Functions (MSSQL storage provider)
51+
- [Durable Functions (MSSQL storage provider)](../azure-functions/durable/durable-functions-mssql-container-apps-hosting.md)
5252
- HTTP
5353
- Kafka
5454
- Timer

0 commit comments

Comments
 (0)