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:
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation exclusively describes how to create, view, and delete lab plans using the Azure portal, which is a graphical interface most commonly accessed from Windows environments. There are no command-line examples (such as Azure CLI, Bash, or PowerShell), nor are there references to Linux tools or workflows. This may implicitly favor Windows users and workflows, and does not provide parity for Linux users who may prefer or require command-line instructions.
Recommendations:
- Add equivalent instructions for managing lab plans using the Azure CLI, which is cross-platform and widely used on Linux.
- Provide examples for common tasks (create, view, delete lab plans) using both Azure CLI and PowerShell, and present them in parallel.
- Explicitly mention that the Azure portal can be accessed from any modern browser on Windows, Linux, or macOS to clarify platform neutrality.
- Include screenshots or terminal output from Linux environments where relevant.
- Consider adding a section on automating lab plan management using scripts, with examples in Bash and PowerShell.
Create pull request