Skip to content

Commit 2bf2e6f

Browse files
Update azure-blob-storage-connector.md
Added short explanation on how to generate SAS and how to revoke SAS tokens by revoking the user delegation key they where created under. The RevokeUserDelegationKey action still needs to be added at a later moment.
1 parent 8f21873 commit 2bf2e6f

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)