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 demonstrates a Windows bias by prioritizing Windows tools and workflows. In the Azure CLI section, Windows PowerShell is mentioned as the default example for opening a command console, and in the PowerShell section, only Windows PowerShell is referenced. There are no explicit Linux shell (e.g., Bash) or macOS terminal instructions, nor are there screenshots or examples tailored for non-Windows environments. The documentation assumes familiarity with Windows-centric tools and does not provide parity for Linux users.
Recommendations:
- In the Azure CLI section, mention opening a terminal or shell on Linux/macOS, not just Windows PowerShell.
- Provide explicit Bash/zsh examples or notes for Linux/macOS users alongside PowerShell instructions.
- Avoid defaulting to Windows PowerShell as the primary example; instead, present cross-platform instructions or alternate between platforms.
- Include screenshots or references that are not Windows-specific (e.g., avoid showing only Windows UI or PowerShell windows).
- Clarify that Azure CLI and portal steps are cross-platform and can be performed on any OS.
Create pull request
Flagged Code Snippets
### [PowerShell](#tab/PowerShell)
1. Open a Windows PowerShell command window, and sign in to your Azure subscription by using the Connect-AzAccount command. Then, follow the on-screen directions.
1. To enable logs for a Log Analytics Workspace, use the [Set-AzDiagnosticSetting PowerShell](/previous-versions/azure/mt631625(v=azure.100)?redirectedfrom=MSDN) cmdlet.