Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Lab 10: Build reliable Java application on ACA

Student manual

Lab scenario

Azure Container Apps has a richful set of features available to help you build reliable Java applications. In this Lab, you will learn how to design and maintain your app for long-term health and stability. You can find more infomation on

Objectives

After you complete this lab, you will be able to:

  • Gracefully shut down a Java application
  • Config health probes for a Java Application

The below image illustrates the end state you will be building in this lab.

lab 10 overview

Lab Duration

  • Estimated Time: 60 minutes

Instructions

During this lab, you will:

  • Add appropiate shutdown hook to a Java application
  • Config health probes for a Java application

The instructions provided in this exercise assume that you successfully completed the previous exercise and are using the same lab environment, including your Git Bash session with the relevant environment variables already set.


Table of contents