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
⚠️
windows_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a mild Windows bias. Several JSON examples for UI controls include the property "osPlatform": "Windows" or are tailored to Windows-specific scenarios (such as username conventions and credential controls). There are no examples or mentions of Linux-specific UI controls, values, or scenarios. The documentation does not provide parity for Linux users, omitting Linux platform examples or guidance where relevant.
Recommendations:
- Add examples that use "osPlatform": "Linux" for controls such as user name, credentials, and VM size selectors.
- Where examples include Windows-specific values (e.g., default usernames, password policies), provide equivalent Linux-focused examples.
- Explicitly mention Linux support in relevant sections, and clarify any differences in behavior or requirements between Windows and Linux platforms.
- For controls that support both Windows and Linux (such as Microsoft.Compute.CredentialsCombo or Microsoft.Compute.UserNameTextBox), provide parallel examples for each OS.
- Review all examples and ensure that Linux scenarios are represented equally, especially in areas where platform-specific behavior is relevant.
Create pull request