Skip to content

Commit 8321faa

Browse files
aclementsnicoll
authored andcommitted
Add Azure info to the cloud deployment docs
See gh-26910
1 parent 618d3df commit 8321faa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/anchor-rewrite.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,7 @@ cloud-deployment-aws-beanstalk=deployment.cloud.aws.beanstalk
523523
cloud-deployment-aws-tomcat-platform=deployment.cloud.aws.beanstalk.tomcat-platform
524524
cloud-deployment-aws-java-se-platform=deployment.cloud.aws.beanstalk.java-se-platform
525525
cloud-deployment-aws-summary=deployment.cloud.aws.summary
526+
cloud-deployment-azure=deployment.cloud.azure
526527
cloud-deployment-boxfuse=deployment.cloud.boxfuse
527528
cloud-deployment-gae=deployment.cloud.google
528529
deployment-install=deployment.installing

spring-boot-project/spring-boot-docs/src/docs/asciidoc/deployment/cloud.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,9 @@ Your application should now be up and running on AWS.
355355

356356
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.
357357

358-
358+
[[deployment.cloud.azure]]
359+
=== Azure
360+
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].
359361

360362
[[deployment.cloud.google]]
361363
=== Google Cloud

0 commit comments

Comments
 (0)