Skip to content

Commit 0f22197

Browse files
committed
removing link
1 parent df5a428 commit 0f22197

File tree

1 file changed

+0
-2
lines changed
  • articles/cognitive-services/Bing-Web-Search/quickstarts

1 file changed

+0
-2
lines changed

articles/cognitive-services/Bing-Web-Search/quickstarts/ruby.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ require 'json'
4343

4444
A few variables must be set before we can continue. `uri` can be the global endpoint below, or the [custom subdomain](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-custom-subdomains) endpoint displayed in the Azure portal for your resource. Confirm that the `uri` and `path` are valid and replace the `accessKey` value with a valid subscription key from your Azure account. Feel free to customize the search query by replacing the value for `term`.
4545

46-
[!INCLUDE [bing-endpoint-information](../../../../includes/bing-endpoints.md)]
47-
4846
```ruby
4947
accessKey = "YOUR_SUBSCRIPTION_KEY"
5048
uri = "https://api.cognitive.microsoft.com"

0 commit comments

Comments
 (0)