Windows Web App Site Config Application Stack
Constructors
Properties
The Application Stack for the Windows Web App. Possible values include dotnet
, dotnetcore
, node
, python
, php
, and java
.
The docker image, including tag, to be used. e.g. azure-app-service/windows/parkingpage:latest
.
The User Name to use for authentication against the registry to pull the image.
The URL of the container registry where the docker_image_name
is located. e.g. https://index.docker.io
or https://mcr.microsoft.com
. This value is required with docker_image_name
.
The User Name to use for authentication against the registry to pull the image.
The version of .NET to use when current_stack
is set to dotnetcore
. Possible values include v4.0
.
The version of .NET to use when current_stack
is set to dotnet
. Possible values include v2.0
,v3.0
, v4.0
, v5.0
, v6.0
, v7.0
, v8.0
and v9.0
.
Should the Java Embedded Server (Java SE) be used to run the app.
The version of Java to use when current_stack
is set to java
.
The version of node to use when current_stack
is set to node
. Possible values are ~12
, ~14
, ~16
, ~18
, ~20
and ~22
.
The version of PHP to use when current_stack
is set to php
. Possible values are 7.1
, 7.4
and Off
.
The version of Tomcat the Java App should use. Conflicts with java_embedded_server_enabled