Tring to Deploying my Python function app Getting Error No module named 'bson'

keshav kori 0 Reputation points
2025-02-20T13:15:01.4566667+00:00

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.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,441 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.