-
Notifications
You must be signed in to change notification settings - Fork 150
Azure Spring Apps
<plugin>
<groupId>com.microsoft.azure</groupId>
<artifactId>azure-spring-apps-maven-plugin</artifactId>
<version>[Use the latest version above]</version>
</plugin>
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.
This Azure Spring Apps Maven plug-in helps developer configure and deploy microservices applications to Azure Spring Cloud.
Tool | Required Version |
---|---|
JDK | 1.8 |
Maven | 3.x.x |
-
In a web browser, open the Azure portal, and sign in to your account.
-
Search for and then select Azure Spring Apps.
-
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.
- Home
- Authentication
- Proxy
- Common Configurations
-
Maven Plugin for Azure Web Apps
- Quickstarts
- Goals
- Configuration Details
- Samples
-
Maven Plugin for Azure Functions
- Quickstarts
- Archetype
- Goals
- Configuration Details
-
Maven Plugin for Azure Spring Apps
- Quickstarts
- Goals
- Configuration Details
- Maven Plugin for Azure Container Apps
- Using in CI/CD