Skip to content

Commit 3e6513c

Browse files
committed
Merge branch 'autosuggest-update' into bing-entity-update
2 parents 4082bdc + 4fffbf5 commit 3e6513c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Bing-Autosuggest/tutorials/autosuggest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function bingAutosuggest(query, key) {
189189
```
190190
191191
Specify the Bing Autosuggest API endpoint and declare an XMLHttpRequest object, which we will
192-
use to send requests to the endpoint.
192+
use to send requests. You can use the global endpoint below, or the [custom subdomain](../../../cognitive-services/cognitive-services-custom-subdomains.md) endpoint displayed in the Azure portal for your resource.
193193
194194
```html
195195
var endpoint = "https://api.cognitive.microsoft.com/bing/v7.0/Suggestions";

0 commit comments

Comments
 (0)