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 example for programmatically finding impacted objects, with no mention of Linux-compatible alternatives (such as Bash, Azure CLI, or Python). This suggests a bias toward Windows users and tools, potentially excluding users on Linux or macOS platforms.
Recommendations:
- Provide equivalent examples using Azure CLI and/or REST API calls, which are cross-platform and work natively on Linux and macOS.
- Include a Bash or Python script example for finding impacted objects, or at least reference how to adapt the PowerShell logic for non-Windows environments.
- Explicitly mention that the PowerShell script can be run using PowerShell Core (pwsh) on Linux/macOS, if applicable, and provide instructions for doing so.
- Ensure that future documentation sections do not assume Windows as the default environment, and always offer cross-platform guidance where possible.
Create pull request