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
⚠️
windows_tools
Summary:
The documentation prioritizes Windows-centric tools and workflows. Azure PowerShell is presented as the primary command-line automation example, with detailed steps and multiple commands, while Azure CLI (cross-platform) is only mentioned later and with less detail. There are no Linux-specific examples or references to Linux environments, and the PowerShell approach is described before the CLI, reinforcing a Windows-first perspective.
Recommendations:
- Provide Azure CLI examples alongside or before PowerShell examples, as Azure CLI is cross-platform and widely used on Linux and macOS.
- Explicitly mention that Azure CLI commands can be run on Linux, macOS, and Windows, and provide any necessary prerequisites or installation links for non-Windows platforms.
- If scripting is required, include bash script examples or note how to adapt the process for Linux shells.
- Balance the order of presentation so that cross-platform tools (like Azure CLI) are not always listed after Windows-specific tools.
- Add a note clarifying that all steps can be performed from Linux or macOS using the Azure CLI, and provide troubleshooting tips for those environments if needed.
Create pull request