Skip to content

Commit b8d07c6

Browse files
committed
Falling asleep at my keyboard. Committing changes before I accidentally mess something up.
1 parent 2731fb1 commit b8d07c6

File tree

5 files changed

+88
-103
lines changed

5 files changed

+88
-103
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
@@ -56,7 +56,7 @@ The following table identifies the names of the Data Box shares to which you can
5656
| Page blob | <\storageAccountName\>_PageBlob | <\containerName\> | <\pageBlob\> | |
5757
| File storage | <\storageAccountName\>_AzFile | <\fileShareName\> | <\file\> | |
5858

59-
You can't copy files directly to the *root* folder of any Data Box share. Instead, create folders within the Data Box share corresponding to your user case.
59+
You can't copy files directly to the *root* folder of any Data Box share. Instead, create folders within the Data Box share depending on your use case.
6060

6161
Block blobs support the assignment of access tiers at the file level. Before you copy files to the block blob share, the recommended best-practice is to add new subfolders within the appropriate access tier. Then, after creating new subfolders, continue adding files to each subfolder as appropriate.
6262

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: stevenmatthew
77
ms.service: databox
88
ms.subservice: pod
99
ms.topic: tutorial
10-
ms.date: 03/21/2024
10+
ms.date: 03/25/2024
1111
ms.author: shaas
1212

1313
# Customer intent: As an IT admin, I need to be able to copy data to Data Box to upload on-premises data from my server onto Azure.
@@ -42,6 +42,7 @@ In this tutorial, you learn how to:
4242
>
4343
> * Prerequisites
4444
> * Connect to Data Box
45+
> * Determine appropriate access tiers for block blobs
4546
> * Copy data to Data Box
4647
4748
## Prerequisites
@@ -70,7 +71,7 @@ The following table identifies the names of the Data Box shares to which you can
7071
| Page blob | <\storageAccountName\>_PageBlob | <\containerName\> | <\pageBlob\> | |
7172
| File storage | <\storageAccountName\>_AzFile | <\fileShareName\> | <\file\> | |
7273

73-
You can't copy files directly to the *root* folder of any Data Box share. Instead, create folders within the Data Box share corresponding to your user case.
74+
You can't copy files directly to the *root* folder of any Data Box share. Instead, create folders within the Data Box share depending on your use case.
7475

7576
Block blobs support the assignment of access tiers at the file level. When copying files to the block blob share, the recommended best-practice is to add new subfolders within the appropriate access tier. After creating new subfolders, continue adding files to each subfolder as appropriate.
7677

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

Lines changed: 45 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: stevenmatthew
66
ms.service: databox
77
ms.subservice: pod
88
ms.topic: tutorial
9-
ms.date: 02/27/2024
9+
ms.date: 03/25/2024
1010
ms.author: shaas
1111
ms.custom: devx-track-azurepowershell, devx-track-azurecli
1212
#Customer intent: As an IT admin, I need to be able to order Data Box to upload on-premises data from my server onto Azure.
@@ -58,7 +58,7 @@ Before you begin, make sure that:
5858

5959
**Sign in to Azure**
6060

