0
votes

I could not find how to add "Bing News Search API v7" on Azure market place. I only found Bing Search, and obviously the keys did not work for the News end points (401 Unauthorized).

I know it sounds a little dumb, but its been a few days of trying to get these api keys without success.

FYI, I had a free trial on bing news v5, but it expired. I am trying to go for a pay as you go subscription. Can some one please point me in the right direction

Followed the link, this is what I seeI have the subscription for bing search api, but I get unauthorized when I use these keys, very weird.

2
I am sure this is Tier S2, which doesn't have news search offering. You need to have access keys from one of these tiers: S1, S5, or S8.Ronak
Did this fix the issue or you are still getting 401?Ronak

2 Answers

0
votes

It's here: https://azure.microsoft.com/en-us/services/cognitive-services/bing-news-search-api/.

You can get free access keys for v7 by clicking on "Try Bing News Search API" from this page. The pay-as-you-go subscription can be purchased from: https://portal.azure.com/#create/Microsoft.CognitiveServicesBingSearch-v7. Alternately, you can click on "Portal" on the above page for buying keys.

0
votes

You can access it from Azure Portal by clicking on Create Resource => Search Bing Search V7 APIs => Create.

enter image description here

You can access it from Azure Portal by clicking on All Services => Marketplace => Search Bing Search V7 APIs => Create

enter image description here

Note: The free trial is sufficient for this quickstart. You need the access key provided when you activate your free trial, or you may use a paid subscription key from your Azure dashboard.

For more details, refer "Bing New Search Documentation"