Skip to content

Commit c24fc16

Browse files
authored
1 parent 9c7f9ae commit c24fc16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ To order a device, perform the following steps:
229229
|street-address2| The secondary address information, such as apartment number or building number. | "Building 123" |
230230
|city| The city to which the device is shipped. | "Redmond" |
231231
|state-or-province| The state to which the device is shipped.| "WA" |
232-
|country| The country to which the device is shipped. | "United States" |
232+
|country| The country/region to which the device is shipped. | "United States" |
233233
|postal-code| The zip code or postal code associated with the shipping address.| "98052"|
234234
|company-name| The name of your company you work for.| "Contoso, LTD" |
235235
|storage account| The Azure Storage account from where you want to import data.| "mystorageaccount"|
@@ -243,7 +243,7 @@ To order a device, perform the following steps:
243243
2. In your command-prompt of choice or terminal, run [az data box job create](/cli/azure/databox/job#az-databox-job-create) to create your Azure Data Box order.
244244

245245
```azurecli
246-
az databox job create --resource-group <resource-group> --name <order-name> --location <azure-location> --sku <databox-device-type> --contact-name <contact-name> --phone <phone-number> --email-list <email-list> --street-address1 <street-address-1> --street-address2 <street-address-2> --city "contact-city" --state-or-province <state-province> --country <country> --postal-code <postal-code> --company-name <company-name> --storage-account "storage-account"
246+
az databox job create --resource-group <resource-group> --name <order-name> --location <azure-location> --sku <databox-device-type> --contact-name <contact-name> --phone <phone-number> --email-list <email-list> --street-address1 <street-address-1> --street-address2 <street-address-2> --city "contact-city" --state-or-province <state-province> --country <country/region> --postal-code <postal-code> --company-name <company-name> --storage-account "storage-account"
247247
```
248248

249249
The following sample command illustrates the command's usage:
@@ -349,7 +349,7 @@ Do the following steps using Azure PowerShell to order a device:
349349
|StreetAddress3| The tertiary address information. | |
350350
|City [Required]| The city to which the device is shipped. | "Redmond" |
351351
|StateOrProvinceCode [Required]| The state to which the device is shipped.| "WA" |
352-
|CountryCode [Required]| The country to which the device is shipped. | "United States" |
352+
|CountryCode [Required]| The country/region to which the device is shipped. | "United States" |
353353
|PostalCode [Required]| The zip code or postal code associated with the shipping address.| "98052"|
354354
|CompanyName| The name of your company you work for.| "Contoso, LTD" |
355355
|StorageAccountResourceId [Required]| The Azure Storage account ID from where you want to import data.| &lt;AzstorageAccount&gt;.id |

0 commit comments

Comments
 (0)