Application insights alerting using azure function

Domas Stočkus 1 Reputation point
2019-12-03T10:35:45.803+00:00

So as the title says, I am trying to set up an application insights alert that would trigger a Azure function. I can see such an option when i create the rule, however I am having some trouble figuring out how app insights are supposed to trigger the Azure function.
The alert gets triggered but nothing happens in the function. What kind of request does it make(what type)? Is there something that I need to configure in the function?

Thanks for any info

Btw. sorry if I got the tags wrong

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

2 answers

Sort by: Most helpful
  1. dixitaro-MSFT 196 Reputation points Microsoft Employee
    2019-12-03T12:23:43.71+00:00

    Thanks for the question. This service is yet to be migrated to Q&A. Please post your question directly on the MSDN forum for the service.

    We are actively working to onboard all services. We will make a public announcement once complete.

    Thank you for your patience as we evolve the Q&A platform.

    Regarding the Query : Follow this link which discuss about step by step instructions and if still you are facing any issue , do let us know.

    0 comments No comments

  2. Dave Rendon 21 Reputation points MVP
    2019-12-08T01:49:58.977+00:00

    Hello @Domas Stočkus

    Thanks for using the Q&A platform, I´d suggest to check the action group configuration and properly configure the signal logic, here´s a quick reference on how to trigger an Azure function based on an alert triggered.

    https://dev.to/daverendon/leverage-serverless-microsoft-azure-functions-and-azure-alerts-to-ensure-application-availability-2l73

    hope this helps