Setting interface
Describes a setting for the container. The setting file path can be fetched from environment variable "Fabric_SettingPath". The path for Windows container is "C:\secrets". The path for Linux container is "/var/secrets".
Properties
name | The name of the setting. |
value | The value of the setting. |
Property Details
name
The name of the setting.
name?: string
Property Value
string
value
The value of the setting.
value?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript