About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
powershell_heavy
⚠️
windows_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation demonstrates a Windows bias in several ways: it provides detailed PowerShell examples, references to the WAImportExport.exe tool (a Windows executable), and BitLocker (a Windows encryption technology) for unlocking disks. There are no Linux or cross-platform alternatives or examples for unlocking disks or handling BitLocker-encrypted drives. The unlock instructions and tooling are Windows-centric, and Linux users are not given guidance or parity in the workflow.
Recommendations:
- Provide Linux-compatible instructions and tooling for unlocking BitLocker-encrypted drives, such as using dislocker or cryptsetup with BitLocker support.
- Include example commands for unlocking disks on Linux and macOS, not just Windows.
- Mention cross-platform tools and workflows wherever possible, or clearly state platform limitations.
- If the WAImportExport tool is Windows-only, explicitly state this and suggest alternatives or workarounds for Linux users.
- Ensure parity in log verification steps by describing how to access and interpret logs on non-Windows systems.
Create pull request
Flagged Code Snippets
1. To update your job or cancel your job, run the [Update-AzImportExport](/powershell/module/az.importexport/update-azimportexport) cmdlet:
### Create a job
1. To get a list of the locations from which you can receive disks, use the [Get-AzImportExportLocation](/powershell/module/az.importexport/get-azimportexportlocation) cmdlet:
1. Run the following [New-AzImportExport](/powershell/module/az.importexport/new-azimportexport) example to create an export job that uses your existing storage account:
For more information, see [Examples of valid blob paths](storage-import-export-determine-drives-for-export.md#examples-of-valid-blob-paths).
> [!NOTE]
> If the blob to be exported is in use during data copy, Azure Import/Export service takes a snapshot of the blob and copies the snapshot.
1. Use the [Get-AzImportExport](/powershell/module/az.importexport/get-azimportexport) cmdlet to see all the jobs for the resource group myierg: