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 exclusively uses examples and terminology relevant to Windows environments (e.g., 'administrator', 'adminUsername'), and references Azure VM resource types that default to Windows conventions. There are no examples or mentions of Linux admin usernames (such as 'azureuser' or 'root'), nor any Linux-specific guidance, which may lead users to assume the rule or guidance is only relevant for Windows VMs.
Recommendations:
- Include examples that use Linux-typical admin usernames (e.g., 'azureuser', 'root') to demonstrate the rule's applicability to Linux VMs.
- Explicitly mention that the linter rule applies to both Windows and Linux virtual machines.
- Add a section or note clarifying any differences in admin username conventions between Windows and Linux VM deployments.
- Provide at least one example resource definition for a Linux VM, showing the adminUsername parameterization.
Create pull request