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
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.
60
60
61
61
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.
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.
74
75
75
76
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.
#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:
58
58
59
59
**Sign in to Azure**
60
60
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:
62
62
63
63
```azurecli
64
64
PS C:\Windows> az login
@@ -390,18 +390,18 @@ Do the following steps using Azure PowerShell to order a device:
390
390
391
391
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.
392
392
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:
394
394
395
395
* SMB shares are created for each storage account associated with the device.
396
396
* 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.
399
399
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.
401
401
402
402

403
403
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.
405
405
406
406

407
407
@@ -428,7 +428,7 @@ To get tracking information about a single, existing Azure Data Box order, run [
428
428
|query| The JMESPath query string. For more information, see [JMESPath](http://jmespath.org/). | --query <string>|
429
429
|verbose| Include verbose logging. | --verbose |
430
430
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":
432
432
433
433
```azurecli
434
434
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 [
510
510
|Name [Required]| The name of the order to get information for. | "mydataboxorder"|
511
511
|ResourceId| The ID of the resource associated with the order. ||
512
512
513
-
Here is an example of the command with output:
513
+
The following example can be used to retrieve details about a specific order:
@@ -526,20 +526,15 @@ To get tracking information about a single, existing Azure Data Box order, run [
526
526
527
527
### List all orders
528
528
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.
531
530
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:
To cancel this order, in the Azure portal, go to **Overview** and select **Cancel** from the command bar.
563
-
564
555
After placing an order, you can cancel it at any point before the order status is marked processed.
565
556
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.
567
560
568
561
# [Azure CLI](#tab/azure-cli)
569
562
570
563
### Cancel an order
571
564
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.
577
566
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:
579
568
580
569
| Parameter | Description | Sample value |
581
570
|---|---|---|
582
571
|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"|
583
572
|name [Required]| The name of the order to be deleted. | "mydataboxorder"|
584
573
|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)|
586
575
|debug| Include debugging information to verbose logging | --debug |
587
576
|help| Display help information for this command. | --help -h |
588
577
|only-show-errors| Only show errors, suppressing warnings. | --only-show-errors |
589
578
|output -o| Sets the output format. Allowed values: json, jsonc, none, table, tsv, yaml, yamlc. The default value is json. | --output "json" |
590
579
|query| The JMESPath query string. For more information, see [JMESPath](http://jmespath.org/). | --query <string>|
591
580
|verbose| Include verbose logging. | --verbose |
592
581
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:
594
583
595
584
```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."
597
586
```
598
587
599
-
Here is the output from running the command:
588
+
The following example output indicates that the command was completed successfully:
600
589
601
590
```output
602
591
Command group 'databox job' is experimental and not covered by customer support. Please use with discretion.
603
592
Are you sure you want to perform this operation? (y/n): y
604
-
PS C:\Windows>
605
593
```
606
594
607
595
### Delete an order
608
596
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.
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.
614
598
615
599
The following table shows the parameter information for `az databox job delete`:
616
600
@@ -619,37 +603,32 @@ After you cancel an Azure Data Box order, you can run [`az databox job delete`](
619
603
|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"|
620
604
|name [Required]| The name of the order to be deleted. | "mydataboxorder"|
621
605
|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)|
623
607
|debug| Include debugging information to verbose logging | --debug |
624
608
|help| Display help information for this command. | --help -h |
625
609
|only-show-errors| Only show errors, suppressing warnings. | --only-show-errors |
626
610
|output -o| Sets the output format. Allowed values: json, jsonc, none, table, tsv, yaml, yamlc. The default value is json. | --output "json" |
627
611
|query| The JMESPath query string. For more information, see [JMESPath](http://jmespath.org/). | --query <string>|
628
612
|verbose| Include verbose logging. | --verbose |
629
613
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:
az databox job delete --resource-group "myresourcegroup" --name "mydataboxtest3" --yes --verbose
634
618
```
635
619
636
-
Here is the output from running the command:
620
+
The following example output indicates that the command was completed successfully:
637
621
638
622
```output
639
623
Command group 'databox job' is experimental and not covered by customer support. Please use with discretion.
640
624
command ran in 1.142 seconds.
641
-
PS C:\Windows>
642
625
```
643
626
644
627
# [PowerShell](#tab/azure-ps)
645
628
646
629
### Cancel an order
647
630
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.
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.
653
632
654
633
The following table shows the parameter information for `Stop-AzDataBoxJob`:
655
634
@@ -660,67 +639,61 @@ The following table shows the parameter information for `Stop-AzDataBoxJob`:
660
639
|Reason [Required]| The reason for canceling the order. | "I entered erroneous information and needed to cancel the order." |
661
640
|Force | Forces the cmdlet to run without user confirmation. | -Force |
662
641
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:
The following table shows the parameter information for `Remove-AzDataBoxJob`:
662
+
The following table shows parameter information for `Remove-AzDataBoxJob`:
689
663
690
664
| Parameter | Description | Sample value |
691
665
|---|---|---|
692
666
|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"|
693
667
|Name [Required]| The name of the order to be deleted. | "mydataboxorder"|
694
668
|Force | Forces the cmdlet to run without user confirmation. | -Force |
695
669
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:
0 commit comments