Create and configure Azure Service Bus for Azure Spring Apps

Advanced
Administrator
Developer
Azure
GitHub
Azure Spring Apps

At this point, you've deployed the Spring Petclinic application, and the services are running. In this module, you'll be using Azure Service Bus to test an existing microservice and update another microservice to utilize queues.

Learning objectives

In this module, you'll:

  • Create an Azure Service Bus.
  • Test run an existing microservice using Azure Service Bus.
  • Update an existing microservice to use the queues. -Add a message producer.

Prerequisites

  • An Azure subscription.
  • Local installations of Java JDK (1.8 or later), Visual Studio Code, and the Azure CLI (2.12 or later).
  • Intermediate-level familiarity with and local installations of the following tools: Git, Java JDK 8 or later, and a Java IDE or text editor.
  • Basic Git commands, including cloning, committing files, and pushing changes to GitHub.
  • Pull requests in GitHub, including creating, reviewing, and merging pull requests.
  • Basic GitHub Actions workflows, including triggers and secrets for connecting to your Azure environment.