Billing endpoint cannot reach while starting the disconnected container

Anupam Mathur 0 Reputation points
2024-12-25T04:00:15.7266667+00:00

I am try to run the translation container in disconnected environment,

I have configured the container and as i am trying to run the the container it is giving the error

“Failed to reach billing endpoint. Trying 9 more times. Received a billing response with the following details: Status Code : For bidden, Reason Phrase : OperationBlocked.“

On the azure portal my service is public and there is no firewall and proxy and on the on premises side everything this open and im able to resolve the container endpoint but it is still giving that error

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
3,453 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sina Salam 14,551 Reputation points
    2024-12-25T06:29:00.81+00:00

    Hello Anupam Mathur,

    Welcome to the Microsoft Q&A and thank you for posting your questions here.

    I understand that you are having a Forbidden status code and OperationBlocked reason phrase due to an issue with your translation container not being able to reach the billing endpoint.

    To resolve this:

    First, ensure that your API key and billing endpoint are correct and valid, as an incorrect API key can cause errors. Verify that your Azure Cognitive Services resource is in a supported region, as some services are region-specific. Additionally, make sure the container is configured with all necessary environment variables, including Eula, Billing, API Key, and Http_Proxy if needed.

    Secondly, check that your service is not using a free tier (F0), which might have connectivity limitations. Upgrading to a higher pricing tier (e.g., S0) can sometimes resolve these issues. Also, double-check your network settings to ensure there are no hidden firewalls or proxies blocking the connection to the billing endpoint, as network policies might affect connectivity. - similar solution on this platform - https://zcusa.951200.xyz/en-us/answers/questions/469165/running-luis-image-on-azure-container-instanse-sto

    Lastly, the container tries to connect to the billing endpoint multiple times. If it consistently fails, there might be an intermittent network issue. Restarting the container or the service might help resolve this. - https://zcusa.951200.xyz/en-us/azure/ai-services/translator/containers/install-run

    If these steps do not resolve the issue, consider contacting Azure support

    I hope this is helpful! Do not hesitate to let me know if you have any other questions.


    Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.