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
Summary:
The documentation demonstrates a Windows bias by providing PowerShell scripts as the only automation example for identifying impacted Traffic Manager profiles, without offering equivalent Bash, Azure CLI, or cross-platform alternatives. References to 'Open PowerShell' and running '.ps1' scripts assume a Windows environment. No Linux shell or Bash examples are provided for these scenarios, and there is no mention of how to perform these tasks on non-Windows platforms.
Recommendations:
- Provide equivalent Bash or Azure CLI scripts for all PowerShell automation examples, ensuring Linux and macOS users can perform the same tasks.
- When referencing downloadable scripts, offer both PowerShell and Bash versions, or clarify how to run PowerShell scripts on Linux/macOS (e.g., via PowerShell Core).
- Avoid instructions that assume the user is on Windows (e.g., 'Open PowerShell'); instead, use cross-platform language such as 'Open your terminal or command prompt'.
- Explicitly mention cross-platform compatibility for scripts and tools, and provide guidance for users on Linux/macOS where necessary.
- Where possible, use Azure CLI or REST API examples as the primary automation method, as these are natively cross-platform.
Create pull request