Windows Web App Slot Site Config Application Stack Args
Constructors
Properties
The Application Stack for the Windows Web App. Possible values include dotnet, dotnetcore, node, python, php, and java.
The name of the container to be used. This value is required with docker_container_tag.
The tag of the container to be used. This value is required with docker_container_name.
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 and v8.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. Possible values include 1.7, 1.8, 11 and 17. Required with java_container and java_container_version.
The version of node to use when current_stack is set to node. Possible values include ~12, ~14, ~16, ~18 and ~20.
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.