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-how-to-set-data-tier.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
-
title: Send data to Hot, Cool, and Archive blob tier via Azure Data Box, Data Box NextGen, and Azure Data Box Heavy
3
-
description: Describes how to use Azure Data Box, Data Box NextGen, and Azure Data Box Heavy to send data to an appropriate block blob storage tier such as hot, cool, or archive
2
+
title: Send data to Hot, Cool, and Archive blob tier via Azure Data Box, Data Box Next-Gen, and Azure Data Box Heavy
3
+
description: Describes how to use Azure Data Box, Data Box Next-Gen, and Azure Data Box Heavy to send data to an appropriate block blob storage tier such as hot, cool, or archive
4
4
services: databox
5
5
author: stevenmatthew
6
6
@@ -15,7 +15,7 @@ ms.author: shaas
15
15
16
16
Azure Data Box moves large amounts of data to Azure by shipping you a proprietary storage device. You fill up the device with data and return it. The data from Data Box is uploaded to a default tier associated with the storage account. You can then move the data to another storage tier.
17
17
18
-
This article describes how the data that is uploaded by Data Box can be moved to a Hot, Cool, or Archive blob tier. This article applies to both Azure Data Box, Data Box NextGen, and Azure Data Box Heavy Heavy.
18
+
This article describes how the data that is uploaded by Data Box can be moved to a Hot, Cool, or Archive blob tier. This article applies to all Azure Data Box, Data Box Next-Gen, and Azure Data Box Heavy.
@@ -29,13 +29,13 @@ The Azure Archive tier is offline and offers the lowest storage costs but also t
29
29
30
30
The data from the Data Box or Data Box Heavy is uploaded to a storage tier that is associated with the storage account. When you create a storage account, you can specify the access tier as Hot or Cool. Depending upon the access pattern of your workload and cost, you can move this data from the default tier to another storage tier.
31
31
32
-
You may only tier your object storage data in Blob storage or General Purpose v2 (GPv2) accounts. General Purpose v1 (GPv1) accounts do not support tiering. To choose the correct storage tier for your data, review the considerations detailed in [Azure Blob storage: Premium, Hot, Cool, and Archive storage tiers](../storage/blobs/access-tiers-overview.md).
32
+
You may only tier your object storage data in Blob storage or General Purpose v2 (GPv2) accounts. General Purpose v1 (GPv1) accounts don't support tiering. To choose the correct storage tier for your data, review the considerations detailed in [Azure Blob storage: Premium, Hot, Cool, and Archive storage tiers](../storage/blobs/access-tiers-overview.md).
33
33
34
34
## Set a default blob tier
35
35
36
36
The default blob tier is specified when the storage account is created in the Azure portal. Once a storage type is selected as GPv2 or Blob storage, then the Access tier attribute can be specified. By default, the Hot tier is selected.
37
37
38
-
The tiers cannot be specified if you are trying to create a new account when ordering a Data Box or Data Box Heavy. After the account is created, you can modify the account in portal to set the default access tier.
38
+
The tiers can't be specified if you are trying to create a new account when ordering a Data Box or Data Box Heavy. After the account is created, you can modify the account in portal to set the default access tier.
39
39
40
40
Alternatively, you create a storage account first with the specified access tier attribute. When creating the Data Box or Data Box Heavy order, select the existing storage account. For more information on how to set the default blob tier during storage account creation, go to [Create a storage account in Azure portal](../storage/common/storage-account-create.md?tabs=portal).
41
41
@@ -50,7 +50,7 @@ Once the data from Data Box device is uploaded to the default tier, you may want
50
50
51
51
Following steps describe how you can set the blob tier to Archive using an Azure PowerShell script.
52
52
53
-
1. Open an elevated Windows PowerShell session. Make sure that your running PowerShell 5.0 or higher. Type:
53
+
1. Open an elevated Windows PowerShell session. Make sure that you're running PowerShell 5.0 or higher. Type:
0 commit comments