Guides and tutorials to make the most out of Azure Spring Apps
Перейти к файлу
Sandra Ahlgrimm 9f1df4b3e8
update the github token generation (#183)
* update the github token generation

* update links
2023-10-02 15:58:37 -05:00
00-setup-your-environment Add a new ai project with spring-ai (#174) 2023-09-29 11:19:07 +02:00
01-create-an-azure-spring-cloud-instance Revert "switch to dedicated consumption plan (#175)" 2023-09-29 08:18:33 +00:00
02-build-a-simple-spring-boot-microservice Numerous fixes across the board in READMEs and code (#178) 2023-10-01 14:30:27 +02:00
03-configure-monitoring Rename Azure Spring Cloud to Azure Spring Apps 2022-06-06 11:32:43 +02:00
04-configure-a-spring-cloud-config-server update the github token generation (#183) 2023-10-02 15:58:37 -05:00
05-build-a-spring-boot-microservice-using-spring-cloud-features Numerous fixes across the board in READMEs and code (#178) 2023-10-01 14:30:27 +02:00
06-build-a-reactive-spring-boot-microservice-using-cosmosdb Replace service binding with Service Connector for MySQL, other assorted polishing (#182) 2023-10-02 17:06:21 +02:00
07-build-a-spring-boot-microservice-using-mysql Replace service binding with Service Connector for MySQL, other assorted polishing (#182) 2023-10-02 17:06:21 +02:00
08-build-a-spring-cloud-gateway Updated dependencies, namings, and wording issues (#163) 2023-09-07 12:29:24 -05:00
09-putting-it-all-together-a-complete-microservice-stack switch to dedicated consumption plan (#175) 2023-09-27 13:15:56 -05:00
10-blue-green-deployment Updated dependencies, namings, and wording issues (#163) 2023-09-07 12:29:24 -05:00
11-configure-ci-cd Updated dependencies, namings, and wording issues (#163) 2023-09-07 12:29:24 -05:00
12-making-microservices-talk-to-each-other Numerous fixes across the board in READMEs and code (#178) 2023-10-01 14:30:27 +02:00
13-build-a-spring-ai-microservice-with-azure-openai Numerous fixes across the board in READMEs and code (#178) 2023-10-01 14:30:27 +02:00
99-conclusion Updated dependencies, namings, and wording issues (#163) 2023-09-07 12:29:24 -05:00
.gitignore updated spring cloud version and added tracing 2020-09-21 20:21:50 +02:00
CODE_OF_CONDUCT.md Adding time-preservation changes, feedback from test participants 2020-01-26 21:39:32 -05:00
CONTRIBUTING.md 165 mention all contributors next to the creator to encourage community contribution (#166) 2023-09-14 10:32:17 +02: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 165 mention all contributors next to the creator to encourage community contribution (#166) 2023-09-14 10:32:17 +02: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 Apps training

You will find here a full workshop on Azure Spring Apps, including guides and demos. You can run this workshop with the monthly free grant from Azure Spring Apps. Learn More

This lab is open-source, and under the MIT license. All Contributions are more then welcome! Learn more at contribution guidelines.

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 Apps 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 Apps 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 Apps 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 using the Spring Initializr.

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 Apps, 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 Apps.

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 access 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 Apps'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 Apps.

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.