Azure / azure-functions-python-worker

Python worker for Azure Functions.
http://aka.ms/azurefunctions
MIT License
335 stars 103 forks source link

Module not found error when upgrading from Consumption to Elastic Premium Plan #1269

Closed bepa92 closed 1 year ago

bepa92 commented 1 year ago

After changing the Service Plan from Consumption to Elastic Premium, there is the following error message:

failed

The init.py file as well as the requirements.txt remained the same. The deployment process still works fine, however the http-request produces the error.

I'm using Python 3.9 , an http-trigger and mcr.microsoft.com/azure-functions/python:4-python3.9-appservice-stage5.

Unfortunately, it is not possible to include pango via pip and the requirements.txt. How it is possible, that the code works fine on Consumption and then is faulty via Premium Plan?

bhagyshricompany commented 1 year ago

@bepa92 Thanks for reporting the issue pls share the function app name ,invocation id,region,timestamp etc.

bepa92 commented 1 year ago
Timestamp: 2023-06-21T11:50:43.046+00:00
Function App name: app-Vorkontierung-prem
Function name: func-Vorkontierung
Core Tools version: 4.0.5198
Execution Id: 77226517-8791-40da-88ee-ba5c62be1062
Region: West Europe
bhagyshricompany commented 1 year ago

pls share the repro steps.

ghost commented 1 year ago

This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment.