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:
Summary:
The documentation demonstrates a subtle Windows bias in its references to Azure VMSS (Virtual Machine Scale Sets) and managed identities. Specifically, links and instructions for enabling managed identities and assigning roles reference Windows VMSS documentation and URLs, even though AKS clusters can run on Linux VMSS as well. No explicit PowerShell or Windows-only command-line examples are present, and all CLI and YAML examples are cross-platform. However, the documentation consistently references Windows VMSS in authentication scenarios, which may confuse or exclude Linux VMSS users.
Recommendations:
- Wherever managed identity or VMSS is referenced, provide links and instructions for both Windows and Linux VMSS. For example, link to both Windows and Linux quickstarts for enabling managed identity.
- Clarify in the authentication sections that the instructions apply to both Windows and Linux VMSS, or specify any differences if they exist.
- Audit all links to Azure documentation to ensure they are not Windows-specific unless required. If both OSes are supported, use generic or dual links.
- Explicitly state that AKS clusters typically run on Linux VMSS and provide Linux-centric examples or notes where appropriate.
Create pull request