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
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by referencing PowerShell-specific instructions and links (e.g., 'import-export-ps.md'), mentioning Azure PowerShell before Azure CLI, and not providing explicit Linux or cross-platform command-line examples. There is no mention of Linux-specific tools or workflows, and the sample focuses on Bicep/ARM templates without showing how to execute migration steps using cross-platform tools.
Recommendations:
- Provide Azure CLI examples alongside or before Azure PowerShell instructions, as Azure CLI is cross-platform and widely used on Linux.
- Update links and references to include both PowerShell and CLI documentation, or use neutral phrasing such as 'see Export your blueprint definition using Azure CLI or PowerShell'.
- Explicitly mention that all migration steps can be performed on Linux, macOS, and Windows, and provide command-line examples for each where relevant.
- Avoid using '-ps' (PowerShell) documentation links exclusively; link to general or CLI documentation where possible.
- Add a section or note on how to perform the migration steps in a Linux environment, including any prerequisites or differences.
Create pull request