Skip to content

Commit fc21b6b

Browse files
Merge pull request #15 from DaanvanOtterloo/patch-4
Update azure-blob-storage-connector.md
2 parents 8f21873 + 2bf2e6f commit fc21b6b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ A Shared Access Signature (SAS) provides secure, delegated access to resources i
4646
2. Create a **SASCredentials** object and populate its **SASToken** attribute.
4747
3. Pass the **SASCredentials** object to the **AbstractCredentials** parameter in your operation microflow.
4848

49+
Or generate a SAS with a combination of the **POST_v1_Azure_GetUserDelegationKey** and one of the **Create_SAS_Token_Blob**, **Create_SAS_Token_Directory** or **Create_SAS_Token_Container** operations as specified in the "Configuring Operation Microflows" section. If you want to revoke the created SAS tokens that where created under a certain user delegation key before they expire, you can do so by revoking said user delegation key using the **RevokeUserDelegationKey** operation.
50+
4951
#### Configuring an Azure Entra ID Access Token
5052

5153
To configure user-based Azure Entra ID authentication, perform the following steps:

0 commit comments

Comments
 (0)