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
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
windows_first
Summary:
The documentation is heavily biased towards Windows and PowerShell. All scripting examples are provided only in PowerShell (.ps1), and users are explicitly instructed to select PowerShell in Azure Cloud Shell, with no mention of Bash or cross-platform alternatives. There are no Linux shell or CLI examples, and the workflow assumes familiarity with Windows-centric tools and patterns.
Recommendations:
- Provide equivalent Bash or Azure CLI script examples for Linux/macOS users.
- Update instructions to mention both Bash and PowerShell options in Azure Cloud Shell, and clarify that either can be used where possible.
- Include notes about running scripts on Linux/macOS, including any prerequisites or differences in authentication or file handling.
- Where PowerShell-specific cmdlets are used, suggest cross-platform alternatives or clarify if the script is compatible with PowerShell Core on Linux/macOS.
- Avoid language that assumes Windows as the default environment (e.g., 'save the file locally as PS1 file') and instead use neutral, cross-platform phrasing.
Create pull request