61-
Open up a Windows PowerShell command window and sign in to Azure with the [az login](/cli/azure/reference-index#az-login) command:
61+
Open up a Windows PowerShell command window and sign in to Azure with the [az sign in](/cli/azure/reference-index#az-login) command:
6262

6363
```azurecli
6464
PS C:\Windows> az login
@@ -390,18 +390,18 @@ Do the following steps using Azure PowerShell to order a device:
390390

391391
After you place the order, you can track the status of the order from Azure portal. Go to your Data Box order and then go to **Overview** to view the status. The portal shows the order in **Ordered** state.
392392

393-
If the device isn't available, you receive a notification. If the device is available, Microsoft identifies the device for shipment and prepares the shipment. During device preparation, following actions occur:
393+
If the device isn't available, you receive a notification. If the device is available, Microsoft identifies the device and prepares it for shipment. The following actions occur during device preparation:
394394

395395
* SMB shares are created for each storage account associated with the device.
396396
* For each share, access credentials such as username and password are generated.
397-
* Device password that helps unlock the device is also generated.
398-
* The Data Box is locked to prevent unauthorized access to the device at any point.
397+
* The device password is generated. This password is used to unlock the device.
398+
* The device is locked to prevent unauthorized access at any point.
399399

400-
When the device preparation is complete, the portal shows the order in **Processed** state.
400+
When the device preparation is complete, the portal shows the order in a **Processed** state.
401401

402402
![A Data Box order that's been processed](media/data-box-overview/data-box-order-status-processed.png)
403403

404-
Microsoft then prepares and dispatches your device via a regional carrier. You receive a tracking number once the device is shipped. The portal shows the order in **Dispatched** state.
404+
Microsoft then prepares and dispatches your device via a regional carrier. You receive a tracking number after the device is shipped. The portal shows the order in **Dispatched** state.
405405

406406
![A Data Box order that's been dispatched](media/data-box-overview/data-box-order-status-dispatched.png)
407407

@@ -428,7 +428,7 @@ To get tracking information about a single, existing Azure Data Box order, run [
428428
|query| The JMESPath query string. For more information, see [JMESPath](http://jmespath.org/). | --query &lt;string&gt;|
429429
|verbose| Include verbose logging. | --verbose |
430430

431-
The following example contains the the same command, but with the `output` parameter value set to "table":
431+
The following example contains the same command, but with the `output` parameter value set to "table":
432432

433433
```azurecli
434434
PS C:\WINDOWS\system32> az databox job show --resource-group "myresourcegroup" \
@@ -510,13 +510,13 @@ To get tracking information about a single, existing Azure Data Box order, run [
510510
|Name [Required]| The name of the order to get information for. | "mydataboxorder"|
511511
|ResourceId| The ID of the resource associated with the order. | |
512512

513-
Here is an example of the command with output:
513+
The following example can be used to retrieve details about a specific order:
514514

515515
```azurepowershell
516-
PS C:\WINDOWS\system32> Get-AzDataBoxJob -ResourceGroupName "myResourceGroup" -Name "myDataBoxOrderPSTest"
516+
Get-AzDataBoxJob -ResourceGroupName "myResourceGroup" -Name "myDataBoxOrderPSTest"
517517
```
518518

519-
Here is the output from running the command:
519+
The following example output indicates that the command was completed successfully:
520520

521521
```output
522522
jobResource.Name jobResource.Sku.Name jobResource.Status jobResource.StartTime jobResource.Location ResourceGroup
@@ -526,20 +526,15 @@ To get tracking information about a single, existing Azure Data Box order, run [
526526

527527
### List all orders
528528

529-
If you have ordered multiple devices, you can run [`Get-AzDataBoxJob`](/powershell/module/az.databox/Get-AzDataBoxJob) to view all your Azure Data Box orders. The command lists all orders that belong to a specific resource group. Also displayed in the output: order name, shipping status, Azure region, delivery type, order status. Canceled orders are also included in the list.
530-
The command also displays time stamps of each order.
529+
To view all your Azure Data Box orders, run the [`Get-AzDataBoxJob`](/powershell/module/az.databox/Get-AzDataBoxJob) cmdlet. The cmdlet lists all orders that belong to a specific resource group. The resulting output also contains additional data such as order name, shipping status, Azure region, delivery type, order status, and the time stamp associated with each order. Canceled orders are also included in the list.
531530

532-
```azurepowershell
533-
Get-AzDataBoxJob -ResourceGroupName <String>
534-
```
535-
536-
Here is an example of the command:
531+
The following example can be used to retrieve details about all orders associated to a specific Azure resource group:
537532

538533
```azurepowershell
539-
PS C:\WINDOWS\system32> Get-AzDataBoxJob -ResourceGroupName "myResourceGroup"
534+
Get-AzDataBoxJob -ResourceGroupName <String>
540535
```
541536

542-
Here is the output from running the command:
537+
The following example output indicates that the command was completed successfully:
543538

544539
```output
545540
jobResource.Name jobResource.Sku.Name jobResource.Status jobResource.StartTime jobResource.Location ResourceGroup
@@ -557,60 +552,49 @@ PS C:\WINDOWS\system32>
557552

558553
## Cancel the order
559554

560-
# [Portal](#tab/portal)
561-
562-
To cancel this order, in the Azure portal, go to **Overview** and select **Cancel** from the command bar.
563-
564555
After placing an order, you can cancel it at any point before the order status is marked processed.
565556

566-
To delete a canceled order, go to **Overview** and select **Delete** from the command bar.
557+
# [Portal](#tab/portal)
558+
559+
To cancel and delete an order using the Azure portal, select **Overview** from within the command bar. To cancel the order, select the **Cancel** option. To delete a canceled order, select the **Delete** option.
567560

568561
# [Azure CLI](#tab/azure-cli)
569562

570563
### Cancel an order
571564

572-
To cancel an Azure Data Box order, run [`az databox job cancel`](/cli/azure/databox/job#az-databox-job-cancel). You're required to specify your reason for canceling the order.
573-
574-
```azurecli
575-
az databox job cancel --resource-group <resource-group> --name <order-name> --reason <cancel-description>
576-
```
565+
Use the [`az databox job cancel`](/cli/azure/databox/job#az-databox-job-cancel) command to cancel a Data Box order. You're required to specify your reason for canceling the order.
577566

578-
The following table shows the parameter information for `az databox job cancel`:
567+
The following table provides parameter information for the `az databox job cancel` command:
579568

580569
| Parameter | Description | Sample value |
581570
|---|---|---|
582571
|resource-group [Required]| The name of the resource group associated with the order to be deleted. A resource group is a logical container for the resources that can be managed or deployed together. | "myresourcegroup"|
583572
|name [Required]| The name of the order to be deleted. | "mydataboxorder"|
584573
|reason [Required]| The reason for canceling the order. | "I entered erroneous information and needed to cancel the order." |
585-
|yes| Do not prompt for confirmation. | --yes (-y)|
574+
|yes| Don't prompt for confirmation. | --yes (-y)|
586575
|debug| Include debugging information to verbose logging | --debug |
587576
|help| Display help information for this command. | --help -h |
588577
|only-show-errors| Only show errors, suppressing warnings. | --only-show-errors |
589578
|output -o| Sets the output format. Allowed values: json, jsonc, none, table, tsv, yaml, yamlc. The default value is json. | --output "json" |
590579
|query| The JMESPath query string. For more information, see [JMESPath](http://jmespath.org/). | --query &lt;string&gt;|
591580
|verbose| Include verbose logging. | --verbose |
592581

593-
Here is an example of the command with output:
582+
The following sample command can be used to cancel a specific Data Box order:
594583

595584
```azurecli
596-
PS C:\Windows> az databox job cancel --resource-group "myresourcegroup" --name "mydataboxtest3" --reason "Our budget was slashed due to **redacted** and we can no longer afford this device."
585+
az databox job cancel --resource-group "myresourcegroup" --name "mydataboxtest3" --reason "Our migration plan was modified and we are ordering a device using a different cost center."
597586
```
598587

599-
Here is the output from running the command:
588+
The following example output indicates that the command was completed successfully:
600589

601590
```output
602591
Command group 'databox job' is experimental and not covered by customer support. Please use with discretion.
603592
Are you sure you want to perform this operation? (y/n): y
604-
PS C:\Windows>
605593
```
606594

607595
### Delete an order
608596

609-
After you cancel an Azure Data Box order, you can run [`az databox job delete`](/cli/azure/databox/job#az-databox-job-delete) to delete the order.
610-
611-
```azurecli
612-
az databox job delete --name [-n] <order-name> --resource-group <resource-group> [--yes] [--verbose]
613-
```
597+
After you cancel an Azure Data Box order, use the [`az databox job delete`](/cli/azure/databox/job#az-databox-job-delete) command to delete the order.
614598

615599
The following table shows the parameter information for `az databox job delete`:
616600

@@ -619,37 +603,32 @@ After you cancel an Azure Data Box order, you can run [`az databox job delete`](
619603
|resource-group [Required]| The name of the resource group associated with the order to be deleted. A resource group is a logical container for the resources that can be managed or deployed together. | "myresourcegroup"|
620604
|name [Required]| The name of the order to be deleted. | "mydataboxorder"|
621605
|subscription| The name or ID (GUID) of your Azure subscription. | "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" |
622-
|yes| Do not prompt for confirmation. | --yes (-y)|
606+
|yes| Don't prompt for confirmation. | --yes (-y)|
623607
|debug| Include debugging information to verbose logging | --debug |
624608
|help| Display help information for this command. | --help -h |
625609
|only-show-errors| Only show errors, suppressing warnings. | --only-show-errors |
626610
|output -o| Sets the output format. Allowed values: json, jsonc, none, table, tsv, yaml, yamlc. The default value is json. | --output "json" |
627611
|query| The JMESPath query string. For more information, see [JMESPath](http://jmespath.org/). | --query &lt;string&gt;|
628612
|verbose| Include verbose logging. | --verbose |
629613

630-
Here is an example of the command with output:
614+
The following example can be used to delete a specific Data Box order after being canceled:
631615

632616
```azurecli
633-
PS C:\Windows> az databox job delete --resource-group "myresourcegroup" --name "mydataboxtest3" --yes --verbose
617+
az databox job delete --resource-group "myresourcegroup" --name "mydataboxtest3" --yes --verbose
634618
```
635619

636-
Here is the output from running the command:
620+
The following example output indicates that the command was completed successfully:
637621

638622
```output
639623
Command group 'databox job' is experimental and not covered by customer support. Please use with discretion.
640624
command ran in 1.142 seconds.
641-
PS C:\Windows>
642625
```
643626

644627
# [PowerShell](#tab/azure-ps)
645628

646629
### Cancel an order
647630

648-
To cancel an Azure Data Box order, run [Stop-AzDataBoxJob](/powershell/module/az.databox/stop-azdataboxjob). You're required to specify your reason for canceling the order.
649-
650-
```azurepowershell
651-
Stop-AzDataBoxJob -ResourceGroup <String> -Name <String> -Reason <String>
652-
```
631+
You can cancel an Azure Data Box order using the [Stop-AzDataBoxJob](/powershell/module/az.databox/stop-azdataboxjob) cmdlet. You're required to specify your reason for canceling the order.
653632

654633
The following table shows the parameter information for `Stop-AzDataBoxJob`:
655634

@@ -660,67 +639,61 @@ The following table shows the parameter information for `Stop-AzDataBoxJob`:
660639
|Reason [Required]| The reason for canceling the order. | "I entered erroneous information and needed to cancel the order." |
661640
|Force | Forces the cmdlet to run without user confirmation. | -Force |
662641

663-
Here is an example of the command with output:
642+
The following example can be used to delete a specific Data Box order after being canceled:
664643

665644
```azurepowershell
666-
PS C:\PowerShell\Modules> Stop-AzDataBoxJob -ResourceGroupName myResourceGroup \
667-
-Name "myDataBoxOrderPSTest" \
668-
-Reason "I entered erroneous information and had to cancel."
645+
Stop-AzDataBoxJob -ResourceGroupName myResourceGroup \
646+
-Name "myDataBoxOrderPSTest" \
647+
-Reason "I entered erroneous information and need to cancel and re-order."
669648
```
670649

671-
Here is the output from running the command:
650+
The following example output indicates that the command was completed successfully:
672651

673652
```output
674653
Confirm
675654
"Cancelling Databox Job "myDataBoxOrderPSTest
676655
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y
677-
PS C:\WINDOWS\system32>
678656
```
679657

680658
### Delete an order
681659

682-
After cancelling an Azure Data Box order, you can run [`Remove-AzDataBoxJob`](/powershell/module/az.databox/remove-azdataboxjob) to delete it.
660+
After canceling an Azure Data Box order, you can delete it using the [`Remove-AzDataBoxJob`](/powershell/module/az.databox/remove-azdataboxjob) cmdlet.
683661

684-
```azurepowershell
685-
Remove-AzDataBoxJob -Name <String> -ResourceGroup <String>
686-
```
687-
688-
The following table shows the parameter information for `Remove-AzDataBoxJob`:
662+
The following table shows parameter information for `Remove-AzDataBoxJob`:
689663

690664
| Parameter | Description | Sample value |
691665
|---|---|---|
692666
|ResourceGroup [Required]| The name of the resource group associated with the order to be deleted. A resource group is a logical container for the resources that can be managed or deployed together. | "myresourcegroup"|
693667
|Name [Required]| The name of the order to be deleted. | "mydataboxorder"|
694668
|Force | Forces the cmdlet to run without user confirmation. | -Force |
695669

696-
Here is an example of the command with output:
670+
The following example can be used to delete a specific Data Box order after canceling:
697671

698672
```azurepowershell
699-
PS C:\Windows> Remove-AzDataBoxJob -ResourceGroup "myresourcegroup" \
700-
-Name "mydataboxtest3"
673+
Remove-AzDataBoxJob -ResourceGroup "myresourcegroup" \
674+
-Name "mydataboxtest3"
701675
```
702676

703-
Here is the output from running the command:
677+
The following example output indicates that the command was completed successfully:
704678

705679
```output
706680
Confirm
707681
"Removing Databox Job "mydataboxtest3
708682
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"): y
709-
PS C:\Windows>
710683
```
711684

712685
---
713686

714687
## Next steps
715688

716-
In this tutorial, you learned about Azure Data Box articles such as:
689+
In this tutorial, you learned about Azure Data Box topics such as:
717690

718691
> [!div class="checklist"]
719692
>
720693
> * Prerequisites to deploy Data Box
721-
> * Order Data Box
722-
> * Track the order
723-
> * Cancel the order
694+
> * Ordering Data Box
695+
> * Tracking the Data Box order
696+
> * Canceling the Data Box order
724697
725698
Advance to the next tutorial to learn how to set up your Data Box.
726699

0 commit comments

Comments
 (0)