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 page demonstrates a Windows bias by providing only Azure PowerShell command-line examples for scripting and automation, without mentioning or providing equivalent Azure CLI (cross-platform) or Bash examples. The PowerShell approach is presented as the primary or sole scripting method, and there is no guidance for Linux/macOS users or references to Linux-native tools or shell environments.
Recommendations:
- Add equivalent Azure CLI (az) command examples alongside all Azure PowerShell examples, as Azure CLI is cross-platform and widely used on Linux and macOS.
- When introducing scripting/automation, mention both PowerShell and Azure CLI as supported options, and avoid presenting PowerShell as the default or only choice.
- Include Bash shell script examples or at least reference that the steps can be performed from Linux/macOS terminals using Azure CLI.
- Where possible, provide links to both PowerShell and CLI documentation/samples, and clarify that both are supported.
- Review and update screenshots or UI references to ensure they are not Windows-specific if not necessary.
- Consider a 'Choose your platform' tabbed approach for code samples (PowerShell, CLI, ARM template) to improve parity and inclusivity.
Create pull request