StackMajorVersion interface
Application stack major version.
Properties
| application |
|
| app |
<appSettings> <appSetting name="FUNCTIONS_WORKER_RUNTIME" value="dotnet" /> </appSettings> Example: All the function apps need AppSetting: "FUNCTIONS_WORKER_RUNTIME" to be set stack name |
| display |
Application stack major version (display only). |
| is |
|
| is |
|
| is |
|
| is |
|
| minor |
Minor versions associated with the major version. |
| runtime |
Application stack major version (runtime only). |
| site |
<siteConfigProperties> <siteConfigProperty name="Use32BitWorkerProcess" value="false" /> </siteConfigProperties> Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0 |
Property Details
applicationInsights
true if this supports Application Insights; otherwise, false.
applicationInsights?: boolean
Property Value
boolean
appSettingsDictionary
appSettingsDictionary?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}
displayVersion
Application stack major version (display only).
displayVersion?: string
Property Value
string
isDefault
true if this is the default major version; otherwise, false.
isDefault?: boolean
Property Value
boolean
isDeprecated
true if this stack has been deprecated, otherwise false.
isDeprecated?: boolean
Property Value
boolean
isHidden
true if this stack should be hidden for new customers on portal, otherwise false.
isHidden?: boolean
Property Value
boolean
isPreview
true if this stack is in Preview, otherwise false.
isPreview?: boolean
Property Value
boolean
minorVersions
Minor versions associated with the major version.
minorVersions?: StackMinorVersion[]
Property Value
runtimeVersion
Application stack major version (runtime only).
runtimeVersion?: string
Property Value
string
siteConfigPropertiesDictionary
siteConfigPropertiesDictionary?: {[propertyName: string]: Record<string, unknown>}
Property Value
{[propertyName: string]: Record<string, unknown>}