Skip to content

Commit e27ef0e

Browse files
authored
Update functions-reference-java.md
1 parent dd6bc62 commit e27ef0e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/azure-functions/functions-reference-java.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,11 @@ In the [Azure portal](https://portal.azure.com), use the [Application Settings t
128128

129129
You can use the [az functionapp config appsettings set](/cli/azure/functionapp/config/appsettings) command to set `JAVA_OPTS`, as in the following example:
130130

131-
```azurecli-interactive
132-
az functionapp config appsettings set --name <APP_NAME> \
133-
--resource-group <RESOURCE_GROUP> \
134-
--settings "JAVA_OPTS=-Djava.awt.headless=true"
135-
```
131+
```azurecli-interactive
132+
az functionapp config appsettings set --name <APP_NAME> \
133+
--resource-group <RESOURCE_GROUP> \
134+
--settings "JAVA_OPTS=-Djava.awt.headless=true"
135+
```
136136
This example enables headless mode. Replace `<APP_NAME>` with the name of your function app, and `<RESOURCE_GROUP> ` with the resource group.
137137

138138
> [!WARNING]

0 commit comments

Comments
 (0)