Skip to content

Commit 6c6202c

Browse files
committed
sync changes across articles
1 parent b8d07c6 commit 6c6202c

5 files changed

+38
-15
lines changed

articles/databox/data-box-deploy-copy-data-via-nfs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ If you're using a Linux host computer, perform the following steps to configure
109109
> [!IMPORTANT]
110110
> The information contained within this section applies to orders placed after April 1<sup>st</sup>, 2024.
111111
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.
113113

114114
| Tier | Recommendation | Best practice |
115115
|---------|----------------|---------------|

articles/databox/data-box-deploy-copy-data-via-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Follow the steps to [Configure partner software that you used while connecting o
158158
> [!IMPORTANT]
159159
> The information contained within this section applies to orders placed after April 1<sup>st</sup>, 2024.
160160
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.
162162
163163
| Tier | Recommendation | Best practice |
164164
|---------|----------------|---------------|

articles/databox/data-box-deploy-copy-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ sudo mount -t cifs -o vers=2.1 10.126.76.138:/utsac1_BlockBlob /home/databoxubun
138138
> [!IMPORTANT]
139139
> The information contained within this section applies to orders placed after April 1<sup>st</sup>, 2024.
140140
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.
142142

143143
| Tier | Recommendation | Best practice |
144144
|---------|----------------|---------------|

articles/databox/data-box-disk-deploy-copy-data.md

Lines changed: 32 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: stevenmatthew
77
ms.service: databox
88
ms.subservice: disk
99
ms.topic: tutorial
10-
ms.date: 03/10/2024
10+
ms.date: 03/26/2024
1111
ms.author: shaas
1212
---
1313

@@ -17,13 +17,12 @@ ms.author: shaas
1717
# Doc scores:
1818
# 11/18/22: 75 (2456/62)
1919
# 09/01/23: 100 (2159/0)
20+
-->
2021

2122
::: zone target="docs"
22-
-->
2323

2424
# Tutorial: Copy data to Azure Data Box Disk and verify
2525

26-
<!--
2726
::: zone-end
2827

2928
::: zone target="chromeless"
@@ -35,7 +34,16 @@ After the disks are connected and unlocked, you can copy data from your source d
3534
::: zone-end
3635

3736
::: 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.
3947
4048
This tutorial describes how to copy data from your host computer and generate checksums to verify data integrity.
4149

@@ -52,9 +60,27 @@ Before you begin, make sure that:
5260
- You have completed the [Tutorial: Install and configure your Azure Data Box Disk](data-box-disk-deploy-set-up.md).
5361
- Your disks are unlocked and connected to a client computer.
5462
- 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).
5664
- You've reviewed [Managed disk limits in Azure object size limits](data-box-disk-limits.md#azure-object-size-limits).
5765

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+
5884
## Copy data to disks
5985

6086
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
311337
> [!div class="nextstepaction"]
312338
> [Ship your Azure Data Box back to Microsoft](./data-box-disk-deploy-picked-up.md)
313339
314-
<!--
315340
::: zone-end
316-
-->
317-
<!--
341+
318342
::: zone target="chromeless"
319343

320344
### Copy data to disks
@@ -349,4 +373,3 @@ Take the following steps to verify your data.
349373
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).
350374
351375
::: zone-end
352-
-->

articles/databox/data-box-heavy-deploy-copy-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,15 +123,15 @@ If using a Windows Server host computer, follow these steps to connect to the Da
123123
- Azure Page blob - `\\10.100.10.100\databoxe2etest_PageBlob`
124124
- Azure Files - `\\10.100.10.100\databoxe2etest_AzFile`
125125

126-
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*.
127127

128128
```
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
130130
Enter the password for 'databoxe2etest' to connect to '10.100.10.100':
131131
The command completed successfully.
132132
```
133133
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.
135135
136136
![Connect to share via File Explorer](media/data-box-heavy-deploy-copy-data/connect-shares-file-explorer-1.png)
137137

0 commit comments

Comments
 (0)