From 8321faaf165a2c827f59b686b1ab87d07ad895df Mon Sep 17 00:00:00 2001 From: Andy Clement Date: Mon, 14 Jun 2021 21:03:09 -0700 Subject: [PATCH 1/2] Add Azure info to the cloud deployment docs See gh-26910 --- .../src/docs/asciidoc/anchor-rewrite.properties | 1 + .../spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties index f1c56c0503..aacf52400e 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties @@ -523,6 +523,7 @@ cloud-deployment-aws-beanstalk=deployment.cloud.aws.beanstalk cloud-deployment-aws-tomcat-platform=deployment.cloud.aws.beanstalk.tomcat-platform cloud-deployment-aws-java-se-platform=deployment.cloud.aws.beanstalk.java-se-platform cloud-deployment-aws-summary=deployment.cloud.aws.summary +cloud-deployment-azure=deployment.cloud.azure cloud-deployment-boxfuse=deployment.cloud.boxfuse cloud-deployment-gae=deployment.cloud.google deployment-install=deployment.installing diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc index ea97ae6a47..dc4d7f15ee 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc @@ -355,7 +355,9 @@ Your application should now be up and running on AWS. See the blog post on https://boxfuse.com/blog/spring-boot-ec2.html[deploying Spring Boot apps on EC2] as well as the https://boxfuse.com/docs/payloads/springboot.html[documentation for the Boxfuse Spring Boot integration] to get started with a Maven build to run the app. - +[[deployment.cloud.azure]] +=== Azure +This https://spring.io/guides/gs/spring-boot-for-azure/[Getting Started guide] walks you through deploying your Spring Boot application to either https://azure.microsoft.com/en-ca/services/spring-cloud/[Azure Spring Cloud] or https://docs.microsoft.com/en-ca/azure/app-service/overview[Azure App Service]. [[deployment.cloud.google]] === Google Cloud From 96029dbd8a7d49a5416759f2e23ed53616b64189 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Jun 2021 08:35:56 +0200 Subject: [PATCH 2/2] Polish "Add Azure info to the cloud deployment docs" See gh-26910 --- .../src/docs/asciidoc/anchor-rewrite.properties | 1 - .../spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties index aacf52400e..f1c56c0503 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties @@ -523,7 +523,6 @@ cloud-deployment-aws-beanstalk=deployment.cloud.aws.beanstalk cloud-deployment-aws-tomcat-platform=deployment.cloud.aws.beanstalk.tomcat-platform cloud-deployment-aws-java-se-platform=deployment.cloud.aws.beanstalk.java-se-platform cloud-deployment-aws-summary=deployment.cloud.aws.summary -cloud-deployment-azure=deployment.cloud.azure cloud-deployment-boxfuse=deployment.cloud.boxfuse cloud-deployment-gae=deployment.cloud.google deployment-install=deployment.installing diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc index dc4d7f15ee..3a78c5bbf7 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc @@ -355,10 +355,14 @@ Your application should now be up and running on AWS. See the blog post on https://boxfuse.com/blog/spring-boot-ec2.html[deploying Spring Boot apps on EC2] as well as the https://boxfuse.com/docs/payloads/springboot.html[documentation for the Boxfuse Spring Boot integration] to get started with a Maven build to run the app. + + [[deployment.cloud.azure]] === Azure This https://spring.io/guides/gs/spring-boot-for-azure/[Getting Started guide] walks you through deploying your Spring Boot application to either https://azure.microsoft.com/en-ca/services/spring-cloud/[Azure Spring Cloud] or https://docs.microsoft.com/en-ca/azure/app-service/overview[Azure App Service]. + + [[deployment.cloud.google]] === Google Cloud Google Cloud has several options that can be used to launch Spring Boot applications.