你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
EnvironmentVar interface
Container App container environment variable.
Properties
name | Environment variable name. |
secret |
Name of the Container App secret from which to pull the environment variable value. |
value | Non-secret environment variable value. |
Property Details
name
Environment variable name.
name?: string
Property Value
string
secretRef
Name of the Container App secret from which to pull the environment variable value.
secretRef?: string
Property Value
string
value
Non-secret environment variable value.
value?: string
Property Value
string