Skip to content

Commit 20213ed

Browse files
authored
Merge pull request #82342 from JasonFreeberg/patch-20
Address doc issue
2 parents 0f5f8d6 + 3cdb2d2 commit 20213ed

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 can't contain periods (`.`). If an app setting contains a period, the period is 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)