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:
⚠️
powershell_heavy
⚠️
windows_first
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by referencing PowerShell as the primary method for configuring and retrieving TLS policy details, both in the main text and in the 'Next steps' section. There are no explicit Linux or Bash examples, and the CLI is only mentioned in passing, always after PowerShell. The documentation does not provide parity for Linux users in terms of command-line instructions or tool references.
Recommendations:
- Provide explicit Azure CLI (az) command examples alongside or before PowerShell examples for all configuration and retrieval tasks.
- Include Bash/Linux shell command examples where relevant, especially for common administrative operations.
- When referencing documentation for configuration steps, link to both PowerShell and CLI/Bash guides, or create unified guides that show both approaches.
- Avoid mentioning PowerShell first or exclusively; use neutral phrasing such as 'using Azure CLI or PowerShell' and ensure both are equally represented.
- Add a section or callout for Linux/macOS administrators, highlighting any differences or additional steps required.
Create pull request