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 only Azure PowerShell command-line examples, with no equivalent examples for Azure CLI (which is cross-platform and more commonly used on Linux/macOS). The only scripting examples are in PowerShell, and there are no bash or shell script examples. Portal instructions are platform-agnostic, but the command-line automation focus is exclusively on Windows-centric tools. Azure CLI is mentioned in the introduction but not actually used in any example. This may hinder Linux users or those preferring cross-platform tooling.
Recommendations:
- Add equivalent Azure CLI (az) command examples for all PowerShell commands, especially for deleting Automation accounts and removing Log Analytics solutions.
- Where scripting is shown (e.g., for automation or batch operations), provide both PowerShell and bash/shell script examples.
- When listing command-line options, present Azure CLI examples before or alongside PowerShell to emphasize cross-platform support.
- Explicitly mention that all actions can be performed from Linux/macOS using Azure CLI, and provide links to relevant CLI documentation.
- Review all sections for references to Windows-only tools or patterns, and ensure Linux parity in instructions and screenshots where applicable.
Create pull request