Skip to content

Commit 1855442

Browse files
committed
fix title
1 parent 35e57fd commit 1855442

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

articles/service-connector/how-to-integrate-storage-blob.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,11 +91,10 @@ Refer to the steps and code below to connect to Azure Blob Storage using a user-
9191

9292
### Connection string
9393

94-
#### SpringBoot client
9594
> [!WARNING]
9695
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
9796
98-
#### SpringBoot client type
97+
#### SpringBoot client
9998

10099
| Application properties | Description | Example value |
101100
| --------------------------- | ------------------------------ | --------------------------------------------------------- |

articles/service-connector/how-to-integrate-storage-queue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Refer to the steps and code below to connect to Azure Queue Storage using a user
9090

9191
### Connection string
9292

93-
#### SpringBoot client
9493
> [!WARNING]
9594
> Microsoft recommends that you use the most secure authentication flow available. The authentication flow described in this procedure requires a very high degree of trust in the application, and carries risks that are not present in other flows. You should only use this flow when other more secure flows, such as managed identities, aren't viable.
9695
97-
#### SpringBoot client type
96+
#### SpringBoot client
97+
9898

9999
| Application properties | Description | Example value |
100100
|----------------------------------------|----------------------------|--------------------------|

0 commit comments

Comments
 (0)