File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
extensions/data-plane/data-plane-azure-storage Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ This module contains a Data Plane extension to copy data to and from Azure Blob
66
77When used as a source, it supports copying a single or multiple blobs.
88
9- The source ` keyName ` should reference a vault entry containing a
10- storage [ Shared Key] ( https://docs.microsoft.com/rest/api/storageservices/authorize-with-shared-key ) .
9+ Both, the source and destination ` keyName ` should reference a vault entry containing a
10+ storage account [ Access Key] ( https://learn.microsoft.com/en-us/azure/storage/common/storage-account-keys-manage ) .
11+ This access key is used by the consumer connector to create temporary access tokens (SAS Tokens) that it passes
12+ to the provider connector. The provider connector then uses this token to transfer the data to the consumer.
13+
14+ > Note: The provider connector needs access to both the provider and consumer storage account.
15+ > It is necessary to enable _ public network access_ for the provider connector IP range.
1116
12- The destination ` keyName ` should reference a vault entry containing a JSON-serialized ` AzureSasToken ` object wrapping
13- a [ storage access signature] ( https://docs.microsoft.com/azure/storage/common/storage-sas-overview ) .
1417
1518### AzureStorage DataAddress Configuration
1619
You can’t perform that action at this time.
0 commit comments