Hi @Sai Supriya Vadali you might be missing some dependencies. make sure that all necessary Python packages are installed in your Azure App Service environment. Use pip list
to check installed packages and pip install
to install missing ones.
also verify that the versions of Python and its dependencies in your Azure App Service match those used in your local development environment.