Are the amazon Gift cards not available anymore?
From More than 10 day I was waiting for Amazon 500Rs giftcard, but it is not available since last 10days in my region (India). can you please clarify if this giftcard is removed forever? or It will be available after some days? please clarify this…
Bing Search API ERROR: 503, message='Service Unavailable'
Dear Support Team, I have been experiencing continuous errors since January 8, 2025 (2025.01.08). The error message is '503, Service Unavailable', and most of the API queries are failing. I verified that my API key is within the quota limits (QPS), so it…
How can I delay payment or prepay for API usage charges?
I am currently using the Bing Search V7 API on Microsoft Azure for research purposes, and I plan to charge the expenses through a project I am working on. To do so, I need to either prepay or delay the payment. Is there a way to manage this?
Can I use azure Bing Search resource with managed identity authentication?
Hey, I'm trying to use the Azure Bing Image Search resource with the v7 API, is there a way to authenticate this resource with AAD (managed identity) authentication instead of keys?
Bing Web Search API gives 0 results, but the same Bing search gives many
Given the query "site:boards.greenhouse.io software developer software engineer", as well as various variations of it (see below), the Bing Web Search API will return zero webpage results. However, Bing Search will return correctly filtered…
Bing resources are suspended for the subscription
I have the Azure subscription that I use to test different technologies. When I tried to create Bing Search API service I got an error: { "status": "Failed", "error": { "code":…
Bing resources are suspended for the subscription
I have the Azure subscription that I use to test web search. When I tried to create Bing Search API service I got an error: { "status": "Failed", "error": { "code": "Suspended", …
Bing resources are suspended for the subscription
I have the Azure subscription that I use to test different technologies. When I tried to create Bing Search API service I got an error: { "status": "Failed", "error": { "code":…
Cannot create Bing resource. It says that the service is suspended for the subscription
I trying to provision and instance of Azure Bing Search v7 service in my subcription. However, I keep receiving an error telling me that "Bing resources are suspended for the subscription". I have checked that the Microsoft.Bing provider is…
How to apply keyword search in Bing V7 Search API
I would like to use keyword search using the advanced search options such as AND, OR, +, () as per this page in bing search V7 API. It works fine when there are articles related to the given query and applied keyword, but when there are no relevant…
Passing searching results from Bing Search API to AOAI assistants
Good Day, Appreciate your all efforts, I was trying to follow guidelines here to pass the search result from Bing to Azure OpenAi Assistants, Sometimes it works, sometimes it does not. There's no clear error, check attachments I just copy the output…
Problème parution bing
Bonjour j’ai un problème concernant la parution de mon domaine d’activité professionnelle sur le moteur de recherche bing. J’apparais comme « esthéticienne » sauf que je suis Kinésiologue ! Donc médecine alternative. Pouvez vous corriger l’erreur ?…
Error creating Bing Search v7 sku S1 resource via Azure Portal
Error { "status": "Failed", "error": { "code": "InternalServerError", "message": "Specified resource could not be retrieved" } } The raw error { …
Bing Search API returns the "Resource Not Found" error
I'm following the quickstart code here: https://learn.microsoft.com/en-us/azure/cognitive-services/bing-web-search/quickstarts/client-libraries?pivots=programming-language-python I'm using a Bing Resource with the Free Tier. The endpoint I'm…
Why isn't mkt working in bing search api?
From the documentation, I expect to get Japanese results by specifying the follows: params = { "mkt": "ja-JP", "setLang": "jp", "q": search_term, "count": count, …
deindexed from bing
my website got deindexed from bing and in bing webmaster tools it is showing up as indexed and there is no such error
Bing speech Text to speech is not working
Azure bing speech from text to speech is not working. Error 404 Failed to load resoursce : The server responded with a status of 400: https://speech.platform.bing.com/synthesize The above error occured
Bing Web Search Error 403 - Usage exceed?
I am using Bing Search Services, I began getting errors in all my code, it turns out my quota was exceeded. I went ahead and choose a plan with more calls, it has been over 24 hours and I still get the same error. How long does it take for me to be able…
Bing Search API 403 Quota Exceeded
I am using Bing Search Services, I began getting errors in all my code, it turns out my quota was exceeded. I went ahead and choose a plan with more calls, it has been over an hour and I still get the same error. How long does it take for me to be able…
Bing Web Search API doesn't accept percent-encoded commas in URL
According to this documentation page of the Bing Web Search API: Remember that you need to URL-encode all query parameters, so the parameter actually looks like: `&responseFilter=webpages%2Cnews` But when I did that, the search API returned this…