You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May be because i am not aware of how docker image works. When i try to open the code in VS Code and deploy it on azure function app. it fails at compliation at below two lines. Not able to import azure.functions and dotenv
import azure.functions
from dotenv import load_dotenv
Please can someone let me know how can i modify the code locally and deploy to azure function app
The text was updated successfully, but these errors were encountered:
May be because i am not aware of how docker image works. When i try to open the code in VS Code and deploy it on azure function app. it fails at compliation at below two lines. Not able to import azure.functions and dotenv
import azure.functions
from dotenv import load_dotenv
Please can someone let me know how can i modify the code locally and deploy to azure function app
The text was updated successfully, but these errors were encountered: