CG数据库 >> Master Azure Web Apps – Take Java Spring Boot Apps to Azure

Genre: eLearning | MP4 | Video: h264, 1280x720 | Audio: aac, 44100 Hz

Language: English | VTT | Size: 2.48 GB | Duration: 6 hours

What you'll learn

You will Learn the Fundamentals of Azure from Zero, no previous experience required

You will learn to deploy Java, Spring Boot Full Stack Applications to Azure with Azure App Service

You will learn to deploy Spring Boot REST API to Azure with Azure Web Apps

You will learn to deploy containerized Java Spring Boot applications to Azure

You will learn to create a continuous delivery pipeline with Azure DevOps

You will be using a number of Azure Services - Azure App Service, Azure Web Apps, Azure DevOps, Azure Database for MySQL Services.

You will learn how to Auto Scale applications based on load as well as deploy multiple instances using Azure Web Apps.

You will Join 300,000 Learners having AMAZING LEARNING Experiences with in28Minutes

Requirements

You have an attitude to learn while having fun 🙂

You have some programming experience with Java, Spring and Spring Boot

You have a valid debit or credit card to create a Azure Account

You DO NOT need to have any experience with Azure

Description

How about learning Azure Web Apps deploying Java and Spring Boot Applications to Azure using Azure App Service and Azure Web Apps?

Do you have ZERO experience with Microsoft Azure? No Problem.

Learn Azure Fundamentals? Yes. Deploy REST API to Azure? Yes. Deploy Full Stack to Azure? Yes. Of Course. Hands-on? Of course.

Do you want to learn to Deploy Java Spring Boot Applications to Microsoft Azure using Azure App Service and Azure Web Apps with an easy to learn, step by step approach?

Are you ready to learn about the cloud with Azure and take the next step in your Java programming career?

Do you want to join 300,000+ learners having Amazing Learning Experiences with in28Minutes?

Look No Further!

******* Course Overview *******

Spring Boot is the No 1 Java Framework to develop REST API and Microservices. Azure is one of the Top Cloud Service Providers today.

How about learning Azure by deploying Spring Applications to Cloud using Azure Web Apps and Azure App Service?

In this course, we deploy a variety of Spring Boot Applications to the Cloud:

REST APIs - Hello World and Todo - Jar

Todo Web Application War

Full Stack Application with React and Spring Boot

Single Container with Java REST API

Multi Container with Todo REST API talking to MySQL

This course would be a perfect first step as an introduction to Azure and the Cloud, especially for Java Developers.

You will learn about automating deployments with Azure and creating a continuous delivery pipeline with Azure DevOps. You will learn how to Auto Scale applications based on load as well as deploy multiple instances behind a load balancer using Azure App Service.

You will be using a number of Azure Services - Azure App Service, Azure Web Apps, Azure DevOps, Azure Database for MySQL Services, Resource Groups, Azure App Service Plans, and Azure Subscriptions.

You will be using deploying a variety of Java Spring Boot projects to Azure (Azure). These projects are created with React (Frontend Framework), Spring Boot (REST API Framework), Spring (Dependency Management), Spring Security (Authentication and Authorization - Basic and JWT), BootStrap (Styling Pages), Maven (dependencies management), Node (npm), Visual Studio Code (TypeScript IDE), Eclipse (Java IDE) and Tomcat Embedded Web Server. We will help you set up each one of these.

******* What You Can Expect from Every in28Minutes Course *******

in28Minutes created 20 Best Selling Courses providing Amazing Learning Experiences to 250,000 Learners across the world.

Each of these courses come with

✔ Amazing Hands-on Step By Step Learning Experiences

✔ Real Project Experiences using the Best Tools and Frameworks

✔ Awesome Troubleshooting Guides with 200+ FAQs Answered

✔ Friendly Support in the Q&A section

✔ Free Udemy Certificate of Completion on Completion of Course

~~~ Here are a Few Reviews on The in28Minutes Way ~~~

★★★★★ Excellent, fabulous. The way he has prepared the material and the way he teaches is really awesome. What an effort .. Thanks a million

★★★★★ A lot of preparation work has taken place from the teacher and this is visible throughout the course.

★★★★★ This guy is fantastic. Really. Wonderful teaching skills, and goes well out of his way to make sure that everything he is doing is fully understood. This is the kind of tutorial that gets me excited to work with a framework that I may otherwise not be.

★★★★★ The best part of it is the hands-on approach which the author maintained throughout the course as he had promised at the beginning of the lecture. He explains the concepts really well and also makes sure that there is not a single line of code you type without understanding what it really does.

★★★★★ I also appreciate the mind and hands approach of teaching something and then having the student apply it. It makes everything a lot clearer for the student and uncovers issues that we will face in our project early.

★★★★★ Amazing course. Explained super difficult concepts (that I have spent hours on the internet finding a good explanation) in under 5 minutes.

Start Learning Now. Hit the Enroll Button!

~~~ Step By Step Details ~~~

