I want to configure an action to send the fired alert to an Azure Function which is behind a VNet. I tried to configure the action to send the fired alert to an Azure Function which is behind a VNet. But it failed and there were no error details. I tried with an Azure Function which is NOT behind a VNet and it worked. I am expecting it should work with the Azure Function in a VNet. Appreciate any help.
Asked
Active
Viewed 26 times
0
-
1Where are you firing the alert from? – Shiraz Bhaiji May 22 '23 at 17:11
-
The alert is fired from a log analytics workspace. It is a "custom log search" type alert. – Srini May 22 '23 at 18:28
1 Answers
0
You can use Azure private links to allow Log Analytics workspace to send alerts to your VNET.
There is a video showing how to do it here: https://www.youtube.com/watch?v=22AmkJofT7g

Shiraz Bhaiji
- 64,065
- 34
- 143
- 252