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
⚠️
windows_first
Summary:
The documentation provides examples for Azure Portal, Azure CLI, and PowerShell. The PowerShell examples are prominent and include references to Windows file paths (e.g., D:\testFiles\textfile.csv) and Windows-centric tooling. There is no mention of Linux-specific tools, shell environments, or file path conventions. PowerShell is presented as a primary automation method, and the PowerShell tab includes instructions for running commands locally or in Azure Cloud Shell, but does not address Bash or Linux-native scripting. The CLI examples are cross-platform, but the PowerShell content and file path examples show a Windows bias.
Recommendations:
- Add explicit Bash examples alongside PowerShell, especially for automation and scripting tasks.
- When referencing file paths, use cross-platform examples or provide both Windows (e.g., D:\testFiles\textfile.csv) and Linux (e.g., /home/user/testFiles/textfile.csv) path formats.
- Mention that Azure CLI commands can be run in Bash on Linux/macOS, and provide guidance for those environments.
- Clarify that PowerShell Core is cross-platform, but provide Bash alternatives for users who prefer native Linux tools.
- Avoid referring to Windows-specific folders or drive letters without Linux equivalents.
- Include links to Linux-specific quickstarts or guides where available.
Create pull request