Skip to content

Commit 576c2bb

Browse files
committed
add transfer
1 parent 815339f commit 576c2bb

File tree

6 files changed

+194
-199
lines changed

6 files changed

+194
-199
lines changed
Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.export-data-with-azure-import-export.introduction
3-
title: Introduction
4-
5-
metadata:
6-
title: Introduction
7-
description: Introduction
8-
ms.date: 03/08/2023
9-
author: alkohli
10-
ms.author: alkohli
11-
manager: femila
12-
ms.topic: unit
13-
14-
durationInMinutes: 2
15-
content: |
16-
[!include[](includes/1-introduction.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.export-data-with-azure-import-export.introduction
3+
title: Introduction
4+
5+
metadata:
6+
title: Introduction
7+
description: Introduction
8+
ms.date: 03/08/2023
9+
author: stevenmatthew
10+
ms.author: shaas
11+
ms.topic: unit
12+
13+
durationInMinutes: 2
14+
content: |
15+
[!include[](includes/1-introduction.md)]
16+
Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.export-data-with-azure-import-export.what-is-azure-import-export
3-
title: What is Azure Import/Export?
4-
5-
metadata:
6-
title: What is Azure Import/Export?
7-
description: What is Azure Import/Export?
8-
ms.date: 03/08/2023
9-
author: alkohli
10-
ms.author: alkohli
11-
manager: femila
12-
ms.topic: unit
13-
14-
durationInMinutes: 5
15-
content: |
16-
[!include[](includes/2-what-is-azure-import-export.md)]
17-
18-
quiz:
19-
title: "Check your knowledge"
20-
questions:
21-
- content: What does the Azure Import/Export service do?
22-
choices:
23-
- content: Migrates large amounts of data between on-premises storage and Azure by using disks supplied by Microsoft.
24-
isCorrect: false
25-
explanation: You supply the disks when you use Azure Import/Export.
26-
- content: Transfers large amounts of data between on-premises storage and Azure by using a high-bandwidth network connection.
27-
isCorrect: false
28-
explanation: Azure Import/Export is an offline solution. You transfer data by using disks that you ship to an Azure datacenter.
29-
- content: Transfers large amounts of data between on-premises storage and an Azure Storage account without tying up network bandwidth.
30-
isCorrect: true
31-
explanation: You send and receive physical disks holding your data between your on-premises location and an Azure datacenter.
32-
- content: What's the purpose of the WAImportExport tool?
33-
choices:
34-
- content: Use it to copy files to a disk to import data into Azure Storage.
35-
isCorrect: false
36-
explanation: Use a tool like Robocopy to copy files to the disk.
37-
- content: It prepares a drive containing files for import into Azure Storage.
38-
isCorrect: true
39-
explanation: Your data must be written to disk by using a specific format. The tool checks the drive and prepares a journal file that's then used by an import job.
40-
- content: Use it to create an import job. You specify the files that the disk contains and what should be imported into Azure Storage.
41-
isCorrect: false
42-
explanation: You create the import job in the Azure portal.
43-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.export-data-with-azure-import-export.what-is-azure-import-export
3+
title: What is Azure Import/Export?
4+
5+
metadata:
6+
title: What is Azure Import/Export?
7+
description: What is Azure Import/Export?
8+
ms.date: 03/08/2023
9+
author: stevenmatthew
10+
ms.author: shaas
11+
ms.topic: unit
12+
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/2-what-is-azure-import-export.md)]
16+
17+
quiz:
18+
title: "Check your knowledge"
19+
questions:
20+
- content: What does the Azure Import/Export service do?
21+
choices:
22+
- content: Migrates large amounts of data between on-premises storage and Azure by using disks supplied by Microsoft.
23+
isCorrect: false
24+
explanation: You supply the disks when you use Azure Import/Export.
25+
- content: Transfers large amounts of data between on-premises storage and Azure by using a high-bandwidth network connection.
26+
isCorrect: false
27+
explanation: Azure Import/Export is an offline solution. You transfer data by using disks that you ship to an Azure datacenter.
28+
- content: Transfers large amounts of data between on-premises storage and an Azure Storage account without tying up network bandwidth.
29+
isCorrect: true
30+
explanation: You send and receive physical disks holding your data between your on-premises location and an Azure datacenter.
31+
- content: What's the purpose of the WAImportExport tool?
32+
choices:
33+
- content: Use it to copy files to a disk to import data into Azure Storage.
34+
isCorrect: false
35+
explanation: Use a tool like Robocopy to copy files to the disk.
36+
- content: It prepares a drive containing files for import into Azure Storage.
37+
isCorrect: true
38+
explanation: Your data must be written to disk by using a specific format. The tool checks the drive and prepares a journal file that's then used by an import job.
39+
- content: Use it to create an import job. You specify the files that the disk contains and what should be imported into Azure Storage.
40+
isCorrect: false
41+
explanation: You create the import job in the Azure portal.
42+
Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.export-data-with-azure-import-export.how-azure-import-export-works
3-
title: How Azure Import/Export works
4-
5-
metadata:
6-
title: How Azure Import/Export works
7-
description: How Azure Import/Export works
8-
ms.date: 03/08/2023
9-
author: alkohli
10-
ms.author: alkohli
11-
manager: femila
12-
ms.topic: unit
13-
14-
durationInMinutes: 5
15-
content: |
16-
[!include[](includes/3-how-azure-import-export-works.md)]
17-
18-
quiz:
19-
title: "Check your knowledge"
20-
questions:
21-
- content: Azure Import/Export allows you to export data from ______________.
22-
choices:
23-
- content: Azure Storage
24-
isCorrect: false
25-
explanation: You can't export data held in Azure Storage.
26-
- content: Azure Blob storage
27-
isCorrect: true
28-
explanation: You can only export blob data with the Azure Import/Export service.
29-
- content: Azure Blob and Azure Storage
30-
isCorrect: false
31-
explanation: You can only export blob data with the Azure Import/Export service.
32-
- content: You receive disk drives with your exported data from Microsoft. You try to copy the data from the disks back to on-premises storage, but you can't access the data. Why might this be the case?
33-
choices:
34-
- content: You don't have permissions to view the data. Ask the Azure tenant administrator to give you access to the storage account from which the data was exported.
35-
isCorrect: false
36-
explanation: Access to data on the disks is unrelated to the permissions you have on the Azure storage account.
37-
- content: You didn't specify the correct BitLocker encryption key when you tried to access the data.
38-
isCorrect: true
39-
explanation: Find the encryption keys in the details for the export job in the Azure portal.
40-
- content: You haven't provided the correct password for your Azure account.
41-
isCorrect: false
42-
explanation: You don't use your Azure account password to access the data on the disks.
43-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.export-data-with-azure-import-export.how-azure-import-export-works
3+
title: How Azure Import/Export works
4+
5+
metadata:
6+
title: How Azure Import/Export works
7+
description: How Azure Import/Export works
8+
ms.date: 03/08/2023
9+
author: stevenmatthew
10+
ms.author: shaas
11+
ms.topic: unit
12+
13+
durationInMinutes: 5
14+
content: |
15+
[!include[](includes/3-how-azure-import-export-works.md)]
16+
17+
quiz:
18+
title: "Check your knowledge"
19+
questions:
20+
- content: Azure Import/Export allows you to export data from ______________.
21+
choices:
22+
- content: Azure Storage
23+
isCorrect: false
24+
explanation: You can't export data held in Azure Storage.
25+
- content: Azure Blob storage
26+
isCorrect: true
27+
explanation: You can only export blob data with the Azure Import/Export service.
28+
- content: Azure Blob and Azure Storage
29+
isCorrect: false
30+
explanation: You can only export blob data with the Azure Import/Export service.
31+
- content: You receive disk drives with your exported data from Microsoft. You try to copy the data from the disks back to on-premises storage, but you can't access the data. Why might this be the case?
32+
choices:
33+
- content: You don't have permissions to view the data. Ask the Azure tenant administrator to give you access to the storage account from which the data was exported.
34+
isCorrect: false
35+
explanation: Access to data on the disks is unrelated to the permissions you have on the Azure storage account.
36+
- content: You didn't specify the correct BitLocker encryption key when you tried to access the data.
37+
isCorrect: true
38+
explanation: Find the encryption keys in the details for the export job in the Azure portal.
39+
- content: You haven't provided the correct password for your Azure account.
40+
isCorrect: false
41+
explanation: You don't use your Azure account password to access the data on the disks.
42+
Lines changed: 42 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,42 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.export-data-with-azure-import-export.when-to-use-azure-import-export
3-
title: When to use Azure Import/Export
4-
5-
metadata:
6-
title: When to use Azure Import/Export
7-
description: When to use Azure Import/Export
8-
ms.date: 03/08/2023
9-
author: alkohli
10-
ms.author: alkohli
11-
manager: femila
12-
ms.topic: unit
13-
14-
durationInMinutes: 10
15-
content: |
16-
[!include[](includes/4-when-to-use-azure-import-export.md)]
17-
18-
quiz:
19-
title: "Check your knowledge"
20-
questions:
21-
- content: When should you use AzCopy instead of the Azure Import/Export service?
22-
choices:
23-
- content: To import or export small amounts of data from Azure Storage when network latency isn't an issue.
24-
isCorrect: true
25-
explanation: Use AzCopy to transfer small to moderate amounts of data online across the network.
26-
- content: To import or export large amounts of data.
27-
isCorrect: false
28-
explanation: Use Azure Import/Export to export large amounts of data offline. For import, use Azure Import/Export in regions where Azure Data Box devices aren't supported.
29-
- content: To transfer data from Azure Storage to on-premises storage while you're offline.
30-
isCorrect: false
31-
explanation: AzCopy requires an active connection to your storage account in Azure. To do an offline transfer, use the Import/Export service or Data Box family.
32-
- content: When should you use Azure Import/Export service instead of the Data Box Family?
33-
choices:
34-
- content: To transfer data using an online connection.
35-
isCorrect: false
36-
explanation: The Import/Export service is an offline solution. You can transfer data over a network connection using Azure Stack Edge or Data Box Gateway.
37-
- content: To use a Microsoft-supplied device instead of disks that you supply.
38-
isCorrect: false
39-
explanation: Data Box family uses Microsoft-supplied devices to transfer data from your on-premises location to Azure Storage.
40-
- content: You're in a region where Data Box family isn't supported.
41-
isCorrect: true
42-
explanation: Data Box family is the recommended solution for handling very large import or export jobs when the organization is located in a region where it's supported.
43-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.export-data-with-azure-import-export.when-to-use-azure-import-export
3+
title: When to use Azure Import/Export
4+
5+
metadata:
6+
title: When to use Azure Import/Export
7+
description: When to use Azure Import/Export
8+
ms.date: 03/08/2023
9+
author: stevenmatthew
10+
ms.author: shaas
11+
ms.topic: unit
12+
13+
durationInMinutes: 10
14+
content: |
15+
[!include[](includes/4-when-to-use-azure-import-export.md)]
16+
17+
quiz:
18+
title: "Check your knowledge"
19+
questions:
20+
- content: When should you use AzCopy instead of the Azure Import/Export service?
21+
choices:
22+
- content: To import or export small amounts of data from Azure Storage when network latency isn't an issue.
23+
isCorrect: true
24+
explanation: Use AzCopy to transfer small to moderate amounts of data online across the network.
25+
- content: To import or export large amounts of data.
26+
isCorrect: false
27+
explanation: Use Azure Import/Export to export large amounts of data offline. For import, use Azure Import/Export in regions where Azure Data Box devices aren't supported.
28+
- content: To transfer data from Azure Storage to on-premises storage while you're offline.
29+
isCorrect: false
30+
explanation: AzCopy requires an active connection to your storage account in Azure. To do an offline transfer, use the Import/Export service or Data Box family.
31+
- content: When should you use Azure Import/Export service instead of the Data Box Family?
32+
choices:
33+
- content: To transfer data using an online connection.
34+
isCorrect: false
35+
explanation: The Import/Export service is an offline solution. You can transfer data over a network connection using Azure Stack Edge or Data Box Gateway.
36+
- content: To use a Microsoft-supplied device instead of disks that you supply.
37+
isCorrect: false
38+
explanation: Data Box family uses Microsoft-supplied devices to transfer data from your on-premises location to Azure Storage.
39+
- content: You're in a region where Data Box family isn't supported.
40+
isCorrect: true
41+
explanation: Data Box family is the recommended solution for handling very large import or export jobs when the organization is located in a region where it's supported.
42+
Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azure.export-data-with-azure-import-export.summary
3-
title: Summary
4-
5-
metadata:
6-
title: Summary
7-
description: Summary
8-
ms.date: 03/08/2023
9-
author: alkohli
10-
ms.author: alkohli
11-
manager: femila
12-
ms.topic: unit
13-
14-
durationInMinutes: 2
15-
content: |
16-
[!include[](includes/5-summary.md)]
17-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azure.export-data-with-azure-import-export.summary
3+
title: Summary
4+
5+
metadata:
6+
title: Summary
7+
description: Summary
8+
ms.date: 03/08/2023
9+
author: stevenmatthew
10+
ms.author: shaas
11+
ms.topic: unit
12+
13+
durationInMinutes: 2
14+
content: |
15+
[!include[](includes/5-summary.md)]
16+

0 commit comments

Comments
 (0)