Skip to content

Commit 809bb9b

Browse files
Merge pull request #289950 from stevenmatthew/parma1105
Parma1105
2 parents 8e7ebb4 + 7e7aeff commit 809bb9b

File tree

1 file changed

+5
-31
lines changed

1 file changed

+5
-31
lines changed

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

Lines changed: 5 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ ms.author: shaas
1515

1616
# Tutorial: Use REST APIs to Copy data to Azure Data Box Blob storage
1717

18-
> [!IMPORTANT]
19-
> 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.
20-
>
21-
>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 Data Box](#copy-data-to-data-box) section to copy your data to the appropriate access tier.
22-
>
23-
> The information contained within this section applies to orders placed after April 1, 2024.
24-
2518
> [!CAUTION]
2619
> This article references CentOS, a Linux distribution that is End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](/azure/virtual-machines/workloads/centos/centos-end-of-life).
2720
@@ -44,7 +37,7 @@ Before you begin, make sure that:
4437
3. You review the [system requirements for Data Box Blob storage](data-box-system-requirements-rest.md) and are familiar with supported versions of APIs, SDKs, and tools.
4538
4. You have access to a host computer that has the data that you want to copy over to Data Box. Your host computer must:
4639
* Run a [Supported operating system](data-box-system-requirements.md).
47-
* Be connected to a high-speed network. We strongly recommend that you have at least one 10-GbE connection. If a 10-GbE connection isn't available, a 1-GbE data link can be used but the copy speeds are impacted.
40+
* Be connected to a high-speed network. We strongly recommend that you have at least one 10-GbE connection. You can use a 1-GbE data link if a 10-GbE connection isn't available, though copy speeds are impacted.
4841
5. [Download AzCopy V10](../storage/common/storage-use-azcopy-v10.md) on your host computer. AzCopy is used to copy data to Azure Data Box Blob storage from your host computer.
4942

5043
## Connect via http or https
@@ -98,7 +91,7 @@ Use the Azure portal to download certificate.
9891

9992
### Import certificate
10093

101-
Accessing Data Box Blob storage over HTTPS requires a TLS/SSL certificate for the device. The way in which this certificate is made available to the client application varies from application to application and across operating systems and distributions. Some applications can access the certificate after it's imported into the system's certificate store, while other applications don't make use of that mechanism.
94+
Accessing Data Box Blob storage over HTTPS requires a TLS/SSL certificate for the device. The way in which this certificate is made available to the client application varies from application to application and across operating systems and distributions. Some applications can access the certificate after importing it into the system's certificate store, while other applications don't make use of that mechanism.
10295

10396
Specific information for some applications is mentioned in this section. For more information on other applications, see the documentation for the application and the operating system used.
10497

@@ -152,27 +145,9 @@ Follow the same steps to [add device IP address and blob service endpoint when c
152145
153146
Follow the steps to [Configure partner software that you used while connecting over *http*](#verify-connection-and-configure-partner-software). The only difference is that you should leave the *Use http option* unchecked.
154147
155-
## Determine appropriate access tiers for block blobs
156-
157-
> [!IMPORTANT]
158-
> The information contained within this section applies to orders placed after April 1<sup>st</sup>, 2024.
159-
160-
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.
161-
162-
| Tier | Recommendation | Best practice |
163-
|---------|----------------|---------------|
164-
| 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. |
165-
| 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. |
166-
| 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. |
167-
| 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. |
168-
169-
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).
170-
171-
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-data-box) section.
172-
173148
## Copy data to Data Box
174149
175-
After connecting to one or more Data Box shares, the next step is to copy data. Before you begin the data copy, consider the following limitations:
150+
After one or more Data Box shares are connected, the next step is to copy data. Before you initiate data copy operations, consider the following limitations:
176151
177152
* While copying data, ensure that the data size conforms to the size limits described in the [Azure storage and Data Box limits](data-box-limits.md).
178153
* Simultaneous uploads by Data Box and another non-Data Box application could potentially result in upload job failures and data corruption.
@@ -200,8 +175,8 @@ The first step is to create a container, because blobs are always uploaded into
200175
201176
![Blob Containers context menu, Create Blob Container](media/data-box-deploy-copy-data-via-rest/create-blob-container-1.png)
202177
203-
4. A text box appears below the **Blob Containers** folder. Enter the name for your blob container. See the [Create the container and set permissions](../storage/blobs/storage-quickstart-blobs-dotnet.md) for information on rules and restrictions on naming blob containers.
204-
5. Press **Enter** when done to create the blob container, or **Esc** to cancel. After the blob container is successfully created, it's displayed under the **Blob Containers** folder for the selected storage account.
178+
4. A text box appears below the **Blob Containers** folder. Enter the name for your blob container. See the [Create the container and set permissions](../storage/blobs/storage-quickstart-blobs-dotnet.md) for information on rules and restrictions on naming blob containers.
179+
5. Press **Enter** when done to create the blob container, or **Esc** to cancel. After successful creation, the blob container is displayed under the selected storage account's **Blob Containers** folder.
205180
206181
![Blob container created](media/data-box-deploy-copy-data-via-rest/create-blob-container-2.png)
207182
@@ -266,7 +241,6 @@ In this tutorial, you learned about Azure Data Box topics such as:
266241
>
267242
> * Prerequisites for copy data to Azure Data Box Blob storage using REST APIs
268243
> * Connecting to Data Box Blob storage via *http* or *https*
269-
> * Determining appropriate access tiers for block blobs
270244
> * Copy data to Data Box
271245
272246
Advance to the next tutorial to learn how to ship your Data Box back to Microsoft.

0 commit comments

Comments
 (0)