Skip to content

Commit 3e88cb8

Browse files
committed
Updating spacing, and information
1 parent 5585ef7 commit 3e88cb8

5 files changed

+9
-1
lines changed

articles/azure-app-configuration/howto-convert-to-the-new-spring-boot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ All of the group and artifact IDs in the Azure libraries for Spring Boot have be
3939
<groupId>com.azure.spring</groupId>
4040
<artifactId>spring-cloud-azure-feature-management-web</artifactId>
4141
</dependency>
42+
4243
<dependencyManagement>
4344
<dependencies>
4445
<dependency>
@@ -71,6 +72,7 @@ All of the group and artifact IDs in the Azure libraries for Spring Boot have be
7172
<groupId>com.azure.spring</groupId>
7273
<artifactId>spring-cloud-azure-feature-management-web</artifactId>
7374
</dependency>
75+
7476
<dependencyManagement>
7577
<dependencies>
7678
<dependency>

articles/azure-app-configuration/howto-integrate-azure-managed-service-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ spring.cloud.azure.credential.client-id= <client_id>
186186
```
187187
188188
> [!NOTE]
189-
> For more info see [Spring Cloud Azure authentication](/azure/developer/java/spring-framework/authentication) .
189+
> For more information see [Spring Cloud Azure authentication](/azure/developer/java/spring-framework/authentication).
190190
191191
:::zone-end
192192

articles/azure-app-configuration/quickstart-feature-flag-spring-boot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ To create a new Spring Boot project:
6767
<groupId>org.springframework.boot</groupId>
6868
<artifactId>spring-boot-starter-thymeleaf</artifactId>
6969
</dependency>
70+
7071
<dependencyManagement>
7172
<dependencies>
7273
<dependency>
@@ -95,6 +96,7 @@ To create a new Spring Boot project:
9596
<groupId>org.springframework.boot</groupId>
9697
<artifactId>spring-boot-starter-thymeleaf</artifactId>
9798
</dependency>
99+
98100
<dependencyManagement>
99101
<dependencies>
100102
<dependency>

articles/azure-app-configuration/quickstart-java-spring-app.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ To install the Spring Cloud Azure Config starter module, add the following depen
4545
<groupId>com.azure.spring</groupId>
4646
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
4747
</dependency>
48+
4849
<dependencyManagement>
4950
<dependencies>
5051
<dependency>
@@ -65,6 +66,7 @@ To install the Spring Cloud Azure Config starter module, add the following depen
6566
<groupId>com.azure.spring</groupId>
6667
<artifactId>spring-cloud-azure-appconfiguration-config-web</artifactId>
6768
</dependency>
69+
6870
<dependencyManagement>
6971
<dependencies>
7072
<dependency>

articles/azure-app-configuration/use-feature-flags-spring-boot.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ The easiest way to connect your Spring Boot application to App Configuration is
5656
<groupId>com.azure.spring</groupId>
5757
<artifactId>spring-cloud-azure-feature-management-web</artifactId>
5858
</dependency>
59+
5960
<dependencyManagement>
6061
<dependencies>
6162
<dependency>
@@ -76,6 +77,7 @@ The easiest way to connect your Spring Boot application to App Configuration is
7677
<groupId>com.azure.spring</groupId>
7778
<artifactId>spring-cloud-azure-feature-management-web</artifactId>
7879
</dependency>
80+
7981
<dependencyManagement>
8082
<dependencies>
8183
<dependency>

0 commit comments

Comments
 (0)