Book Image

Cloud Native Development on Azure with Java [Video]

By : TetraNoodle Technologies
Book Image

Cloud Native Development on Azure with Java [Video]

By: TetraNoodle Technologies

Overview of this book

<p>This course will help you architect a cloud-native application which will be resilient, can auto-scale automatically, and requires less maintenance; it focuses entirely on practicality, building a cloud-native application in Java and deploying it on Azure. Developers get hands-on experience in a range of computing, storage, data, and network services, which offers the developer a complete toolbox to build and deploy cloud-native applications. You'll learn about the driving factors for cloud adoption and see how cloud deployment with Azure is different from regular deployment on a standard data center.</p> <p>This course is a one-stop guide for Java developers who want to use Java Spring to build secure, resilient, robust, and scalable applications that are hosted on Microsoft Azure. You'll easily build and monitor a scalable, resilient, and robust cloud-native application that is always available and fault-tolerant.</p> <p>All the code and supporting files for this course are available at&nbsp;<a href="https://github.com/PacktPublishing/Cloud-Native-Development-on-Azure-with-Java-V-" target="_blank">https://github.com/PacktPublishing/Cloud-Native-Development-on-Azure-with-Java-V-</a></p> <h1>Style and Approach</h1> <p>The course is designed to take you to step-by-step through a real development scenario, with tasks that are key to your business needs. Additionally, you get helpful resource documents and videos that support the labs and provide further learning opportunities.</p>
Table of Contents (5 chapters)
Chapter 2
Building and Deploying a Cloud Native Application
Content Locked
Section 5
Build and Deploy a New Azure App Service Instance
In this video, we will create an Azure web application hosted within the Azure App Service. We will configure it such that it will be compatible for hosting our Java Spring Boot application. - Add a new web application - Deploy a default web page for the web app - Configure the web app to make it compatible for hosting the Java application