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
⚠️
windows_first
Summary:
The documentation provides both Azure CLI and PowerShell examples for managing access restrictions, but PowerShell examples are often presented first and are more detailed in some advanced scenarios. There is a notable emphasis on PowerShell, which is traditionally associated with Windows environments, even though Azure CLI is cross-platform. No Linux-specific tools or shell scripting examples are provided, and there is no mention of Linux command-line environments or considerations, despite the documentation stating support for Linux apps and containers.
Recommendations:
- Present Azure CLI examples before PowerShell examples, as Azure CLI is cross-platform and more familiar to Linux users.
- Add explicit Bash/shell script examples for common scenarios, especially for advanced use cases currently only shown in PowerShell.
- Include notes or tips for Linux users, such as how to use Azure CLI in native Linux shells or integrate with other Linux tools.
- Clarify that PowerShell Core is available cross-platform, but highlight that Azure CLI is the default for Linux environments.
- Where possible, provide parity in example complexity and coverage between Azure CLI and PowerShell sections.
Create pull request