Reader small image

You're reading from  Implementing DevOps with Microsoft Azure

Product typeBook
Published inApr 2017
Reading LevelIntermediate
PublisherPackt
ISBN-139781787127029
Edition1st Edition
Languages
Tools
Concepts
Right arrow
Author (1)
Mitesh Soni
Mitesh Soni
author image
Mitesh Soni

Mitesh Soni has 8 years of experience in managing software for GNU/Linux and other UNIX-like operating systems in production environment. He started working as a professional with DevOps from 2013 and has worked on several live projects related to DevOps. https://www.linkedin.com/in/alessiogarofalo
Read more about Mitesh Soni

Right arrow

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.

  1. Go to Azure web application in the Microsoft Azure portal.
  1. Search for Application settings and click on it. It will open a General 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, and Platform:
  1. We are going to deploy a Java-based application, hence we will configure Java settings in this web application. Select Java 8 in the Java version field:
  1. Select Newest in the Java Minor version field:
  1. In Web container, select Newest Tomcat 8.5:
  1. Select a 32-bit or 64-bit environment as Platform. Free and Shared pricing tiers can host a 32-bit environment only. The web application pricing...
lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Implementing DevOps with Microsoft Azure
Published in: Apr 2017Publisher: PacktISBN-13: 9781787127029

Author (1)

author image
Mitesh Soni

Mitesh Soni has 8 years of experience in managing software for GNU/Linux and other UNIX-like operating systems in production environment. He started working as a professional with DevOps from 2013 and has worked on several live projects related to DevOps. https://www.linkedin.com/in/alessiogarofalo
Read more about Mitesh Soni