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
Summary:
The documentation provides only a PowerShell script for automating VM deletion, with no equivalent example for Linux users (e.g., Bash, Azure CLI). The automation section assumes use of PowerShell and Windows tooling, and does not mention or prioritize cross-platform or Linux-native options. All automation guidance is Windows-centric.
Recommendations:
- Provide equivalent automation examples using Azure CLI (az) in Bash or shell scripts for Linux/macOS users.
- Explicitly mention that PowerShell Core is cross-platform, or clarify if the example requires Windows-only PowerShell.
- Add guidance or links for Linux/macOS users on how to perform the same tasks, ensuring parity in automation instructions.
- Consider presenting Azure CLI or REST API examples before or alongside PowerShell to avoid Windows-first bias.
Create pull request