Skip to content

Commit fc18cf2

Browse files
authored
Updated with note on duplicate environment variables
1 parent 6757176 commit fc18cf2

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/13/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, the duplication of the environment variable are not recommended. When multiple environment variables have the same name, the last position of 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)