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/functions-reference-java.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,8 +136,7 @@ az functionapp config appsettings set --name <APP_NAME> \
136
136
This example enables headless mode. Replace `<APP_NAME>` with the name of your function app, and `<RESOURCE_GROUP>` with the resource group.
137
137
138
138
> [!WARNING]
139
-
> In the [Consumption plan](functions-scale.md#consumption-plan), you must add the `WEBSITE_USE_PLACEHOLDER` setting with a value of `0`.
140
-
This setting does increase the cold start times for Java functions.
139
+
> In the Consumption plan, you must also add the WEBSITE_USE_PLACEHOLDER setting with a value of 0 for the customization to work. This setting does increase the cold start times for Java functions.
141
140
142
141
## Third-party libraries
143
142
@@ -408,6 +407,9 @@ public class Function {
408
407
409
408
```
410
409
410
+
> [!NOTE]
411
+
> The value of AppSetting FUNCTIONS_EXTENSION_VERSION should be ~2 or ~3 for an optimized cold start experience.
412
+
411
413
## Next steps
412
414
413
415
For more information about Azure Functions Java development, see the following resources:
0 commit comments