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_tools
⚠️
missing_linux_example
⚠️
windows_first
Summary:
The documentation exclusively describes installation and usage of the process server using Windows-centric tools and patterns (e.g., .exe installers, Windows file paths, and command-line syntax). There are no examples or instructions for Linux-based deployments, nor is there mention of Linux support or alternatives. All examples use Windows conventions and terminology.
Recommendations:
- Explicitly state whether Linux-based process servers are supported or not. If supported, provide equivalent installation and configuration instructions for Linux environments.
- Include Linux command-line examples (e.g., using shell scripts, .sh installers, or relevant package managers) alongside Windows examples.
- Use platform-neutral language where possible, or clearly separate instructions for Windows and Linux users.
- Mention Linux prerequisites, file paths, and environment variables where relevant.
- If only Windows is supported, clarify this early in the documentation to set user expectations.
Create pull request
Flagged Code Snippets
UnifiedSetup.exe [/ServerMode <CS/PS>] [/InstallDrive <DriveLetter>] [/MySQLCredsFilePath <MySQL credentials file path>] [/VaultCredsFilePath <Vault credentials file path>] [/EnvType <VMware/NonVMware>] [/PSIP <IP address to be used for data transfer] [/CSIP <IP address of CS to be registered with>] [/PassphraseFilePath <Passphrase file path>]
MicrosoftAzureSiteRecoveryUnifiedSetup.exe /q /x:C:\Temp\Extracted
cd C:\Temp\Extracted
UNIFIEDSETUP.EXE /AcceptThirdpartyEULA /servermode "PS" /InstallLocation "D:\" /EnvType "VMware" /CSIP "10.150.24.119" /PassphraseFilePath "C:\Users\Administrator\Desktop\Passphrase.txt" /DataTransferSecurePort 443