We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4082bdc + 4fffbf5 commit 3e6513cCopy full SHA for 3e6513c
articles/cognitive-services/Bing-Autosuggest/tutorials/autosuggest.md
@@ -189,7 +189,7 @@ function bingAutosuggest(query, key) {
189
```
190
191
Specify the Bing Autosuggest API endpoint and declare an XMLHttpRequest object, which we will
192
-use to send requests to the endpoint.
+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.
193
194
```html
195
var endpoint = "https://api.cognitive.microsoft.com/bing/v7.0/Suggestions";
0 commit comments