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 provides instructions using the Azure portal GUI, which is most commonly accessed and documented from a Windows environment. There are no command-line examples (such as Azure CLI or PowerShell), and no mention of Linux or cross-platform workflows. This can disadvantage users who prefer or require automation, scripting, or non-Windows environments.
Recommendations:
- Add equivalent instructions using the Azure CLI, which is cross-platform and widely used on Linux and macOS.
- If relevant, provide PowerShell examples alongside CLI examples, but do not make them the only option.
- Explicitly mention that the Azure portal can be accessed from any OS with a web browser, to clarify platform neutrality.
- Include notes or links to documentation for automating these tasks in CI/CD pipelines, which often run on Linux.
Create pull request