Getting Started with the course

Step 00 - Deploying Spring Boot Applications with Azure Web Apps - Introduction

Step 01 - Getting Started with the Course

Getting Started with Azure

Step 01 - Creating an Azure Account

Step 02 - 10000 Feet Overview of Cloud, Azure and Azure Web Apps

Getting Started with Azure Web Apps

Step 01 - Getting started with Azure Web Apps - Creating First Application and Environment

Step 02 - Quick Exploration of Azure Web Apps

Step 03 - Quick Introduction to Azure App Service Plans

Step 04 - Quick Introduction to Kudu Console

Step 05 - Searching efficiently for Azure resources and deleting Resource Groups

Step 06 - Exploring Cloud Best Practices - Minimize Costs

Deploying Java Spring Boot Hello World REST API to Azure Web Apps

Step 01 - Importing Four Spring Boot Projects from Github

Step 02 - Running 01 Spring Boot Hello World Application in Local

Step 03 - Deploy Spring Boot Application to Azure Web Apps - 1 - Azure Web App Maven Plugin

Step 04 - Deploy Spring Boot Application to Azure Web Apps - 2 - Install Azure CLI

Step 05 - Deploy Spring Boot Application to Azure Web Apps - 3

Step 06 - Deploy Spring Boot Application to Azure Web Apps - 4 - Deploying new version

Step 07 - Review Log Streams and Tail Web App Logs using Azure CLI

Step 08 - Exploring Cloud Best Practices - Regions

Deploying Java Spring Boot H2 Web App to Azure Web Apps

Step 01 - Running 02 Spring Boot H2 Web App on Local

Step 02 - Deploying 02 Spring Boot H2 Web App WAR to Azure Web Apps

Step 03 - Testing 02 Spring Boot H2 Web App Azure Deployment

Step 04 - Exploring Cloud Best Practices - Azure Resource Management

Deploying Java Spring Boot Web App talking to MySQL with Azure App Service

Step 01 - Code Review of 03 Spring Boot MySQL Web App

Step 02 - Running MySQL as Docker Container on Local

Step 03 - Connect 03 Spring Boot MySQL Web App to MySQL on Local

Step 04 - Creating MySQL Database in Azure

Step 05 - Deploy 03 Spring Boot MySQL Web App to Azure Web Apps

Step 06 - Connect 03 Spring Boot App to Azure MySQL Database - Environment Variables

Step 07 - Using Azure Cloud Shell to Create Database

Step 08 - Connecting to Azure MySQL for Local Machine

Step 09 - Create Azure MySQL Database using Azure CLI

Step 10 - Delete Resource Groups for Azure Web Apps and Databases

Deploying Java Full Stack Spring Boot React App with Azure App Service

Step 01 - Exploring 04 Java Full Stack Spring Boot React App

Step 02 - Running React Frontend in Local

Step 03 - Deploying Java REST API Backend using Azure App Service

Step 04 - Deploying React Frontend using Azure App Service

Deploying Containerized Java Applications with Azure Web Apps

Step 01 - Code Review for 05 Single Container Java Spring Boot REST API

Step 02 - Creating and Running Local Docker Image for 05 Java Spring Boot REST API

Step 03 - Pushing Java Spring Boot REST API Docker Image to Docker Hub

Step 04 - Deploying Java Spring Boot REST API Docker Image to Azure App Service - Part 1

Step 05 - Deploying Java Spring Boot REST API Docker Image to Azure App Service - Part 2

Step 06 - Running 06 Multi Container Java Spring Boot App with MySQL on Local

Step 07 - Running 06 Multi Container Java Spring Boot App with MySQL using Docker Compose

Step 08 - Deploying Docker Compose Java Spring Boot App with MySQL to Azure - Part 1

Step 09 - Deploying Docker Compose Java Spring Boot App with MySQL to Azure - Part 2

Azure App Service - Creating Auto Scaling Environments

Step 01 - Exploring Manual Scaling and ARR Affinity of Azure Web Apps

Step 02 - Exploring Auto Scaling features of Azure App Service

Step 03 - Creating Deployment Slot for Staging Environment

Step 04 - Swap Stage and Production Environments - Blue Green Deployment

Step 05 - Exploring Canary Deployments with Azure App Service

Continuous Delivery for Java Spring Boot Applications with Azure DevOps

Step 01 - Getting Started with Continuous Delivery - Create Github Repository

Step 02 - Setup Azure DevOps for Continuous Delivery to Azure App Service - Part 1

Step 03 - Setup Azure DevOps for Continuous Delivery to Azure App Service - Part 2

Conclusion

Step 01 - Delete All Resource Groups and Thank You

Start Learning Now. Hit the Enroll Button!

Who this course is for:

Java Developers looking to get started with the Cloud

Java Developers looking to get started with Azure

Spring Boot Developers wanting to learn to deploy applications to Azure


Master Azure Web Apps – Take Java Spring Boot Apps to Azure的图片1

发布日期: 2020-03-26