Skip to content

Commit 58d4522

Browse files
authored
Update containers-speech-config-ws.md
fixed wss to ws.
1 parent aa70d29 commit 58d4522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/containers-speech-config-ws.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ speech_config = speechsdk.SpeechConfig(
128128
::: zone-end
129129

130130
::: zone pivot="programming-language-cli"
131-
When you use the Speech CLI in a container, include the `--host wss://localhost:5000/` option. You must also specify `--key none` to ensure that the CLI doesn't try to use a Speech key for authentication. For information about how to configure the Speech CLI, see [Get started with the Azure AI Speech CLI](../spx-basics.md?tabs=dockerinstall#download-and-install).
131+
When you use the Speech CLI in a container, include the `--host ws://localhost:5000/` option. You must also specify `--key none` to ensure that the CLI doesn't try to use a Speech key for authentication. For information about how to configure the Speech CLI, see [Get started with the Azure AI Speech CLI](../spx-basics.md?tabs=dockerinstall#download-and-install).
132132
::: zone-end
133133

0 commit comments

Comments
 (0)