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 automation instructions exclusively using PowerShell, a Windows-centric tool, without offering equivalent examples for Linux users (such as Azure CLI or Bash scripts). The only automation example is a PowerShell script, and there is no mention of cross-platform or Linux-native tools for scripting or command-line automation.
Recommendations:
- Provide equivalent automation examples using Azure CLI (az) commands, which are cross-platform and commonly used on Linux and macOS.
- Include Bash script examples for deleting VMs and labs, or at least reference how to perform these tasks using Bash and Azure CLI.
- Explicitly mention that PowerShell Core is cross-platform if the script is compatible, or clarify if the script is intended for Windows PowerShell only.
- Add a section or note for Linux/macOS users, guiding them to use Azure CLI or other appropriate tools for automation.
- Ensure that any references to scripting or automation do not assume a Windows environment by default.
Create pull request