Configuring Web Apps with programming language specific settings
Now, once we have created web application, we can configure it based on our needs. For example, we need to configure the web application based on a 32-bit or 64-bit platform, programming language, and so on.
- Go to Azure web application in the Microsoft Azure portal.
- Search for
Application settings
and click on it. It will open aGeneral settings
pane. Here we can configure the application runtime environment. There are different options available for configuration such as.NET Framework version
,PHP version
,Java version
,Python version
, andPlatform
:
- We are going to deploy a Java-based application, hence we will configure Java settings in this web application. Select
Java 8
in theJava version
field:
- Select
Newest
in theJava Minor version
field:
- In
Web container
, selectNewest Tomcat 8.5
:
- Select a
32-bit
or64-bit
environment asPlatform
. Free and Shared pricing tiers can host a 32-bit environment only. The web application pricing...