page_type | languages | products | description | urlFragment | ||
---|---|---|---|---|---|---|
sample |
|
|
Sample projects for Azure Spring Apps |
azure-spring-apps-samples |
Azure Spring Apps is a PaaS to help you easily deploy Spring Boot applications to Azure without any code changes. The goal of Azure Spring Apps is to let you focus on your code and let us take care of the operation work. Rich features are provided and some of the highlighted ones are:
- Managed native Spring Cloud Service Registry
- Managed native Spring Cloud Config Server
- Managed native Spring Cloud Distributed Tracing with Azure AppInsights
- Built-in metrics aggregation and monitoring
- Built-in logs aggregation and search
- Zero code change is required to run your Spring Boot apps in Azure Spring Apps
You can find more details about Azure Spring Apps in the official documentation.
This repository contains samples projects for Azure Spring Apps. These sample projects show how to use various features in Azure Spring Apps. The table below shows the list of samples available in this repository.
Folder | Description |
---|---|
custom-config-server-client | Sample showing how to access Azure Spring Apps managed Config Server through Azure RBAC when your applications are running outside Azure Spring Apps |
custom-eureka-client | Sample showing how to access Azure Spring Apps managed Spring Cloud Service Registry through Azure RBAC when your applications are running outside Azure Spring Apps |
managed-identity-keyvault | Sample project using system-assigned managed identity to access Key Vault |
managed-identity-storage-blob | Sample project using system-assigned managed identity to access Storage blob |
service-binding-cosmosdb-mongo | Service binding sample with Azure CosmosDB Mongo API |
service-binding-cosmosdb-sql | Service binding sample with Azure CosmosDB SQL API |
service-binding-mysql | Service binding sample with Azure Database for MySQL |
service-binding-redis | Service binding sample with Azure Cache for Redis |
storage-sample | Sample showing how to use temporary and persistent storage in Azure Spring Apps |
java-11-sample | Java 11 sample project to run in Azure Spring Apps |
java-8-sample | Java 8 sample project to run in Azure Spring Apps |
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., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.
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.