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 Windows bias by primarily referencing Azure PowerShell scripts and commands for migration and preview registration, without providing equivalent Azure CLI (cross-platform) or Bash examples. The only code snippets for registering/unregistering the preview use PowerShell cmdlets, and migration guidance references a PowerShell script in the PowerShell Gallery. There are no explicit Linux/Bash/CLI examples, and the documentation does not mention Linux tooling or workflows. Additionally, the 'Next steps' section lists a PowerShell-based tutorial before mentioning the Azure CLI, reinforcing a Windows-first approach.
Recommendations:
- Provide Azure CLI and/or Bash examples alongside PowerShell for all command-line operations, including migration and preview registration/unregistration.
- Reference cross-platform tools and workflows (e.g., Azure CLI, Bash scripts) equally or before Windows-specific tools.
- Include links to tutorials and modules that use Azure CLI or Bash, not just PowerShell.
- Explicitly state that all features and scripts are available and supported on Linux/macOS as well as Windows, where applicable.
- Where PowerShell scripts are referenced (such as for migration), provide or link to equivalent Azure CLI or Bash scripts, or clarify if none exist.
Create pull request