An Azure service that integrates speech processing into apps and services.
The reason why the Speech CLI tool SPX does not support string query parameters in content URL is that the Speech CLI tool SPX uses the Windows Command Prompt, terminal, or PowerShell to execute commands. These shells interpret the ampersand character (&) as a command separator, which causes issues when a URL with query parameters is passed as a parameter to the Speech CLI tool SPX. To work around this issue, you can enclose the URL in double quotes (") or single quotes (') to prevent the shell from interpreting the ampersand character as a command separator.
For example, you can modify your command as follows:
spx batch transcription create --name "test" --content "https://k6wustorageaccounttest.blob.core.chinacloudapi.cn/containertest2/8fccb3d0-3815-11ee-bf08-e58097edd330.wav?sp=r&st=2023-10-11T03:24:24Z&se=2023-10-11T11:24:24Z&spr=https&sv=2022-11-02&sr=b&sig=YJj1Cdc16oPAVSl1%2FwvFLbEO%2FS7tDXcn9evMpB9zTg0%3D"
References: