azure static web apps, managed api (functions): create a signal or alert from function?

Viewed 20

Is it possible to create an azure monitoring alert or at least a signal which I can use under "Application Insights => Monitoring => Alerts => Create Alert Rule => Select a Signal"? Is there a way to define a custom signal type? Maybe create a custom event via the app insights SDK and an alert based on that? We use javascript/nodejs for our static web app API.

For example:

  • Create a signal when a certain customer adds a ticket via the website
  • the API gets called and customer of ticket = "john doe"
  • the API creates a signal
  • An alert rule fires based on that signal
0 Answers
Related