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 page demonstrates a Windows bias by providing command-line examples exclusively using Azure PowerShell, with no equivalent Azure CLI or Bash examples. The PowerShell examples are presented as the only scripting/automation option, and there is no mention of Linux-native tools or shell environments. Additionally, the order of presentation often places PowerShell before any mention of cross-platform tools, and there are no explicit Linux instructions or screenshots.
Recommendations:
- Add Azure CLI examples (az commands) alongside or before PowerShell examples for all automation and deletion tasks.
- Include Bash shell command examples where relevant, especially for users on Linux or macOS.
- Clearly indicate which instructions are cross-platform and which are Windows-specific.
- Add a tabbed interface for code samples, allowing users to select between PowerShell, Azure CLI, and possibly REST API or ARM template options.
- Ensure screenshots and UI instructions are not Windows-centric, or clarify when they are platform-agnostic.
- Mention and link to Linux/macOS documentation or tools where appropriate.
Create pull request