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-deploy-copy-data-via-nfs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ If you're using a Linux host computer, perform the following steps to configure
109
109
> [!IMPORTANT]
110
110
> The information contained within this section applies to orders placed after April 1<sup>st</sup>, 2024.
111
111
112
-
Azure Storage allows you to store block blob data in several access tiers within the same storage account. This ability allows data to be organized and stored more efficiently based on how often it's accessed. The following table contains information and recommendations about Azure Storage access tiers.
112
+
Azure Storage allows you to store block blob data in multiple access tiers within the same storage account. This ability allows data to be organized and stored more efficiently based on how often it's accessed. The following table contains information and recommendations about Azure Storage access tiers.
Copy file name to clipboardExpand all lines: articles/databox/data-box-deploy-copy-data-via-rest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ Follow the steps to [Configure partner software that you used while connecting o
158
158
> [!IMPORTANT]
159
159
> The information contained within this section applies to orders placed after April 1<sup>st</sup>, 2024.
160
160
161
-
Azure Storage allows you to store block blob data in several access tiers within the same storage account. This ability allows data to be organized and stored more efficiently based on how often it's accessed. The following table contains information and recommendations about Azure Storage access tiers.
161
+
Azure Storage allows you to store block blob data in multiple access tiers within the same storage account. This ability allows data to be organized and stored more efficiently based on how often it's accessed. The following table contains information and recommendations about Azure Storage access tiers.
> The information contained within this section applies to orders placed after April 1<sup>st</sup>, 2024.
140
140
141
-
Azure Storage allows you to store block blob data in several access tiers within the same storage account. This ability allows data to be organized and stored more efficiently based on how often it's accessed. The following table contains information and recommendations about Azure Storage access tiers.
141
+
Azure Storage allows you to store block blob data in multiple access tiers within the same storage account. This ability allows data to be organized and stored more efficiently based on how often it's accessed. The following table contains information and recommendations about Azure Storage access tiers.
Copy file name to clipboardExpand all lines: articles/databox/data-box-disk-deploy-copy-data.md
+32-9Lines changed: 32 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ author: stevenmatthew
7
7
ms.service: databox
8
8
ms.subservice: disk
9
9
ms.topic: tutorial
10
-
ms.date: 03/10/2024
10
+
ms.date: 03/26/2024
11
11
ms.author: shaas
12
12
---
13
13
@@ -17,13 +17,12 @@ ms.author: shaas
17
17
# Doc scores:
18
18
# 11/18/22: 75 (2456/62)
19
19
# 09/01/23: 100 (2159/0)
20
+
-->
20
21
21
22
::: zone target="docs"
22
-
-->
23
23
24
24
# Tutorial: Copy data to Azure Data Box Disk and verify
25
25
26
-
<!--
27
26
::: zone-end
28
27
29
28
::: zone target="chromeless"
@@ -35,7 +34,16 @@ After the disks are connected and unlocked, you can copy data from your source d
35
34
::: zone-end
36
35
37
36
::: zone target="docs"
38
-
-->
37
+
38
+
> [!IMPORTANT]
39
+
> Azure Data Box now supports access tier assignment at the blob level. The steps contained within this tutorial reflect the updated data copy process and are specific to block blobs.
40
+
>
41
+
>For help with determining the appropriate access tier for your block blob data, refer to the [Determine appropriate access tiers for block blobs](#determine-appropriate-access-tiers-for-block-blobs) section. Follow the steps containined within the [Copy data to Azure Data Box](#copy-data-to-azure-data-box) section to copy your data to the appropriate access tier.
42
+
>
43
+
> The information contained within this section applies to orders placed after April 1, 2024.
44
+
45
+
> [!CAUTION]
46
+
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly.
39
47
40
48
This tutorial describes how to copy data from your host computer and generate checksums to verify data integrity.
41
49
@@ -52,9 +60,27 @@ Before you begin, make sure that:
52
60
- You have completed the [Tutorial: Install and configure your Azure Data Box Disk](data-box-disk-deploy-set-up.md).
53
61
- Your disks are unlocked and connected to a client computer.
54
62
- The client computer used to copy data to the disks is running a [Supported operating system](data-box-disk-system-requirements.md#supported-operating-systems-for-clients).
55
-
- The intended storage type for your data matches [Supported storage types](data-box-disk-system-requirements.md#supported-storage-types-for-upload).
63
+
- The intended storage type for your data matches the [Supported storage types](data-box-disk-system-requirements.md#supported-storage-types-for-upload).
56
64
- You've reviewed [Managed disk limits in Azure object size limits](data-box-disk-limits.md#azure-object-size-limits).
57
65
66
+
## Determine appropriate access tiers for block blobs
67
+
68
+
> [!IMPORTANT]
69
+
> The information contained within this section applies to orders placed after April 1<sup>st</sup>, 2024.
70
+
71
+
Azure Storage allows you to store block blob data in multiple access tiers within the same storage account. This ability allows data to be organized and stored more efficiently based on how often it's accessed. The following table contains information and recommendations about Azure Storage access tiers.
72
+
73
+
| Tier | Recommendation | Best practice |
74
+
|---------|----------------|---------------|
75
+
| Hot | Useful for online data accessed or modified frequently. This tier has the highest storage costs, but the lowest access costs. | Data in this tier should be in regular and active use. |
76
+
| Cool | Useful for online data accessed or modified infrequently. This tier has lower storage costs and higher access costs than the hot tier. | Data in this tier should be stored for at least 30 days. |
77
+
| Cold | Useful for online data accessed or modified rarely but still requiring fast retrieval. This tier has lower storage costs and higher access costs than the cool tier.| Data in this tier should be stored for a minimum of 90 days. |
78
+
| Archive | Useful for offline data rarely accessed and having lower latency requirements. | Data in this tier should be stored for a minimum of 180 days. Data removed from the archive tier within 180 days is subject to an early deletion charge. |
79
+
80
+
For more information about blob access tiers, see [Access tiers for blob data](../storage/blobs/access-tiers-overview.md). For more detailed best practices, see [Best practices for using blob access tiers](../storage/blobs/access-tiers-best-practices.md).
81
+
82
+
You can transfer your block blob data to the appropriate access tier by copying it to the corresponding folder within Data Box. This process is discussed in greater detail within the [Copy data to Azure Data Box](#copy-data-to-disks) section.
83
+
58
84
## Copy data to disks
59
85
60
86
Review the following considerations before you copy the data to the disks:
@@ -311,10 +337,8 @@ Advance to the next tutorial to learn how to return the Data Box Disk and verify
311
337
> [!div class="nextstepaction"]
312
338
> [Ship your Azure Data Box back to Microsoft](./data-box-disk-deploy-picked-up.md)
313
339
314
-
<!--
315
340
::: zone-end
316
-
-->
317
-
<!--
341
+
318
342
::: zone target="chromeless"
319
343
320
344
### Copy data to disks
@@ -349,4 +373,3 @@ Take the following steps to verify your data.
349
373
For more information on data validation, see [Validate data](#validate-data). If you experience errors during validation, see [troubleshoot validation errors](data-box-disk-troubleshoot.md).
4. Enter the password for the share when prompted. The following sample shows connecting to a share via the preceding command.
126
+
4. Enter the password for the share when prompted. The following sample can be used to connect to *BlockBlob*share on the Data Box having in IP address of *10.100.10.100*.
127
127
128
128
```
129
-
C:\Users\Databoxuser>net use \\10.100.10.100\databoxe2etest_BlockBlob /u:databoxe2etest
129
+
net use \\10.100.10.100\databoxe2etest_BlockBlob /u:databoxe2etest
130
130
Enter the password for 'databoxe2etest' to connect to '10.100.10.100':
131
131
The command completed successfully.
132
132
```
133
133
134
-
4. Press Windows + R. In the **Run** window, specify the `\\<device IP address>`. Click **OK** to open File Explorer.
134
+
5. Press Windows + R. In the **Run** window, specify the `\\<device IP address>`. Click **OK** to open File Explorer.
135
135
136
136

0 commit comments