Skip to content

Commit 66f59ac

Browse files
authored
fix: Corrected docs for use of Access Keys in Azure Storage Data Plane (#403)
Fix: Fixed documentation for use of Access Keys in Azure Storage Data Plane
1 parent 78bbfa0 commit 66f59ac

File tree

1 file changed

+7
-4
lines changed
  • extensions/data-plane/data-plane-azure-storage

1 file changed

+7
-4
lines changed

extensions/data-plane/data-plane-azure-storage/README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ This module contains a Data Plane extension to copy data to and from Azure Blob
66

77
When 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

0 commit comments

Comments
 (0)