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 page demonstrates a strong Windows bias by exclusively referencing Azure PowerShell modules and providing only PowerShell command examples for migration tasks. There is no mention of Azure CLI or Bash equivalents, which are commonly used on Linux and macOS platforms. The guidance assumes the use of Windows tools and patterns, and does not address cross-platform scenarios or provide parity for Linux users.
Recommendations:
- Include Azure CLI (az) command examples alongside PowerShell for all migration steps, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that the migration can be performed from any OS using Azure CLI, not just from Windows with PowerShell.
- Provide links to Azure CLI installation and usage documentation, similar to the PowerShell references.
- Where PowerShell modules are referenced, also reference Azure CLI equivalents and their documentation.
- Review all code snippets and ensure that for every PowerShell example, a CLI/Bash example is also provided.
- Avoid language that assumes the user is on Windows or using Windows-specific tools.
Create pull request