Skip to content

Commit d0e0744

Browse files
author
Jason Freeberg
authored
Address doc issue
Fixes #69795
1 parent 5ea55fa commit d0e0744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article explains how to configure common settings for web apps, mobile back
1414

1515
## Configure app settings
1616

17-
In App Service, app settings are variables passed as environment variables to the application code. For Linux apps and custom containers, App Service passes app settings to the container using the `--env` flag to set the environment variable in the container. In either case, they're injected into your app environment at app startup. When you add, remove, or edit app settings, App Service triggers an app restart.
17+
In App Service, app settings are variables passed as environment variables to the application code. For Linux apps and custom containers, App Service passes app settings to the container using the `--env` flag to set the environment variable in the container. In either case, they're injected into your app environment at app startup. When you add, remove, or edit app settings, App Service triggers an app restart. App setting names cannot contain periods ("."), if an app setting contains a period it will be replaced with an underscore in the container.
1818

1919
In the [Azure portal], search for and select **App Services**, and then select your app.
2020

0 commit comments

Comments
 (0)