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_tools
⚠️
missing_linux_example
Summary:
The documentation page demonstrates a Windows bias by referencing the PowerShell cmdlet `Invoke-StorageSyncFileRecall` as the only method for recalling files, without mentioning any Linux equivalents or cross-platform alternatives. There are no examples or instructions for configuring or managing Azure File Sync cloud tiering from Linux systems, nor is there any discussion of Linux tools or command-line patterns.
Recommendations:
- Provide equivalent Linux command-line instructions or tools for managing Azure File Sync cloud tiering, if available.
- If Azure File Sync is only supported on Windows, clearly state this limitation early in the documentation.
- Where PowerShell cmdlets are referenced, mention whether they are available on PowerShell Core (cross-platform) or only on Windows PowerShell.
- Include a note or section addressing Linux/Unix users, clarifying support status and offering guidance or alternatives if possible.
Create pull request