sebafo / java-microservices-asa-aca-lab

This lab walks you through the creation of a Java microservices application on Azure Spring Apps Standard with multiple Azure services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lab: Deploying and running Java Applications in Azure Spring Apps

This lab teaches you how to deploy the Spring Petclinic Microservices application to an Azure Spring Apps and integrate it with additional Azure services.

Modules

This lab has modules on:

  • Plan a Java application migration to Azure Spring Apps
  • Migrate a Spring Apps microservices application to Azure Spring Apps
  • Enable monitoring and end-to-end tracing
  • Secure application secrets using Key Vault
  • Create and configure Azure Service Bus for sending messages between microservices
  • Create and configure Azure Event Hubs for sending events between microservices
  • Protect endpoints using Web Application Firewalls
  • Secure MySQL database and Key Vault using a Private Endpoint

The lab is available as GitHub pages here

Getting Started

Prerequisites

For running this lab you will need:

  • A GitHub account
  • An Azure Subscription

Installation

For running this lab with all the needed tooling, there are 3 options available:

  • Using a GitHub codespace
  • Using Visual Studio Code with remote containers option
  • Install all the tools on your local machine

All the steps of this lab have been tested in the GitHub CodeSpace. This is the preferred option for running this lab!

Full installation guidance and options for running this lab can be found in the Installation instructions.

About

This lab walks you through the creation of a Java microservices application on Azure Spring Apps Standard with multiple Azure services

License:MIT License


Languages

Language:Java 60.8%Language:HTML 13.6%Language:Less 12.6%Language:JavaScript 10.0%Language:Shell 2.1%Language:Dockerfile 0.8%Language:Ruby 0.2%