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
# Integrate Azure Blob Storage with Service Connector
13
15
14
-
This page shows the supported authentication types and client types of Azure Blob Storage using Service Connector. You might still be able to connect to Azure Blob Storage in other programming languages without using Service Connector. This page also shows default environment variable names and values (or Spring Boot configuration) you get when you create the service connection. You can learn more about [Service Connector environment variable naming convention](concept-service-connector-internals.md).
16
+
This page shows the supported authentication types, client types and sample codes of Azure Blob Storage using Service Connector. This page also shows default environment variable names and values (or Spring Boot configuration) you get when you create the service connection. Also detail steps with sample codes about how to make connection to the blob storage. You can learn more about [Service Connector environment variable naming convention](concept-service-connector-internals.md).
15
17
16
18
## Supported compute service
17
19
@@ -31,58 +33,103 @@ Supported authentication and clients for App Service, Container Apps and Azure S
31
33
| Java - Spring Boot ||||
## Default environment variable names or application properties
42
+
## Default environment variable names or application properties and sample codes
40
43
41
-
Use the connection details below to connect compute services to Blob Storage. For each example below, replace the placeholder texts
42
-
`<account name>`, `<account-key>`, `<client-ID>`, `<client-secret>`, `<tenant-ID>`, and `<storage-account-name>` with your own account name, account key, client ID, client secret, tenant ID and storage account name.
43
-
44
-
### Secret / connection string
45
-
46
-
#### .NET, Java, Node.JS, Python
47
-
| Default environment variable name | Description | Example value |
| azure.storage.account-name | Your Blob storage-account-name |`<storage-account-name>`|
56
-
| azure.storage.account-key | Your Blob Storage account key |`<account-key>`|
57
-
| azure.storage.blob-endpoint | Your Blob Storage endpoint |`https://<storage-account-name>.blob.core.windows.net/`|
44
+
Reference the connection details and sample codes in following tables, accordings to your connection's authentication type and client type, to connect compute services to Azure Blob Storage. Please go to beginning of the documentation to choose authentication type.
58
45
46
+
::: zone pivot="system-identity"
59
47
60
48
### System-assigned managed identity
49
+
For default environment variables and sample codes of other authentication type, please choose from beginning of the documentation.
61
50
62
51
| Default environment variable name | Description | Example value |
0 commit comments