Skip to content

Empty Storage Containers with Cosmos DB Data #59

@carlneal

Description

@carlneal

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 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions