Skip to content

Commit 45b34da

Browse files
committed
Addressing review comment
1 parent b531eb6 commit 45b34da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/ai-services/speech-service/byos-speech-stt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For maximum security use the `sasValidityInSeconds` parameter with the value set
101101
https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/endpoints/base/en-US/files/logs?sasValidityInSeconds=0
102102
```
103103

104-
Such request returns plain Storage Account URLs for data files (no SAS or other additions). For example:
104+
Such a request returns direct Storage Account URLs to data files (without SAS or other additions). For example:
105105

106106
```json
107107
"links": {
@@ -141,7 +141,7 @@ For maximum security use the `sasValidityInSeconds` parameter with the value set
141141
https://eastus.api.cognitive.microsoft.com/speechtotext/v3.1/datasets/8427b92a-cb50-4cda-bf04-964ea1b1781b/files?sasValidityInSeconds=0
142142
```
143143

144-
Such request returns plain Storage Account URLs for data files (no SAS or other additions). For example:
144+
Such a request returns direct Storage Account URLs to data files (without SAS or other additions). For example:
145145

146146
```json
147147
"links": {

0 commit comments

Comments
 (0)