Skip to content

Commit c265645

Browse files
committed
add clarification to programming model note
1 parent 6bec8bc commit c265645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/python-scale-performance-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ I/O-bound apps may also benefit from increasing the number of worker processes b
102102
The `FUNCTIONS_WORKER_PROCESS_COUNT` applies to each host that Functions creates when scaling out your application to meet demand.
103103

104104
> [!NOTE]
105-
> Multiple Python workers are not supported in V2 at this time. This means that enabling intelligent concurrency and setting `FUNCTIONS_WORKER_PROCESS_COUNT` greater than 1 is not supported for functions developed using the V2 model.
105+
> Multiple Python workers are not supported in version V2 of _the programming model_ at this time. This means that enabling intelligent concurrency and setting `FUNCTIONS_WORKER_PROCESS_COUNT` greater than 1 is not supported for functions developed using the V2 model.
106106
107107
#### Set up max workers within a language worker process
108108

0 commit comments

Comments
 (0)