@@ -32,7 +32,6 @@ Note that there is no need to add a `version` as those are managed already by th
3232## Key concepts
3333This project provides auto-configuration for the following Azure services:
3434
35- - [ Azure App Configuration] [ app_configuration ]
3635- [ Azure Cache] [ cache ]
3736- [ Event Hubs] [ event_hubs ]
3837- [ Event Hubs Kafka] [ event_hubs_kafka ]
@@ -44,8 +43,6 @@ This project provides auto-configuration for the following Azure services:
4443
4544The following section provides sample projects illustrating how to use the Azure Spring Cloud starters.
4645### More sample code
47- - [ Azure App Configuration] [ app_configuration_sample ]
48- - [ Azure App Configuration Conversation] [ app_configuration_conversation_sample ]
4946- [ Azure Cache] [ cache_sample ]
5047- [ Event Hubs] [ event_hubs_sample ]
5148- [ Event Hubs Kafka] [ event_hubs_kafka_sample ]
@@ -74,8 +71,6 @@ For more information about setting logging in spring, please refer to the [offic
7471
7572The following section provides sample projects illustrating how to use the Azure Spring Cloud starters.
7673### More sample code
77- - [ Azure App Configuration] [ app_configuration_sample ]
78- - [ Azure App Configuration Conversation] [ app_configuration_conversation_sample ]
7974- [ Azure Cache] [ cache_sample ]
8075- [ Event Hubs] [ event_hubs_sample ]
8176- [ Event Hubs Kafka] [ event_hubs_kafka_sample ]
@@ -98,15 +93,12 @@ Please follow [instructions here][contributing_md] to build from source or contr
9893[ logging_doc ] : https://docs.spring.io/spring-boot/docs/current/reference/html/spring-boot-features.html#boot-features-logging
9994[ contributing_md ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/CONTRIBUTING.md
10095[ maven ] : https://maven.apache.org/
101- [ app_configuration ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/appconfiguration/azure-spring-cloud-starter-appconfiguration-config
10296[ cache ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-cloud-starter-cache
10397[ event_hubs ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-cloud-starter-eventhubs
10498[ event_hubs_kafka ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-cloud-starter-eventhubs-kafka
10599[ service_bus ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-cloud-starter-servicebus
106100[ storage ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-starter-storage
107101[ storage_queue ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-cloud-starter-storage-queue
108- [ app_configuration_sample ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration
109- [ app_configuration_conversation_sample ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-appconfiguration-conversion-complete
110102[ cache_sample ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-cache
111103[ event_hubs_sample ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-integration-sample-eventhubs
112104[ event_hubs_kafka_sample ] : https://github.com/Azure/azure-sdk-for-java/tree/master/sdk/spring/azure-spring-boot-samples/azure-spring-cloud-sample-eventhubs-kafka
0 commit comments