All Projects → microsoft → Azure Spring Cloud Training

microsoft / Azure Spring Cloud Training

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Azure Spring Cloud Training

Spring Cloud Config
External configuration (server and client) for Spring Cloud
Stars: ✭ 1,740 (+616.05%)
Mutual labels:  microservices, spring-cloud
Microservices Platform
基于SpringBoot2.x、SpringCloud和SpringCloudAlibaba并采用前后端分离的企业级微服务多租户系统架构。并引入组件化的思想实现高内聚低耦合,项目代码简洁注释丰富上手容易,适合学习和企业中使用。真正实现了基于RBAC、jwt和oauth2的无状态统一权限认证的解决方案,面向互联网设计同时适合B端和C端用户,支持CI/CD多环境部署,并提供应用管理方便第三方系统接入;同时还集合各种微服务治理功能和监控功能。模块包括:企业级的认证系统、开发平台、应用监控、慢sql监控、统一日志、单点登录、Redis分布式高速缓存、配置中心、分布式任务调度、接口文档、代码生成等等。
Stars: ✭ 3,274 (+1247.33%)
Mutual labels:  microservices, spring-cloud
Spring Cloud Cli
Spring Cloud CLI features
Stars: ✭ 139 (-42.8%)
Mutual labels:  microservices, spring-cloud
Spring Cloud Build
Common build concerns, shared plugin configuration, etc. for Spring Cloud modules
Stars: ✭ 114 (-53.09%)
Mutual labels:  microservices, spring-cloud
Spring Cloud Azure
Spring Cloud integration with Azure services
Stars: ✭ 197 (-18.93%)
Mutual labels:  azure, spring-cloud
Learning Path Spring Boot Microservices
Curated path for learning Spring Boot & Microservices based on published videos in TechPrimers
Stars: ✭ 116 (-52.26%)
Mutual labels:  microservices, spring-cloud
Dasync
Every developer deserves the right of creating microservices without using any framework 🤍
Stars: ✭ 154 (-36.63%)
Mutual labels:  microservices, azure
Seldon Server
Machine Learning Platform and Recommendation Engine built on Kubernetes
Stars: ✭ 1,435 (+490.53%)
Mutual labels:  microservices, azure
Java Microservices Examples
Java Microservices: Spring Boot, Spring Cloud, JHipster, Spring Cloud Config, and Spring Cloud Gateway
Stars: ✭ 194 (-20.16%)
Mutual labels:  microservices, spring-cloud
Event Sourcing Microservices Example
Learn about building microservices with event sourcing using Spring Boot and how to deploy a social network to Kubernetes using Docker Compose or Helm.
Stars: ✭ 167 (-31.28%)
Mutual labels:  microservices, spring-cloud
Sample Spring Microservices Advanced
More advanced samples of spring boot and spring cloud microservices showing usage of such tools like api Swagger2 on Zuul, integraction with MongoDB, configuration server, testing with Spring Cloud Contract or Hoverfly
Stars: ✭ 112 (-53.91%)
Mutual labels:  microservices, spring-cloud
Java Microservice
A full microservice project using Spring and many others tools
Stars: ✭ 235 (-3.29%)
Mutual labels:  microservices, spring-cloud
Spring Cloud Example
Stars: ✭ 111 (-54.32%)
Mutual labels:  microservices, spring-cloud
Piggymetrics
Microservice Architecture with Spring Boot, Spring Cloud and Docker
Stars: ✭ 11,161 (+4493%)
Mutual labels:  microservices, spring-cloud
Spring Cloud Sleuth
Distributed tracing for spring cloud
Stars: ✭ 1,531 (+530.04%)
Mutual labels:  microservices, spring-cloud
My Moments
Instagram Clone - Cloning Instagram for learning purpose
Stars: ✭ 140 (-42.39%)
Mutual labels:  microservices, spring-cloud
Okta Blog Archive
Okta Developer Blog
Stars: ✭ 74 (-69.55%)
Mutual labels:  microservices, spring-cloud
Spring Cloud Cloudfoundry
Integration between Cloudfoundry and the Spring Cloud APIs
Stars: ✭ 83 (-65.84%)
Mutual labels:  microservices, spring-cloud
Spring Cloud Dubbo Together
Spring Cloud与Dubbo共存方案
Stars: ✭ 155 (-36.21%)
Mutual labels:  microservices, spring-cloud
Spring Cloud Vault
Configuration Integration with HashiCorp Vault
Stars: ✭ 210 (-13.58%)
Mutual labels:  microservices, spring-cloud

page_type: sample languages:

  • 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 using the Spring Initializer.

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 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 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


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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].