Skip to content

Commit 3cdb2d2

Browse files
authored
PR review edit
1 parent d0e0744 commit 3cdb2d2

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. App setting names cannot contain periods ("."), if an app setting contains a period it will be replaced with an underscore in the container.
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)