Skip to content

Commit b4f88eb

Browse files
Update azure-blob-storage-connector.md
Minor edit as we won't be including the RevokeUserDelegationKey operation just yet.
1 parent fc21b6b commit b4f88eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ 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.
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.
5050

5151
#### Configuring an Azure Entra ID Access Token
5252

0 commit comments

Comments
 (0)