Skip to content

Commit 29563bc

Browse files
Merge pull request #286729 from LianaAdaza/duplicate-env-variables-note
[container-apps] Updated with note on duplicate environment variables
2 parents d4ba245 + 39b0eb7 commit 29563bc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/container-apps/environment-variables.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: fred-cardoso
66
ms.service: azure-container-apps
77
ms.custom: devx-track-azurecli, devx-track-azurepowershell
88
ms.topic: how-to
9-
ms.date: 04/10/2024
9+
ms.date: 09/16/2024
1010
ms.author: fredcardoso
1111
---
1212

@@ -19,6 +19,9 @@ These environment variables are loaded onto your Container App during runtime.
1919

2020
You can configure the Environment Variables upon the creation of the Container App or later by creating a new revision.
2121

22+
> [!NOTE]
23+
> To avoid confusion, it is not recommended to duplicate environment variables. When multiple environment variables have the same name, the last one in the list takes effect.
24+
2225
### [Azure portal](#tab/portal)
2326

2427
If you're creating a new Container App through the [Azure portal](https://portal.azure.com), you can set up the environment variables on the Container section:

0 commit comments

Comments
 (0)