I am new to Azure and tried some python scripting based on our business logic to interact with other Azure services. I have followed the documentation and successfully achieved the task in VS Code, but later after deploying my function to Azure it is not working as expected and throwing some internal server errors.
Below are the files which are configured by following Microsoft Azure Documentation:
- local.settings.json
- function.json
- function --> init.py
Looking forward for any help on this, thanks much..