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
⚠️
windows_tools
Summary:
The documentation is heavily biased toward Windows and PowerShell usage. All command-line examples use PowerShell cmdlets, and there is no mention or example of equivalent commands using Bash, Azure CLI, or Linux-native tools. The instructions assume familiarity with PowerShell and Windows-centric workflows, with no guidance for Linux users or those preferring cross-platform tools.
Recommendations:
- Provide equivalent Azure CLI (az) command examples alongside PowerShell cmdlets for all operations, as Azure CLI is cross-platform and commonly used on Linux.
- Explicitly mention that Azure Cloud Shell supports both Bash and PowerShell, and show how to select the preferred shell.
- Include Linux/Bash-specific instructions for tasks such as editing JSON files, running commands, and managing files.
- Avoid assuming the user is running commands from a Windows environment; clarify that steps work on all platforms or provide platform-specific notes where necessary.
- Add a section or callout for Linux/macOS users, highlighting any differences or additional steps required.
- Where possible, use neutral language (e.g., 'command-line interface' instead of 'PowerShell') unless the step is truly PowerShell-specific.
Create pull request
Flagged Code Snippets
Register-AzResourceProvider -ProviderNamespace "Microsoft.Workloads"
Invoke-AzWorkloadsSapSizingRecommendation -Location eastus -AppLocation eastus -DatabaseType HANA -DbMemory 256 -DeploymentType ThreeTier -Environment NonProd -SapProduct S4HANA -Sap 10000 -DbScaleMethod ScaleUp
New-AzWorkloadsSapVirtualInstance -ResourceGroupName 'PowerShell-CLI-TestRG' -Name L46 -Location eastus -Environment 'NonProd' -SapProduct 'S4HANA' -Configuration .\CreatePayload.json -Tag @{k1 = "v1"; k2 = "v2"} -IdentityType 'UserAssigned' -ManagedResourceGroupName "L46-rg" -UserAssignedIdentity @{'/subscriptions/aaaa0a0a-bb1b-cc2c-dd3d-eeeeee4e4e4e/resourcegroups/SAP-E2ETest-rg/providers/Microsoft.ManagedIdentity/userAssignedIdentities/E2E-RBAC-MSI'= @{}}