Skip to content

Commit d58cf3b

Browse files
Minor fix.
1 parent 9af45be commit d58cf3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Enables your function app to use native Azure SDK types in bindings.
516516
|---|------------|
517517
|JAVA_ENABLE_SDK_TYPES|`true`|
518518

519-
For more information, see [SDK types](functions-reference-java.md#sdk-types) in the Java reference article
519+
For more information, see [SDK types](functions-reference-java.md#sdk-types) in the Java reference article.
520520

521521
## JAVA_OPTS
522522

@@ -841,7 +841,7 @@ Indicates whether the `/home` directory is shared across scaled instances, with
841841

842842
## App Service site settings
843843

844-
Some configurations must be maintained at the App Service level as site settings, such as language versions. These settings are managed in the Azure portal, by using REST APIs, or by using Azure CLI or Azure PowerShell. The following are site settings that could be required, depending on your runtime language, OS, and versions:
844+
Some configurations must be maintained at the App Service level as site settings, such as language versions. These settings are managed in the Azure portal, by using REST APIs, or by using Azure CLI or Azure PowerShell. The following are site settings that could be required, depending on your runtime language, OS, and versions.
845845

846846
## AcrUseManagedIdentityCreds
847847

0 commit comments

Comments
 (0)