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 step-by-step instructions for performing tasks via the Azure Portal (web UI) and Azure PowerShell, but does not include equivalent command-line examples for Linux users (e.g., Azure CLI or Bash). PowerShell is a Windows-centric tool, and its exclusive use in scripting examples may disadvantage Linux or cross-platform users. There are no references to Linux-native tools or shell environments, and no Azure CLI examples are provided.
Recommendations:
- Add Azure CLI examples alongside PowerShell for all scripted operations, such as adding or removing custom domains.
- Include Bash shell command examples where appropriate, especially for DNS record management or validation.
- Explicitly mention that PowerShell Core is cross-platform if PowerShell is to be retained, but still provide Azure CLI as the primary or an equal alternative.
- Ensure that any references to tools or commands are not Windows-specific unless absolutely necessary, and always provide Linux/macOS equivalents.
- Consider reordering examples to present cross-platform (CLI) options before or alongside Windows-specific tools.
Create pull request