Azure AI Bot Service
An Azure service that provides an integrated environment for bot development.
941 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi comunity , i can't put knowledge base .
please help me
Hi igor,
Based on a similar post ensure that your subscription key is a part of your header and not in the actual https link.
As an example of an API call do not use Subscription-Key in the URL - it must be done through headers:
https://api.bing.microsoft.com/v7.0/search/?q=microsoft+devices&Ocp-Apim-Subscription-Key=xxx
Cited from https://learn.microsoft.com/en-us/answers/questions/189943/ocp-apim-subscription-key-is-not-working
If this is helpful please accept answer.