Skip to content

Commit 2a1eeac

Browse files
authored
Merge pull request #56601 from alkohli/patch-272
Added reference to Azure Storage account
2 parents da1c925 + 28ec83d commit 2a1eeac

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

articles/databox/data-box-deploy-picked-up.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: alkohli
77
ms.service: databox
88
ms.subservice: pod
99
ms.topic: tutorial
10-
ms.date: 10/03/2018
10+
ms.date: 10/30/2018
1111
ms.author: alkohli
1212
#Customer intent: As an IT admin, I need to be able to return Data Box to upload on-premises data from my server onto Azure.
1313
---
@@ -48,11 +48,16 @@ After the verification is complete, the Data Box is connected to the network in
4848

4949
Once the copy is complete, order status updates to **Completed**.
5050

51-
Verify that your data is in the storage account(s) before you delete it from the source.
51+
Verify that your data is in the storage account(s) before you delete it from the source. When you copy the data to Data Box, depending on the type, the data is uploaded to one of the following paths in your Azure Storage account.
52+
53+
- For block blobs and page blobs: `https://<storage_account_name>.blob.core.windows.net/<containername>/files/a.txt`
54+
- For Azure Files: `https://<storage_account_name>.file.core.windows.net/<sharename>/files/a.txt`
55+
56+
Alternatively, you could go to your Azure storage account in Azure portal and navigate from there.
5257

5358
## Erasure of data from Data Box
5459

55-
Once the upload to Azure is complete, the Data Box erases the data on its disks as per the [NIST SP 800-88 Revision 1 guidelines](https://csrc.nist.gov/News/2014/Released-SP-800-88-Revision-1,-Guidelines-for-Medi).
60+
Once the upload to Azure is complete, the Data Box erases the data on its disks as per the [NIST SP 800-88 Revision 1 guidelines](https://csrc.nist.gov/News/2014/Released-SP-800-88-Revision-1,-Guidelines-for-Medi).
5661

5762
## Next steps
5863

0 commit comments

Comments
 (0)