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
| spring.cloud.azure.storage.blob.credential.client-id | Client ID of the service principal |`00001111-aaaa-2222-bbbb-3333cccc4444`|
126
+
| spring.cloud.azure.storage.blob.credential.client-secret | Client secret to perform service principal authentication |`Aa1Bb~2Cc3.-Dd4Ee5Ff6Gg7Hh8Ii9_Jj0Kk1Ll2`|
127
+
128
+
#### Other client types
99
129
100
130
| Default environment variable name | Description | Example value |
| spring.cloud.azure.storage.queue.credential.client-id | Client ID of the service principal |`00001111-aaaa-2222-bbbb-3333cccc4444`|
125
+
| spring.cloud.azure.storage.queue.credential.client-secret | Client secret to perform service principal authentication |`Aa1Bb~2Cc3.-Dd4Ee5Ff6Gg7Hh8Ii9_Jj0Kk1Ll2`|
126
+
127
+
#### Other client types
128
+
90
129
| Default environment variable name | Description | Example value |
Copy file name to clipboardExpand all lines: articles/service-connector/includes/code-blob-me-id.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,8 @@ var blobServiceClient = new BlobServiceClient(
89
89
.buildClient();
90
90
```
91
91
92
-
### [springBoot](#tab/springBoot)
93
-
Authentication type is not supported for Spring Boot.
92
+
### [SpringBoot](#tab/springBoot)
93
+
Refer to [Upload a file to an Azure Blob Storage](/azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-storage?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json) and set up your Spring application. The configuration properties (of Spring Cloud Azure 4.0 and above) are added to Spring Apps by Service Connector. For more information about configuration properties, see [Azure Storage Blob Properties](https://microsoft.github.io/spring-cloud-azure/current/reference/html/appendix.html#azure_storage_blob_proeprties).
Copy file name to clipboardExpand all lines: articles/service-connector/includes/code-queue-me-id.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ ms.author: wchi
86
86
```
87
87
88
88
### [SpringBoot](#tab/springBoot)
89
-
The authentication type is not supported by Spring Boot client type.
89
+
Refer to [Spring Cloud Azure Storage Queue Operation Code Sample](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/storage/spring-cloud-azure-starter-storage-queue/storage-queue-client) to set up your Spring application. The configuration properties (of Spring Cloud Azure 4.0 and above) are added to Spring Apps by Service Connector. For more information about configuration properties, check [Azure Storage Queue Properties](https://microsoft.github.io/spring-cloud-azure/current/reference/html/appendix.html#azure_storage_queue_proeprties).
0 commit comments