Skip to content

Commit ceb8b5e

Browse files
authored
Merge pull request #115831 from mumian/0520-ds-env
add the environment variable size limit
2 parents d869689 + 1d95f9c commit ceb8b5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-resource-manager/templates/deployment-script-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-resource-manager
55
author: mumian
66
ms.service: azure-resource-manager
77
ms.topic: conceptual
8-
ms.date: 05/06/2020
8+
ms.date: 05/20/2020
99
ms.author: jgao
1010

1111
---
@@ -250,6 +250,8 @@ You can control how PowerShell responds to non-terminating errors by using the [
250250

251251
Setting environment variables (EnvironmentVariable) in your container instances allows you to provide dynamic configuration of the application or script run by the container. Deployment script handles non-secured and secured environment variables in the same way as Azure Container Instance. For more information, see [Set environment variables in container instances](../../container-instances/container-instances-environment-variables.md#secure-values).
252252

253+
The max allowed size for environment variables is 64KB.
254+
253255
## Debug deployment scripts
254256

255257
The script service creates a [storage account](../../storage/common/storage-account-overview.md) (unless you specify an existing storage account) and a [container instance](../../container-instances/container-instances-overview.md) for script execution. If these resources are automatically created by the script service, both resources have the **azscripts** suffix in the resource names.

0 commit comments

Comments
 (0)