Skip to content

Commit bdb09e9

Browse files
Update azure-blob-storage-connector.md
1 parent 4f085ba commit bdb09e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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
@@ -88,7 +88,7 @@ The Azure Blob Storage connector contains the following operations:
8888
* `Create SAS Token Blob` - Allows you to create an SAS with which to access a specific Blob.
8989
* `Create SAS Token Container` - Allows you to create an SAS with which to access a specific Container.
9090
* `Create SAS Toke _Directory` - Allows you to create an SAS with which to access a specific Directory.
91-
* `Revoke All User Delegation Keys` - Revoke all the retrieved User Delegation Keys of an account in order to invalidate **all** existing SAS tokens of an account! To be able to invoke this service you have to make sure that the application had been granted the Azure Entra Authoraization scope `https://management.azure.com/user_impersonation`, otherwise you will get an `HTTP-401 Unauthorized error`. Keep in mind that also new created SAS tokens which have been created with a revoked User Delegation Key will be invalid as well. For more information, see [Storage Accounts - Revoke User Delegation Keys](https://learn.microsoft.com/en-us/rest/api/storagerp/storage-accounts/revoke-user-delegation-keys).
91+
* `Revoke All User Delegation Keys` - Revoke all the retrieved User Delegation Keys of an account in order to invalidate all existing SAS tokens of an account. To be able to invoke this service, you have to make sure that the application had been granted the Azure Entra Authoraization scope `https://management.azure.com/user_impersonation`, otherwise you will get an `HTTP-401 Unauthorized error`. Keep in mind that also new created SAS tokens which have been created with a revoked User Delegation Key will be invalid as well. For more information, see [Storage Accounts - Revoke User Delegation Keys](https://learn.microsoft.com/en-us/rest/api/storagerp/storage-accounts/revoke-user-delegation-keys).
9292

9393
You can implement the operations of the connector by using them in microflows.
9494

0 commit comments

Comments
 (0)