You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/databox/data-box-heavy-deploy-copy-data.md
+13-6Lines changed: 13 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,21 +65,26 @@ Based on the storage account selected, Data Box Heavy creates up to:
65
65
66
66
These shares are created on both the nodes of the device.
67
67
68
-
Under block blob and page blob shares:
68
+
Under page blob shares:
69
69
- First-level entities are containers.
70
70
- Second-level entities are blobs.
71
71
72
72
Under shares for Azure Files:
73
73
- First-level entities are shares.
74
74
- Second-level entities are files.
75
75
76
+
Under block blob shares:
77
+
- First-level entities are access tiers
78
+
- Second-level entities are containers
79
+
- Third-level entities are blobs.
80
+
76
81
The following table shows the UNC path to the shares on your Data Box Heavy and Azure Storage path URL where the data is uploaded. The final Azure Storage path URL can be derived from the UNC share path.
The steps to connect using a Windows or a Linux client are different.
85
90
@@ -119,11 +124,13 @@ If using a Windows Server host computer, follow these steps to connect to the Da
119
124
120
125

121
126
122
-
You should now see the shares as folders.
127
+
You should now see the shares as folders. Note that in this example the *BlockBlob* share is being used. Accordingly, the four folders representing the four available access tiers are present. These folders are not available in other shares.
123
128
124
129

125
130
126
-
**Always create a folder for the files that you intend to copy under the share and then copy the files to that folder**. The folder created under block blob and page blob shares represents a container to which data is uploaded as blobs. You cannot copy files directly to *root* folder in the storage account.
131
+
**Always create a folder for the files that you intend to copy under the share and then copy the files to that folder**. You cannot copy files directly to the *root* folder in the storage account. Any folders created under the *PageBlob* share represents containers into which data is uploaded as blobs. Similarly, any sub-folders created within the folders representing access tiers in the *BlockBlob* share also represents a blob storage container. Folders created within the *AzFile* share represent file shares.
132
+
133
+
Folders created at the *root* of the *BlockBlob* share will be created as a blob containers. The access tier of these container will be inherited from the storage account.
0 commit comments