address comments
This commit is contained in:
Родитель
b7c2dacb9a
Коммит
eea2fb0ba5
|
@ -25,7 +25,7 @@ Most of Azure SDKs could be divided into two categories by transport type, HTTP-
|
|||
|===
|
||||
|
||||
|
||||
There are some properties that could be shared among different Azure services, for example using the same service principal to access Azure Cosmos DB and Azure Event Hubs. Spring Cloud Azure 4.0 allows developers to define properties that apply to all Azure SDKs with the prefix `spring.cloud.azure`.
|
||||
There are some properties that could be shared among different Azure services, for example using the same service principal to access Azure Cosmos DB and Azure Event Hubs. Spring Cloud Azure 4.0 allows application developers to specify properties that apply to all Azure SDKs with the prefix `spring.cloud.azure`.
|
||||
|
||||
.Global properties
|
||||
[cols="1,3", options="header"]
|
||||
|
@ -51,7 +51,7 @@ There are some properties that could be shared among different Azure services, f
|
|||
|
||||
NOTE: Properties configured under each Azure service will override the global configurations.
|
||||
|
||||
Spring Cloud Azure unifies configuration properties' prefixes to `spring.cloud.azure` since 4.0, which will make configuration properties more consistent and more intuitive. Here's a quick review of the prefixes of each supported Azure service.
|
||||
Spring Cloud Azure unifies configuration properties' prefixes to `spring.cloud.azure` since 4.0, which will make configuration properties more consistent and more intuitive. Here's a quick review of the prefixes of supported Azure services.
|
||||
|
||||
.Service specific properties
|
||||
[cols="<50,<50", options="header"]
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
[#starter-dependencies]
|
||||
==== Starter Dependencies
|
||||
|
||||
Spring Cloud Azure Starters are a set of convenient dependency descriptors to include in your application. Each starter includes all the dependencies and transitive dependencies needed to begin using their corresponding Spring Cloud Azure modules. They boost your Spring Boot application development with Azure services.
|
||||
Spring Cloud Azure Starters are a set of convenient dependency descriptors to include in your application. Each starter includes all the dependencies and transitive dependencies needed to begin using its corresponding Spring Cloud Azure module. They boost your Spring Boot application development with Azure services.
|
||||
|
||||
For example, if you want to get started using Azure Cosmos DB for data persistence, include the `spring-cloud-azure-starter-cosmos` dependency in your project.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче