Bing resources are suspended for the subscription

Andres 35 Reputation points
2023-05-11T14:23:35.2866667+00:00

Hi, I was using a free account and recently upgraded it to pay-as-you-go. After upgrading, the Bing Search v7 resource stopped working, I would get error 401. So I deleted the resource and I'm trying to create it again, but it's failing with this error:

{
    "status": "Failed",
    "error": {
        "code": "Suspended",
        "message": "Bing resources are suspended for the subscription"
    }
}

It's been a few weeks now and the error persists.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
35,927 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Nico 15 Reputation points
    2023-07-04T15:31:42.5866667+00:00

    I had exactly the same issue.

    Finally I got it working:

    1. Delete the current ResourceGroup, Resource and the Abonnement
    2. Create a new Abonnement
    3. Create a new Bing Search v7 resource with a new resource group
    4. Use this new Bing Search v7 resource

    Somehow, the Azure portal still shows me my old Abonnement, seems to be updated really slow.

    Also, the new key of the instance was not working right away, I needed to wait ~5min. after the creation to have a successful API call.

    3 people found this answer helpful.

  2. Anonymous
    2023-07-04T15:03:24.0966667+00:00

    I can understand how frustrating it can be to encounter issues after upgrading your account. The error message you are seeing indicates that the Bing resources are suspended for your subscription. There are a few possible reasons for this:

    1. Billing Issue: One possible reason for the suspension could be a billing-related problem. Double-check that your payment method is up-to-date and there are sufficient funds to cover the usage. If there was an issue with the payment, the resources might have been suspended.
    2. Usage Limits: Pay-as-you-go subscriptions typically have usage limits. It's possible that your usage has exceeded these limits, leading to the suspension of the Bing resources. Check the usage details of your subscription to ensure you are within the allowed limits.
    3. Compliance and Violation: Sometimes, if there is any violation of the terms of service or compliance issues, Microsoft may suspend certain resources or the entire subscription. Ensure that you are using the Bing resources in accordance with the Microsoft terms of service.
    4. Support Ticket: If you've already checked the above points and everything seems fine, the next step would be to contact Microsoft Azure support. They can provide specific details about the reason for the suspension and guide you on how to resolve it.

    To resolve the issue, I recommend reaching out to Azure support. They will have access to your account details and can assist you more effectively in identifying the exact cause of the suspension and help you lift the suspension so that you can use the Bing Search v7 resource again.

    1 person found this answer helpful.
    0 comments No comments