Skip to content

Commit 9744d50

Browse files
authored
Merge pull request #85228 from cephalin/issue#36971
#36971
2 parents eda55a4 + 7285d04 commit 9744d50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/app-service/configure-common.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ This topic explains how to configure common settings for web apps, mobile back e
2525

2626
## Configure app settings
2727

28-
In App Service, you use app settings like environment variables. In the [Azure portal], navigate to your app's management page. In the app's left menu, click **Configuration** > **Application settings**.
28+
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.
29+
30+
In the [Azure portal], navigate to your app's management page. In the app's left menu, click **Configuration** > **Application settings**.
2931

3032
![Application Settings](./media/configure-common/open-ui.png)
3133

0 commit comments

Comments
 (0)