sparse-intern-71089
09/01/2020, 1:33 PMfancy-nightfall-60106
09/01/2020, 1:34 PMvar insightsId = "<id to azure resource>";
var testname = "mywebtestalert";
var webtest = new WebTest(...);
_ = new MetricAlert(testname, new MetricAlertArgs()
{
ResourceGroupName = ResourceGroupName,
Name = testname,
Scopes =
{
insightsId
},
Description = $"Use {testname} to monitor {name}",
ApplicationInsightsWebTestLocationAvailabilityCriteria =
new MetricAlertApplicationInsightsWebTestLocationAvailabilityCriteriaArgs()
{
ComponentId = insightsId,
FailedLocationCount = 2,
WebTestId = webtest.Id,
}
});
better-rainbow-14549
09/02/2020, 1:08 PMbetter-rainbow-14549
09/02/2020, 1:09 PMbetter-rainbow-14549
09/02/2020, 1:09 PM