Skip to content

Commit f65cb5c

Browse files
fix H2 warning
1 parent cfaf033 commit f65cb5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/search/semantic-search-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Semantic Search's free plan is capped at 1,000 queries per month. After the firs
117117

118118
Alternatively, you can also enable semantic search using the REST API that's described in the next section.
119119

120-
## Enable semantic search
120+
## Enable semantic search using the REST API
121121

122122
To enable Semantic Search using the REST API, you can use the [Create or Update Service API](/rest/api/searchmanagement/2021-04-01-preview/services/create-or-update#searchsemanticsearch).
123123

@@ -137,7 +137,7 @@ PATCH https://management.azure.com/subscriptions/{{subscriptionId}}/resourcegrou
137137
}
138138
```
139139

140-
## Disable semantic search
140+
## Disable semantic search using the REST API
141141

142142
To reverse feature enablement, or for full protection against accidental usage and charges, you can [disable semantic search](/rest/api/searchmanagement/2021-04-01-preview/services/create-or-update#searchsemanticsearch) using the Create or Update Service API on your search service. After the feature is disabled, any requests that include the semantic query type will be rejected.
143143

0 commit comments

Comments
 (0)