Provider - Get Available Stacks
Description for Get available application frameworks and their versions
GET https://management.azure.com/providers/Microsoft.Web/availableStacks?api-version=2024-04-01
GET https://management.azure.com/providers/Microsoft.Web/availableStacks?osTypeSelected={osTypeSelected}&api-version=2024-04-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
api-version
|
query | True |
string |
API Version |
os
|
query |
Responses
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
Other Status Codes |
App Service error response. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Definitions
Name | Description |
---|---|
Application |
Application stack. |
Application |
Collection of Application Stacks |
Application |
ARM resource for a ApplicationStack. |
Default |
App Service error response. |
Details | |
Error |
Error model. |
Provider |
|
Stack |
Application stack major version. |
Stack |
Application stack minor version. |
ApplicationStack
Application stack.
Name | Type | Description |
---|---|---|
dependency |
string |
Application stack dependency. |
display |
string |
Application stack display name. |
frameworks |
List of frameworks associated with application stack. |
|
isDeprecated |
|
|
majorVersions |
List of major versions available. |
|
name |
string |
Application stack name. |
ApplicationStackCollection
Collection of Application Stacks
Name | Type | Description |
---|---|---|
nextLink |
string |
Link to next page of resources. |
value |
Collection of resources. |
ApplicationStackResource
ARM resource for a ApplicationStack.
Name | Type | Description |
---|---|---|
id |
string |
Resource Id. |
kind |
string |
Kind of resource. |
name |
string |
Resource Name. |
properties.dependency |
string |
Application stack dependency. |
properties.display |
string |
Application stack display name. |
properties.frameworks |
List of frameworks associated with application stack. |
|
properties.isDeprecated |
|
|
properties.majorVersions |
List of major versions available. |
|
properties.name |
string |
Application stack name. |
type |
string |
Resource type. |
DefaultErrorResponse
App Service error response.
Name | Type | Description |
---|---|---|
error |
Error model. |
Details
Name | Type | Description |
---|---|---|
code |
string |
Standardized string to programmatically identify the error. |
message |
string |
Detailed error description and debugging information. |
target |
string |
Detailed error description and debugging information. |
Error
Error model.
Name | Type | Description |
---|---|---|
code |
string |
Standardized string to programmatically identify the error. |
details |
Details[] |
Detailed errors. |
innererror |
string |
More information to debug error. |
message |
string |
Detailed error description and debugging information. |
target |
string |
Detailed error description and debugging information. |
ProviderOsTypeSelected
Value | Description |
---|---|
All | |
Linux | |
LinuxFunctions | |
Windows | |
WindowsFunctions |
StackMajorVersion
Application stack major version.
Name | Type | Description |
---|---|---|
appSettingsDictionary |
object |
Example: All the function apps need AppSetting: "FUNCTIONS_WORKER_RUNTIME" to be set stack name |
applicationInsights |
boolean |
|
displayVersion |
string |
Application stack major version (display only). |
isDefault |
boolean |
|
isDeprecated |
boolean |
|
isHidden |
boolean |
|
isPreview |
boolean |
|
minorVersions |
Minor versions associated with the major version. |
|
runtimeVersion |
string |
Application stack major version (runtime only). |
siteConfigPropertiesDictionary |
object |
Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0 |
StackMinorVersion
Application stack minor version.
Name | Type | Description |
---|---|---|
displayVersion |
string |
Application stack minor version (display only). |
isDefault |
boolean |
|
isRemoteDebuggingEnabled |
boolean |
|
runtimeVersion |
string |
Application stack minor version (runtime only). |