Unable to Turn on Application Insights

ferdaous harmel 1 Reputation point
2021-07-14T16:13:12.643+00:00

Hello,

I find out this error when I want to Turn on Application Insights inside a function app using the Sandbox for the Example "Run your code on-demand with Azure Functions".

114684-image.png

114715-image.png

114675-image.png

Would you please tell me how to fix this ?

Regards.
Ferdaous.

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

7 answers

Sort by: Most helpful
  1. Anonymous
    2022-10-05T08:10:15.353+00:00

    I've got the same problem.
    Followed instructions on:
    https://learn.microsoft.com/en-gb/training/modules/execute-azure-function-with-triggers/4-create-timer-trigger?pivots=csharp

    Problem appears when I want to examine the log and Azure tells me to configure Application Insights.
    When applying the default configuration in the sandbox the following error message appears:
    Resource group 'DefaultResourceGroup-WEU' could not be found. (Code: ResourceGroupNotFound)

    0 comments No comments

  2. Çağrı Münyas 1 Reputation point
    2022-10-17T00:54:45.587+00:00

    I had the same issue on my Azure function project. I was getting the same error when I try to turn Application insights on using Create new resource option ( and its default generated names) . I created a new Application Insights resource within the function project's resource group and then go back to the function project to enable application insights. This time I used select existing and clicked on the Application Insights resource that was just created. It requires many steps however works well.


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.