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/container-apps/migrate-functions.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
---
2
2
title: Migrate to Azure Functions v2 on Azure Container Apps
3
+
ms.reviewer: cshoe
3
4
description: Learn how to migrate Azure Functions from the legacy v1 model to the recommended v2 model on Azure Container Apps.
4
5
services: container-apps
5
6
author: craigshoemaker
6
7
ms.service: azure-container-apps
7
8
ms.topic: how-to
8
-
ms.date: 11/07/2025
9
+
ms.date: 11/17/2025
9
10
ms.author: cshoe
10
11
---
11
12
@@ -39,7 +40,7 @@ When you move to v2 you simplify management, unlock native features, and align w
39
40
40
41
## Limitations of Functions v1
41
42
42
-
Functions v1 on Azure Container Apps has several limitations that can affect scalability, management, and feature availability. Understanding these constraints helps clarify the benefits of migrating to the v2 model.
43
+
Functions v1 on Azure Container Apps has several limitations that affect scalability, management, and feature availability. Understanding these constraints helps clarify the benefits of migrating to the v2 model.
43
44
44
45
### Feature gaps
45
46
@@ -113,17 +114,15 @@ Before migrating:
113
114
1. Create or reuse an Azure Container Apps environment.
114
115
1. Deploy a new v2 container app with the same image.
0 commit comments