I keep getting the error ModuleNotFoundError: No module named ‘azure’ for line 4 where I import azure.functions as func Below is the code for my init file that has been designed using this tutorial Any help with this would be much appriciated! Answer Did you pip installed the library in your python environment?