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 biased towards Windows and PowerShell. All examples use PowerShell syntax, and the only installation instructions reference Azure PowerShell for Windows. There are no examples or guidance for Linux or cross-platform command-line environments (such as Bash or Azure CLI). The prerequisite check explicitly mentions 'windows powershell', and there is no mention of equivalent steps for Linux or macOS users.
Recommendations:
- Provide equivalent instructions and examples using Azure CLI, which is cross-platform and works on Windows, Linux, and macOS.
- Include Bash or shell script examples for Linux/macOS users, especially for file handling and sending emails.
- Clarify that Azure PowerShell can be installed and used on Linux/macOS, and provide installation links and instructions for those platforms.
- Avoid language that assumes the user is on Windows (e.g., 'In a windows powershell...'). Instead, use neutral phrasing or provide platform-specific sections.
- Add a section or callout for Linux/macOS users, outlining any differences or additional steps required.
Create pull request