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 detailed instructions and code samples for performing tasks using the Azure Portal (GUI) and Azure PowerShell, but does not include equivalent command-line examples for Linux/macOS users (e.g., Azure CLI or Bash). The PowerShell examples are presented as the only scripting/automation option, which may disadvantage users on non-Windows platforms. There is no mention of Linux-native tools or cross-platform alternatives.
Recommendations:
- Add Azure CLI examples alongside PowerShell for all automation/scripted steps (e.g., adding/removing custom domains).
- Explicitly mention that Azure CLI is cross-platform and provide Bash-compatible command samples.
- Where PowerShell is referenced, clarify that it is available on Linux/macOS, but also offer native Bash/CLI alternatives.
- Ensure that all code blocks and automation steps have parity between PowerShell and CLI, so Linux users are not required to use PowerShell.
- Consider including a table or tabs for 'Azure CLI', 'PowerShell', and 'Portal' for each procedural section.
Create pull request