Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Encountered an error (ServiceUnavailable) from host runtime. #1577

Open
ksmets opened this issue Sep 17, 2024 · 0 comments
Open

[Bug] Encountered an error (ServiceUnavailable) from host runtime. #1577

ksmets opened this issue Sep 17, 2024 · 0 comments
Assignees

Comments

@ksmets
Copy link

ksmets commented Sep 17, 2024

Expected Behavior

I'm using Azure Functions to deploy a Python 3.11 function app on Linux environment in Europe West. The function app works flawlessly when running on consumption service plan Y1.

However, when I change this plan to dedicated B1 or premium P0v3, the deployment fails and shows the status error where normally the version of the runtime should be listed. If you click on more details it states the message "Encountered an error (ServiceUnavailable) from host runtime."

If you try make an HTTP request, you get 503 Service Unavailable response.

After switching the service plan back to Y1, the function app functions as before.

We also tried plans B2 and P1v3, to rule out memory issues, but the same issue arises. We really want to be able to activate the "always-on" configuration setting, to get rid of warm up times.
Any solution?

Actual Behavior

No response

Steps to Reproduce

No response

Relevant code being tried

No response

Relevant log output

No response

requirements.txt file

No response

Where are you facing this problem?

Production Environment (explain below)

Function app name

runeasi-testing-python-fnapp

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants