The Bing Search resource is undergoing a transition from a Cognitive Service to the Azure Marketplace. During this transition it is possible to have bing search resources that use different endpoint urls.
This fix introduces a new endpoint textbox that defaults to the new default resource url (https://api.bing.microsoft.com/). However, for users with older resources that have not specified the field it will fall back to the older cognitive services url ( https://api.cognitive.microsoft.com/bing).
In addition to the fix this also introduces addition filter options to filter image responses by image size and license type.
The
Bing Search
resource is undergoing a transition from aCognitive Service
to theAzure Marketplace
. During this transition it is possible to have bing search resources that use different endpoint urls.This fix introduces a new
endpoint
textbox that defaults to the new default resource url (https://api.bing.microsoft.com/). However, for users with older resources that have not specified the field it will fall back to the older cognitive services url ( https://api.cognitive.microsoft.com/bing).In addition to the fix this also introduces addition filter options to filter image responses by image size and license type.
TODO