Skip to content

Guides and tutorials to make the most out of Azure Spring Cloud

License

Notifications You must be signed in to change notification settings

yoshioterada/azure-spring-cloud-training

 
 

Repository files navigation

Japaneses
Japanese

Azure Spring Cloud training

You will find here a full workshop on Azure Spring Cloud, including guides and demos.

This was created by Julien Dubois and available for free to everyone, under the MIT license.

What you should expect

This is not the official documentation, but an opinionated training.

It is a hands-on training, and it will use the command line extensively. The idea is to get coding very quickly and play with the platform, from a simple demo to far more complex examples.

After completing all the guides, you should have a fairly good understanding of everything that Azure Spring Cloud offers.

Prerequisites

Basics on creating a cluster and configuring the CLI to work efficiently.

Build the simplest possible Spring Boot microservice, made with https://start.spring.io/.

Access Spring Boot applications logs to understand common issues.

Configure a Spring Cloud Config Server, that will be entirely managed and supported by Azure Spring Cloud, to be used by Spring Boot microservices.

Build a Spring Boot microservice that is cloud-enabled: it uses a Spring Cloud Service Registry and a Spring Cloud Config Server which are both managed and supported by Azure Spring Cloud.

Build a reactive Spring Boot microservice, that uses the Spring reactive stack and is bound to a Cosmos DB database in order to access a globally-distributed database with optimum performance.

Build a classical Spring Boot application that uses JPA to acess a MySQL database managed by Azure.

Build a Spring Cloud Gateway to route HTTP requests to the correct Spring Boot microservices.

Use a front-end to access graphically our complete microservice stack. Monitor our services with Azure Spring Cloud's distributed tracing mechanism, and scale our services depending on our needs.

Deploy new versions of applications in a staging environment, and switch between staging and production with Azure Spring Cloud.

Configure a Continuous Integration / Continuous Deployement platform using GitHub Actions, so our Spring Boot microservices are automatically deployed.


Legal Notices

Microsoft and any contributors grant you a license to the Microsoft documentation and other content in this repository under the Creative Commons Attribution 4.0 International Public License, see the LICENSE file, and grant you a license to any code in the repository under the MIT License, see the LICENSE-CODE file.

Microsoft, Windows, Microsoft Azure and/or other Microsoft products and services referenced in the documentation may be either trademarks or registered trademarks of Microsoft in the United States and/or other countries. The licenses for this project do not grant you rights to use any Microsoft names, logos, or trademarks. Microsoft's general trademark guidelines can be found at http://go.microsoft.com/fwlink/?LinkID=254653.

Privacy information can be found at https://privacy.microsoft.com/en-us/

Microsoft and any contributors reserve all other rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise.

About

Guides and tutorials to make the most out of Azure Spring Cloud

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.6%
  • Vue 22.9%
  • JavaScript 4.9%
  • HTML 4.6%