Skip to content

Azure Spring Apps

Jialuo Gan edited this page May 6, 2022 · 1 revision

Maven Central

<plugin>
    <groupId>com.microsoft.azure</groupId>
    <artifactId>azure-spring-apps-maven-plugin</artifactId>
    <version>[Use the latest version above]</version>
</plugin>

Azure Spring Apps

Azure Spring Cloud makes it easy to deploy Spring Boot-based microservice applications to Azure with zero code changes. Azure Spring Cloud allows developers to focus on their code by managing the lifecycle of Spring Cloud applications. Spring Cloud provides lifecycle management using comprehensive monitoring and diagnostics, configuration management, service discovery, CI/CD integration, blue-green deployments, and more.

Azure Spring Apps Maven Plugin

This Azure Spring Apps Maven plug-in helps developer configure and deploy microservices applications to Azure Spring Cloud.

Prerequisites

System Requirements

Tool Required Version
JDK 1.8
Maven 3.x.x

Provision a service instance on the Azure portal

  1. In a web browser, open the Azure portal, and sign in to your account.

  2. Search for and then select Azure Spring Apps.

  3. On the overview page, select Create, and then do the following:

    a. In the Service Name box, specify the name of your service instance. The name must be from 4 to 32 characters long and can contain only lowercase letters, numbers, and hyphens. The first character of the service name must be a letter, and the last character must be either a letter or a number.

    b. In the Subscription drop-down list, select the subscription you want to be billed for this resource. Ensure that this subscription has been added to our allow list for Azure Spring Apps.

    c. In the Resource group box, create a new resource group. Creating resource groups for new resources is a best practice.

    d. In the Location drop-down list, select the location for your service instance. Currently supported locations include East US, West US 2, West Europe, and Southeast Asia.

It takes about 5 minutes for the service to be deployed. After the service is deployed, the Overview page for the service instance appears.

Clone this wiki locally