-
Notifications
You must be signed in to change notification settings - Fork 163
Open
Description
The cosmos DB documents are not copying over via the AZ Copy. It appears there may not be any data below. :
https://solliancepublicdata.blob.core.windows.net/wwi-02/online-user-profiles-02/
Would you please verify if this is the correct path? I can modify the code below to use the updated path.
The relevant powershell code is as follows:
foreach ($dataDirectory in $dataDirectories.Keys) {
$vals = $dataDirectories[$dataDirectory].tostring().split(",");
$source = $publicDataUrl + $vals[1];
$path = $vals[0];
$destination = $dataLakeStorageBlobUrl + $path + $destinationSasKey
Write-Information "Copying directory $($source) to $($destination)"
& $azCopyCommand copy $source $destination --recursive=true
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels