It sounds like to me there's a deployment error with the packages. I would check the deployment logs for any errors. I did notice the datalake module name is incorrect. It should be azure-storage-file-datalake
instead of azure-storage-filedatalake
, just in case that wasn't a typo. I had no issues with the function getting registered with the following requirements.txt
:
# Do not include azure-functions-worker in this file
# The Python Worker is managed by the Azure Functions platform
# Manually managing azure-functions-worker may cause unexpected issues
azure-functions
azure-storage-blob
azure-identity
azure-storage-file-datalake
pyodbc
python-docx