Skip to content

Commit 72f2de8

Browse files
committed
fix issues
1 parent f1f67e4 commit 72f2de8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-arc/kubernetes/monitor-gitops-flux-2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ After you've imported the dashboard as described in the previous section, you ca
7474
1. In the left navigation menu of the dashboard, select **Alerting**.
7575
1. Select **Alert rules**.
7676
1. Select **+ Create alert rule**. The new alert rule page opens, with the **Grafana managed alerts** option selected by default.
77-
1. In **Rule name**, add a descriptive name. This name is displayed in the alert rule list, and it will be the `alertname label for every alert instance that is created from this rule.
77+
1. In **Rule name**, add a descriptive name. This name is displayed in the alert rule list, and it will be the used as the `alertname` label for every alert instance created from this rule.
7878
1. Under **Set a query and alert condition**:
7979

8080
1. Select a data source. The same data source used for the dashboard may be used here.
@@ -167,7 +167,7 @@ After you've imported the dashboard as described in the previous section, you ca
167167

168168
To enable these alerts, you deploy a Bicep template similar to the one shown here. The alert rules in this template are samples that can be modified as needed.
169169

170-
Once you've downloaded the Bicep template and made any changes needed, [follow these steps to deploy the template](/azure/azure-resource-manager/bicep/template-specs).
170+
Once you've downloaded the Bicep template and made your changes, [follow these steps to deploy the template](/azure/azure-resource-manager/bicep/template-specs).
171171

172172
```bicep
173173
param azureMonitorWorkspaceName string

0 commit comments

Comments
 (0)