-
Notifications
You must be signed in to change notification settings - Fork 0
Kickstart
Anil Kumar GOTTAM edited this page Jul 8, 2020
·
2 revisions
- Azure Subscription
- Azure CLI
- Java 8 or Kotlin 8
- IDE (IntelliJ preferred)
- Maven or Gradle
- Github PAT
- Spring cloud is not new. But why are people talking about it now?
- Who should be looking at spring cloud, if they don't already have it?
- What should you consider when looking at Spring Cloud solutions?
Azure Spring Cloud abstracts away the complexity of infrastructure management and Spring Cloud middleware management, so you can focus on building your business logic and let Azure take care of dynamic scaling, security patches, compliance standards, and high availability.
Spring Boot version | Spring Cloud version | Azure Spring Cloud version |
---|---|---|
2.2 | Hoxton.SR3 | 2.2 |
az --version
azure-cli | spring-cloud |
---|---|
2.4.0 | 0.2.2 |
https://github.com/whyaneel?tab=repositories&q=azsc
-
Senior Consultant @ PALO IT, Singapore
-
-
- Prerequisites
- Introduction
- Versions
- Microservice Architecture with Azure Spring Cloud
- Summary
- Key Takeaways
- Azure Resources Creation (one time setup)
- Azure Resource Creation (as per microservices)
- Develop Spring Boot Application (without spring cloud)
- Build Microservices (with spring cloud dependencies and azure spring cloud client dependency)
- Deploy Microservices To Azure Spring Cloud (--verbose)
- Build & Deploy Gateway
- Distributed Tracing
- Scaling
- Cleanup Resources
- Code
- Inspiration