Skip to content

Spring Cloud integration with Azure services

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE.txt
MIT
LICENSE-CODE
Notifications You must be signed in to change notification settings

ndedic/spring-cloud-azure

 
 

Repository files navigation

Spring Cloud Azure

Spring Cloud provides boilerplate patterns for developers to quickly build and orchestrate their microservice based applications. Based on that, Spring Cloud Azure is designed to provide seamless Spring integration with Azure services. Developers can adopt a Spring-idiomatic way to take advantage of services on Azure, with only few lines of configuration and minimal code changes.

Module and Starter

Module Spring Library Description
Spring Cloud Stream Binder for Azure Event Hub Spring Cloud Stream Binder implementation for Spring Cloud Stream with Azure Event Hub service
Spring Cloud Stream with Azure Event Hub Kafka API Spring Cloud Stream Auto configuration for Kafka Binder with Azure Event Hub service
Spring Resource Abstraction for Azure Storage Spring Resource Implementation for Spring Resource with Azure Storage
Spring Caching with Azure Redis Cache Spring Caching Auto configuration for Spring Caching with Azure Redis Cache

The following Spring Boot Starters are available in Maven Central Repository.

Starter Name Version Sample
spring-cloud-azure-eventhub-stream-binder Maven Central Sample
spring-azure-starter-storage Maven Central Sample
spring-azure-starter-cache Maven Central Sample

Sample and Tutorial

Please use the samples as a reference for how to use Spring Cloud Azure in your projects. For more information about building Spring applications on Azure, please check Spring on Azure tutorials.

You can also visit Spring Cloud Azure Playground to quickly generate a new Spring Cloud applications for Azure.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Data and Telemetry

This project collects usage data and sends it to Microsoft to help improve our products and services. Read our privacy statement to learn more.

To disable this, you can add spring.cloud.azure.telemetry.enabled=false in the application.properties file.

About

Spring Cloud integration with Azure services

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE.txt
MIT
LICENSE-CODE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.1%
  • Python 2.9%