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 a PowerShell script for resource cleanup without offering equivalent Bash/Azure CLI examples. It references only the Azure Portal (a web UI) and PowerShell, which are common in Windows-centric workflows, and omits Linux-native command-line alternatives. There are no Linux or cross-platform CLI instructions for deploying or managing resources.
Recommendations:
- Provide Azure CLI (az) and/or Bash script examples alongside PowerShell for resource cleanup and management.
- Explicitly mention that the Azure Portal is cross-platform, but also offer CLI-based deployment instructions for users who prefer terminal workflows.
- Ensure that all code snippets and automation steps have both Windows (PowerShell) and Linux/macOS (Bash/Azure CLI) equivalents.
- Add a note or section on how to perform the same tasks from a Linux or macOS environment, including installation and usage of the Azure CLI.
Create pull request