I have built an azure python function app which used to run fine. However it now is unable to load the azure-identity module without timing out. It will not crash, but will simply never make it past any line such as from azure.identity import DefaultAzureCredential
. After 5 minutes the function times out. Does anyone have any idea what could cause this? Thanks!
Azure python function app cant load azure-identity module
214 views Asked by William D'Alessandro At
1
I have reproduced the same in my environment with below steps:
requirements.txt:
Add Packages required:
pip install -r requirements.txt
to install the dependencies:Note: You should have Storage Blob Data Contributor role assigned in your storage account.
Portal:
func host start
:Response: