1

I am trying to find a way to see log output for a production azure function. If I click on "setup" for logs/monitoring I get this:

enter image description here

Hitting configure gives this:

enter image description here

2
  • Same issue for me. Commented Jun 7, 2022 at 11:27
  • In the end, I used a different route to enabling the logs, and its now working. I clicked on the "logs" tab and configured a new logging resource. Commented Jun 7, 2022 at 11:51

1 Answer 1

1

This might happen when either "Application Insights" is not configured for this Function App Or the one which was configured was deleted.

To verify it, on Azure Portal go to your "Function App" --> "Application Insights (under Settings)" --> check if it says that "Your app is connected to resource: [AppInsights Resource Name]".

If the AppInsights resource is configured for the Function App, check if the logs in AppInsights have entries from recent times (to ensure that captured telemetry is getting ingested in here)

In case this does not resolve the issue, I would suggest reaching out to Microsoft Azure Support so that it can be investigated from backend.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.