Hello and Welcome!
Today we will know how to create Bing Web Search Cognitive Service in Azure.
Step 1 : Create Bing Web Search Cognitive Service.
Login into Portal.azure.com, To get one free trial Account
Search Bing Search and Click on Bing Search option in market place, highlighted below.

Fill up the details on Bing Search form
Name : Provide any meaningful name to your cognitive service.
Subscription : As i am using free trial, it shows free trial, if you have any paid one for your application, please use that.
Pricing tier : Free F0 – this provide 3 call per second, but another paid one provide 100, 150, 250 calls per second. you can choose as per your requirement.
Resource Group : Select any existing or there is option to create new,
and click create.
It may sometime to deploy, once its deployed, go to resources and open AML-WebSearch Cognitive service, which we just create

Step 2 : Get the API Key to authenticate your applications and start sending calls to the service.
Every call to Bing Search APIs requires the subscription key. The key can be found in the Keys and Endpoint section in the left pane. This key needs to be either passed through a query string parameter or specified in the request header.
Copy the Endpoint and the key, you will need this two in application to call this Bing Web Search API.

Hope it helps,
Post any queries or Questions.
*This post is locked for comments