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
⚠️
powershell_heavy
⚠️
windows_tools
Summary:
The documentation page demonstrates a moderate Windows bias. PowerShell is mentioned before Azure CLI, and Visual Studio (a Windows-centric tool) is highlighted as a primary development environment for deploying templates. The .NET client library example in the 'Next steps' section also links to a Windows-specific page. While Azure CLI is included, Linux-native tools and workflows are not given equal prominence or examples.
Recommendations:
- Ensure Azure CLI examples and references are presented before or alongside PowerShell, emphasizing its cross-platform nature.
- Include examples or guidance for using Linux-native editors (such as Vim, Emacs, nano) and command-line tools for template editing and deployment.
- Highlight cross-platform development environments (e.g., Visual Studio Code) more prominently than Windows-only tools like Visual Studio.
- Provide links to .NET client library examples that are not Windows-specific, or include Python/Java SDK examples which are more common on Linux.
- Add a section or callout explicitly addressing Linux users, summarizing recommended tools and workflows for template deployment.
Create pull request