Tring to Deploying my Python function app Getting Error No module named 'bson'
keshav kori
0
Reputation points
ModuleNotFoundError: No module named 'bson'
from bson.json_util import dumps
The app is working fine locally and producing the correct output, but it is unable to deploy to Azure Function App by GitHub CI/CD. Getting message on GitHub successfully deployed but getting error on Application Insights log and function are not working.
Sign in to answer