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_first
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation is heavily focused on Windows and PowerShell, with all examples and tooling instructions centered around Windows environments. PowerShell is presented as the default and only scripting language, and all file paths and command examples use Windows conventions. There is no mention of Linux or cross-platform alternatives, nor are there any examples or guidance for users working in Linux environments.
Recommendations:
- Provide equivalent examples using Azure Automation Python runbooks or Bash scripts, where applicable.
- Include instructions and examples for Linux users, such as using Azure CLI or Bash for automation tasks.
- Clarify whether the migration tools and modules are supported or can be run on Linux/macOS, and provide installation steps for those platforms if possible.
- Use neutral file path examples (e.g., /home/user/runbooks or $HOME/runbooks) alongside Windows paths.
- Mention cross-platform PowerShell (PowerShell Core) and provide guidance for users running PowerShell on Linux or macOS.
- Explicitly state any platform limitations or requirements for the migration toolkit and related modules.
Create pull request