You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -102,7 +102,7 @@ Refer to the steps and code below to connect to Azure Blob Storage using a user-
102
102
| spring.cloud.azure.storage.blob.account-key | Your Blob Storage account key for Spring Cloud Azure version 4.0 or above |`<account-key>`|
103
103
| spring.cloud.azure.storage.blob.endpoint | Your Blob Storage endpoint for Spring Cloud Azure version 4.0 or above |`https://<storage-account-name>.blob.core.windows.net/`|
104
104
105
-
#### Other client types
105
+
#### Other clients
106
106
| Default environment variable name | Description | Example value |
@@ -125,7 +125,7 @@ Using a service principal as the authentication type is only available for Sprin
125
125
| spring.cloud.azure.storage.blob.credential.client-id | Client ID of the service principal |`00001111-aaaa-2222-bbbb-3333cccc4444`|
126
126
| spring.cloud.azure.storage.blob.credential.client-secret | Client secret to perform service principal authentication |`Aa1Bb~2Cc3.-Dd4Ee5Ff6Gg7Hh8Ii9_Jj0Kk1Ll2`|
127
127
128
-
#### Other client types
128
+
#### Other clients
129
129
130
130
| Default environment variable name | Description | Example value |
@@ -100,7 +100,7 @@ Refer to the steps and code below to connect to Azure Queue Storage using a user
100
100
| spring.cloud.azure.storage.queue.account-key | Queue storage account key for Spring Cloud Azure version above 4.0 |`<account-key>`|
101
101
| spring.cloud.azure.storage.queue.endpoint | Queue storage endpoint for Spring Cloud Azure version above 4.0 |`https://<storage-account-name>.queue.core.windows.net/`|
102
102
103
-
#### Other client types
103
+
#### Other clients
104
104
105
105
| Default environment variable name | Description | Example value |
@@ -124,7 +124,7 @@ Using a service principal as the authentication type is only available for Sprin
124
124
| spring.cloud.azure.storage.queue.credential.client-id | Client ID of the service principal |`00001111-aaaa-2222-bbbb-3333cccc4444`|
125
125
| spring.cloud.azure.storage.queue.credential.client-secret | Client secret to perform service principal authentication |`Aa1Bb~2Cc3.-Dd4Ee5Ff6Gg7Hh8Ii9_Jj0Kk1Ll2`|
126
126
127
-
#### Other client types
127
+
#### Other clients
128
128
129
129
| Default environment variable name | Description | Example value |
0 commit comments