Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piomin/sample-spring-cloud-azure
Demo Spring Boot/Spring Cloud apps illustrating how to integrate and run apps on Azure
https://github.com/piomin/sample-spring-cloud-azure
azure azure-app-configuration azure-functions azure-pipelines azure-spring-apps cosmosdb spring-boot spring-cloud spring-cloud-azure spring-cloud-function spring-cloud-stream spring-data
Last synced: 19 days ago
JSON representation
Demo Spring Boot/Spring Cloud apps illustrating how to integrate and run apps on Azure
- Host: GitHub
- URL: https://github.com/piomin/sample-spring-cloud-azure
- Owner: piomin
- Created: 2023-12-07T14:10:10.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-10-31T18:16:10.000Z (19 days ago)
- Last Synced: 2024-10-31T19:21:22.876Z (19 days ago)
- Topics: azure, azure-app-configuration, azure-functions, azure-pipelines, azure-spring-apps, cosmosdb, spring-boot, spring-cloud, spring-cloud-azure, spring-cloud-function, spring-cloud-stream, spring-data
- Language: Java
- Homepage: https://piotrminkowski.com
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Demo Apps with Spring Cloud Azure Project [![Twitter](https://img.shields.io/twitter/follow/piotr_minkowski.svg?style=social&logo=twitter&label=Follow%20Me)](https://twitter.com/piotr_minkowski)
[![CircleCI](https://circleci.com/gh/piomin/sample-spring-cloud-azure.svg?style=svg)](https://circleci.com/gh/piomin/sample-spring-cloud-azure)
[![SonarCloud](https://sonarcloud.io/images/project_badges/sonarcloud-black.svg)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-azure)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-cloud-azure&metric=bugs)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-azure)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-cloud-azure&metric=coverage)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-azure)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=piomin_sample-spring-cloud-azure&metric=ncloc)](https://sonarcloud.io/dashboard?id=piomin_sample-spring-cloud-azure)In this project I'm demonstrating you the most interesting features of [Spring Cloud Project](https://spring.io/projects/spring-cloud) for integrating and running on Microsoft Azure.
## Related articles
1. How to integrate Spring Boot app with **Cosmos DB** and **Azure App Configuration** with the **Spring Cloud Azure** project. A detailed guide may be found in the following article: [Getting Started with Spring Cloud Azure](https://piotrminkowski.com/2023/12/07/getting-started-with-spring-cloud-azure/)
2. How to build and deploy Spring Boot app on Azure Spring Apps with **Azure Pipelines** inside the **Azure DevOps** portal and manage infrastructure with Terraform. A detailed guide may be found in the following article: [Azure DevOps and Terraform for Spring Boot](https://piotrminkowski.com/2024/01/03/azure-devops-and-terraform-for-spring-boot/)
3. How to create and run serverless app on **Azure Functions** with Spring Boot and **Spring Cloud Function** and then integrate them with **Azure Event Hubs** through triggers. A detailed guide may be found in the following article: [Serverless on Azure with Spring Cloud Function](https://piotrminkowski.com/2024/01/19/serverless-on-azure-with-spring-cloud-function/)