Sdílet prostřednictvím


EnvironmentVar interface

Container App container environment variable.

Properties

name

Environment variable name.

secretRef

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