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:
⚠️
missing_linux_example
⚠️
windows_tools
Summary:
The documentation page demonstrates a bias towards Windows by exclusively referencing the Azure portal UI for all operational steps, which is more familiar to Windows users. There are no command-line examples (such as Azure CLI, PowerShell, or Bash), and no mention of Linux-native tools or workflows. The guidance assumes use of graphical tools and omits parity for users who prefer or require command-line or automation approaches, which are common in Linux environments.
Recommendations:
- Add step-by-step examples using Azure CLI for all major operations described (moving resources, finding original resource group, handling certificates).
- Include PowerShell examples, but ensure Azure CLI (cross-platform) is presented first or equally.
- Reference Bash scripting or automation scenarios for Linux users.
- Explicitly state that all operations can be performed via CLI and provide links or inline examples.
- Where screenshots are provided for the portal, consider also providing terminal output or code snippets for CLI equivalents.
Create pull request