Skip to content

Get DefaultAlertRules

CI edited this page Apr 24, 2020 · 2 revisions

external help file: Pinja.Azure.Alerts-help.xml Module Name: Pinja.Azure.Alerts online version: schema: 2.0.0

Get-DefaultAlertRules

SYNOPSIS

Provide good default alert rules for environments.

SYNTAX

Get-DefaultAlertRules [<CommonParameters>]

DESCRIPTION

Provide good default alert rules for environments. This will evolve over time to match future needs and upcoming resource types.

This method works as entrypoint to create more specific alerting setup when needed.

EXAMPLES

EXAMPLE 1

Get-DefaultAlertRules

Returns current well known setup of alert defaults.

PARAMETERS

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

System.Management.Automation.PSObject[]

NOTES

RELATED LINKS