Skip to content

Commit d0457bc

Browse files
Update azure-blob-storage-connector.md
1 parent 29a0ea4 commit d0457bc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/en/docs/marketplace/platform-supported-content/modules/azure/azure-blob-storage-connector.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,18 @@ After you install the connector, you can find it in the **App Explorer**, in the
3636

3737
### Configuring Authentication {#authentication}
3838

39-
To interact with Azure Blob Storage, authentication can be performed using either a Shared Access Signature (SAS) or an Azure Entra ID Access Token.
39+
To interact with Azure Blob Storage, authentication can be done using either a Shared Access Signature (SAS) or an Azure Entra ID Access Token.
40+
41+
#### Configuring SAS Authorization
4042

41-
#### SAS authorization
4243
A Shared Access Signature (SAS) provides secure, delegated access to resources in your storage account. Follow these steps:
4344

4445
1. Have your administrator generate a SAS for the target container or blob
4546
2. Create a `SASCredentials` object and populate its `SASToken` attribute
4647
3. Pass the `SASCredentials` object to the `AbstractCredentials` parameter in your operation microflow
4748

48-
#### Azure Entra ID Access Token
49+
#### Configuring an Azure Entra ID Access Token
50+
4951
For Azure Entra ID authentication:
5052

5153
1. Configure Single Sign-On (SSO) using the `OIDC SSO` marketplace module

0 commit comments

Comments
 (0)