Test/Run button is disabled on my Function App page

Moshe Raab, PhD 236 Reputation points
2024-03-14T11:46:53.1766667+00:00

I have an Azure Function App that i would like to test and debug. when i select Code + Test from the menu and then select the function, the button Test/Run is disabled.

and in the logs an error message appears:

Unable to establish a link to Application Insights. Please ensure that you have write permissions on your Function app

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

Accepted answer
  1. MayankBargali-MSFT 70,016 Reputation points
    2024-03-14T13:48:18.15+00:00

    @Moshe Raab, PhD Thanks for reaching out. As per the error message as you don't have the write (Microsoft.Web/sites/Write) permission on the function app that is the reason you are getting error. You can review the RBAC role provided on your function app. Similar discussion here.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful