Guides and tutorials to make the most out of Azure Spring Apps
Перейти к файлу
Yev f22858fe38
Adding JQ as a dependency (#45)
JQ is a dependency for section 7. Adding configuration instructions for Windows.
2020-06-12 12:07:48 -07:00
00-setup-your-environment Adding JQ as a dependency (#45) 2020-06-12 12:07:48 -07:00
01-create-an-azure-spring-cloud-instance Use the new "sku" argument 2020-06-11 16:03:11 +02:00
02-build-a-simple-spring-boot-microservice Roll back to Spring Boot 2.1.9 2020-06-08 22:47:19 +02:00
03-configure-monitoring Removing "delete any diagnostic settings" from 04 2020-01-30 11:17:17 -08:00
04-configure-a-spring-cloud-config-server Adding Azure Repos instructions for Spring Cloud Config (#39) 2020-06-10 13:57:07 -07:00
05-build-a-spring-boot-microservice-using-spring-cloud-features Roll back to Spring Boot 2.1.9 2020-06-08 22:47:19 +02:00
06-build-a-reactive-spring-boot-microservice-using-cosmosdb Delete keys 2020-06-08 22:59:13 +02:00
07-build-a-spring-boot-microservice-using-mysql Roll back to Spring Boot 2.1.9 2020-06-08 22:47:19 +02:00
08-build-a-spring-cloud-gateway Roll back to Spring Boot 2.1.9 2020-06-08 22:47:19 +02:00
09-putting-it-all-together-a-complete-microservice-stack Bump websocket-extensions 2020-06-08 00:19:24 +00:00
10-blue-green-deployment Roll back to Spring Boot 2.1.9 2020-06-08 22:47:19 +02:00
11-configure-ci-cd Fix documentation following customer feedback 2020-05-19 16:51:39 +02:00
12-making-microservices-talk-to-each-other Roll back to Spring Boot 2.1.9 2020-06-08 22:47:19 +02:00
99-conclusion Fix documentation following customer feedback 2020-05-19 16:51:39 +02:00
.gitignore Adding time-preservation changes, feedback from test participants 2020-01-26 21:39:32 -05:00
CODE_OF_CONDUCT.md Adding time-preservation changes, feedback from test participants 2020-01-26 21:39:32 -05:00
CONTRIBUTING.md Spelling and grammar fixes. 2020-01-28 12:50:08 -05:00
LICENSE Adding time-preservation changes, feedback from test participants 2020-01-26 21:39:32 -05:00
LICENSE.txt Migrate everything to MIT license 2019-10-02 13:25:46 +02:00
README.md Wording 2020-03-06 11:19:54 +01:00
SECURITY.md Adding time-preservation changes, feedback from test participants 2020-01-26 21:39:32 -05:00

README.md

page_type languages
sample
java

Azure Spring Cloud training

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

This lab is based on a public workshop 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.

Symbols

🛑 - Manual Modification Required. When this symbol appears in front of one or more commands, you will need to modify the commands as indicated prior to running them.

🚧 - Preview-specific. This symbol indicates steps that are only necessary while Azure Spring Cloud is in preview.

💡 - Frustration Avoidance Tip. These will help you avoid potential pitfalls.

00 - Prerequisites and Setup

Prerequisites and environment setup.

01 - Create an Azure Spring Cloud cluster

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

02 - Build a simple Spring Boot microservice

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

03 - Configure application logs

Access Spring Boot applications logs to understand common issues.

04 - Configure a Spring Cloud Config server

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

05 - Build a Spring Boot microservice using Spring Cloud features

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.

06 - Build a reactive Spring Boot microservice using Cosmos DB

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.

07 - Build a Spring Boot microservice using MySQL

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

08 - Build a Spring Cloud Gateway

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

09 - Putting it all together, a complete microservice stack

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.

10 - Blue/Green deployment

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

11 - Configure CI/CD

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

12 - Making Microservices Talk to Each Other

Creating a microservice that talks to other microservices.

Conclusion


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.