When I am deploying the function App using B1 Basic hosting plan its failing and getting the error message you're encountering, "Encountered an error (InternalServerError) from host runtime". Its working fine with B3 Basic hosting plan. Please suggest.

Pradeep Jha (Persistent Systems Inc) 0 Reputation points Microsoft Vendor
2024-09-19T13:33:31.44+00:00

When using the B1 Basic Hosting plan to deploy the function App, Getting the below error.

The error message you're encountering, "Encountered an error (InternalServerError) from host runtime"

If using the B3 Basic Hosting plan to deploy the function App its succeeded. Please let me know the reason.

Thanks,

Pradeep

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,029 questions
{count} votes

1 answer

Sort by: Most helpful
  1. VenkateshDodda-MSFT 21,226 Reputation points Microsoft Employee
    2024-09-20T08:35:39.55+00:00

    @Pradeep Jha (Persistent Systems Inc) Thanks for your patience and your time over offline. I am summarizing our offline discussion and posting the same as Answer for the benefit of other community members.

    Issue :

    Customer is trying to deploy this Open AI GitHub Sample to B1 function app, and the deployment is getting failed Internal Server error (host runtime is unavailable).

    Upon investigating deeper, in this issue #1266 they have clearly mentioned that this Sample cannot be deployed B1 functions app since it will run one core with lesser RAM, and they have suggested to go for B3 plan only.

    Also, Bicep template has been updated with B3 as default value for function apps in PR# 646

    User's image

    Hope this help, let me know if you have any further questions on this.

    Please accept as "Yes" if the answer is helpful so that it can help others in the community.

    0 comments No comments

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.