Skip to content

Commit 519f766

Browse files
committed
Polishing
1 parent 96401c8 commit 519f766

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

articles/ai-services/speech-service/bring-your-own-storage-speech-resource.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ If you get empty response or `RegistrationState` value is `NotRegistered` then y
125125
126126
# [REST](#tab/rest)
127127

128-
To check whether an Azure subscription has access to BYOS through REST API see description of [Features - List](/rest/api/resources/features/list) request from Azure Resource Manager REST API.
128+
To check whether an Azure subscription has access to BYOS through REST API use [Features - List](/rest/api/resources/features/list) request from Azure Resource Manager REST API.
129129

130130
If your subscription has access to BYOS, the REST response will contain the following element:
131131
```json
@@ -137,9 +137,8 @@ If your subscription has access to BYOS, the REST response will contain the foll
137137
"type": "Microsoft.Features/providers/features",
138138
"name": "Microsoft.CognitiveServices/byoxPreview"
139139
}
140-
141-
If the REST response doesn't contain the reference to `byoxPreview` feature or its state is `NotRegistered` then your Azure subscription doesn't have access to BYOS and you need to [request it](#request-access-to-byos-for-your-azure-subscriptions).
142140
```
141+
If the REST response doesn't contain the reference to `byoxPreview` feature or its state is `NotRegistered` then your Azure subscription doesn't have access to BYOS and you need to [request it](#request-access-to-byos-for-your-azure-subscriptions).
143142
***
144143

145144

0 commit comments

Comments
 (0)