Importing data automatically azure

Ilyes Hammouda 1 Reputation point
2022-06-09T15:48:06.14+00:00

Hello,
i'm trying to import data and store it in data base in azure. To do so i created a function and then a time trigger that i used in my python code to import data automatically. Nonetheless i got this error message "2022-06-09T15:40:00Z [Error] Executed 'Functions.TimerTrigger1' (Failed, Id=03dbc9f0-192c-46a7-ae26-67a55acf0b79, Duration=4ms)"

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

2 answers

Sort by: Most helpful
  1. MayankBargali-MSFT 70,826 Reputation points
    2022-06-15T08:49:02.23+00:00

    @Ilyes Hammouda Thanks for reaching out. Can you review your application insights logs for more details on exception message? I will also suggest you to review the Diagnose and solve problems blade on your function app to get more details on the error and action plan to resolve the issue.

    Let me know if you are able to find the root cause of the issue. If not, I can connect offline to review the logs to assist you further.

    0 comments No comments

  2. Ilyes Hammouda 1 Reputation point
    2022-06-21T14:33:16.267+00:00

    hello i succeeded in setting up the issue using VS-Code, while using it when i publish my code in Azure i export the requirements with my code, which isn't the case when i use Azure directly


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.