If not where I can find this resource. Is there any alternative to spell check to this in Azure?
If not where I can find this resource. Is there any alternative to spell check to this in Azure?
@tom-7189 The spell check API is available. You need to create the bing search resource by searching for "bing search" and create a resource.

You can use this API endpoint for all offerings of bing web search API's and only the endpoint changes for these offerings where the base API is "https://api.bing.microsoft.com/v7.0/" and for spell check you only need to append SpellCheck to the endpoint to make it "https://api.bing.microsoft.com/v7.0/SpellCheck"
3 people are following this question.