Skip to content

Commit 0bbd5bf

Browse files
Merge pull request #268745 from alexeyo26/alexeyo/sessiond-guid-extra
[Azure AI Svcs] Speech. Adding another non-GUID example for Session Id
2 parents d555cc9 + 48c4740 commit 0bbd5bf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/ai-services/speech-service/how-to-get-speech-session-id.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,13 @@ https://eastus.stt.speech.microsoft.com/speech/recognition/conversation/cognitiv
7979
> [!WARNING]
8080
> The value of the parameter `X-ConnectionId` should be in the format of GUID without dashes or other dividers. All other formats aren't supported and will be discarded by the Service.
8181
>
82-
> Example. If the request contains `X-ConnectionId=9f4ffa51-13a8-46eb-a289-aa98b28e766f` (GUID with dividers) or `X-ConnectionId=Request9f4ffa5113a846eba289aa98b28e766f` (non-GUID) then the value of `X-ConnectionId` will not be accepted by the system, and the Session won't be found in the logs.
82+
> Example. If the request contains expressions like these:
83+
>
84+
> - `X-ConnectionId=9f4ffa51-13a8-46eb-a289-aa98b28e766f` (GUID with dividers)
85+
> - `X-ConnectionId=Request9f4ffa5113a846eba289aa98b28e766f` (non-GUID)
86+
> - `X-ConnectionId=5948f700d2a811ee` (non-GUID)
87+
>
88+
>then the value of `X-ConnectionId` will not be accepted by the system, and the Session won't be found in the logs.
8389
8490
## Getting Transcription ID for Batch transcription
8591

0 commit comments

Comments
 (0)