You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/durable/durable-functions-mssql-container-apps-hosting.md
+8-42Lines changed: 8 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ ms.topic: how-to
5
5
ms.date: 05/06/2025
6
6
---
7
7
8
-
# Host a Durable Functions app in Azure Container Apps (preview)
8
+
# Host a Durable Functions app in Azure Container Apps
9
9
10
-
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. If another backend is used, you need to [manually set up scaling](../functions-container-apps-hosting.md#event-driven-scaling).
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
11
12
12
In this article, you learn how to:
13
13
@@ -78,7 +78,7 @@ Build the Docker image. Find the complete list of supported base images for Azur
78
78
79
79
1. When prompted, log in with your username and password. A "Login Succeeded" message confirms that you're signed in.
80
80
81
-
1. Navigate to the `LocalFunctionProj` project folder.
81
+
1. Navigate to your project root directory.
82
82
83
83
1. Run the following command to build the image, replacing `<DOCKER_ID>` with your Docker Hub account ID:
84
84
@@ -87,7 +87,7 @@ Build the Docker image. Find the complete list of supported base images for Azur
87
87
imageName=IMAGE_NAME>
88
88
imageVersion=v1.0.0
89
89
90
-
docker build --platform linux --tag $dockerId/$imageName:$imageVersion .
The response is the HTTP function's initial result letting you know that the Durable Functions orchestration started successfully. While the response includes a few useful URLs, it doesn't yet display the orchestration's end result.
@@ -348,6 +314,6 @@ Authenticating to the MSSQL database using managed identity isn't supported when
348
314
## Next steps
349
315
350
316
Learn more about:
351
-
- [Azure Container Apps hosting of Azure Functions](../functions-container-apps-hosting.md).
317
+
- [Azure Container Apps hosting of Azure Functions](../../container-apps/functions-overview.md).
352
318
- [MSSQL storage provider](https://microsoft.github.io/durabletask-mssql/) architecture, configuration, and workload behavior.
353
319
- The Azure-managed storage backend, [Durable Task Scheduler](./durable-task-scheduler/durable-task-scheduler.md).
0 commit comments