Skip to content

Commit

Permalink
updated contrib guide for new settings
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyBarnes committed Sep 30, 2023
1 parent 0f6bcd2 commit 3c2dedf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions docs/content/contributing/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Here is an example of an alert definition for an Azure Virtual Machine (Microsof
- name: Available Memory Bytes (MBytes)
description: Metric Alert for Virtual Machine Available Memory Bytes (MBytes)
type: Metric
verified: true
visible: true
tags:
- alz
properties:
metricName: Available Memory Bytes
metricNamespace: Microsoft.Compute/virtualMachines
Expand All @@ -74,10 +78,6 @@ Here is an example of an alert definition for an Azure Virtual Machine (Microsof
operator: LessThan
threshold: 1000
criterionType: StaticThresholdCriterion
verified: true
visible: true
tags:
- alz
references:
- name: Supported Metrics for Microsoft.Compute/virtualMachines
urls: https://learn.microsoft.com/azure/azure-monitor/reference/supported-metrics/microsoft-compute-virtualmachines-metrics
Expand All @@ -86,6 +86,13 @@ Here is an example of an alert definition for an Azure Virtual Machine (Microsof
template: Deploy-VM-AvailableMemory-Alert.json
```
{{< hint type=note >}}
Please note the following settings in the alert definition:
- *verified:* Alert has verified by the PG.
- *visible:* Alert is visible on the website.
- *tags:* Tags for filtering alerts based on scenario/pattern (e.g. alz)
{{< /hint >}}
## Context/Background
Before jumping into the pre-requisites and specific section contribution guidance, please familiarize yourself with this context/background on how this library is built to help you contribute going forward.
Expand Down
2 changes: 1 addition & 1 deletion services/Compute/virtualMachineScaleSets/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: virtualMachineScaleSets
title: Virtual Machine Scale Sets
geekdocCollapseSection: true
---

Expand Down

0 comments on commit 3c2dedf

Please sign in to comment.