Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Azure info to the cloud deployment docs #26910

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down