Skip to content

Commit a502287

Browse files
Merge pull request #280733 from sunasing/sunasing-12july
Minor fix for numbered list
2 parents ec57740 + d3235f7 commit a502287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/prometheus-remote-write-virtual-machines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ az aks get-credentials -g <aks-rg-name> -n <aks-cluster-name>
324324
kubectl apply -f <remote-write-secret.yaml>
325325
```
326326

327-
1. You will need to update the values for remote write section in Prometheus Operator. Copy the following and save it as a yaml file. For the values of the yaml file, see below section. Refer to [Prometheus Operator documentation](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#azuread) for more details on the Azure Monitor Workspace remote write specification in Prometheus Operator.
327+
2. You will need to update the values for remote write section in Prometheus Operator. Copy the following and save it as a yaml file. For the values of the yaml file, see below section. Refer to [Prometheus Operator documentation](https://github.com/prometheus-operator/prometheus-operator/blob/main/Documentation/api.md#azuread) for more details on the Azure Monitor Workspace remote write specification in Prometheus Operator.
328328

329329
```yaml
330330
prometheus:
@@ -345,7 +345,7 @@ prometheus:
345345
tenantId: "<Azure subscription tenant Id>"
346346
```
347347
348-
1. Use helm to update your remote write config using the above yaml file.
348+
3. Use helm to update your remote write config using the above yaml file.
349349
350350
```azurecli
351351
helm upgrade -f <YAML-FILENAME>.yml prometheus prometheus-community/kube-prometheus-stack --namespace <namespace where Prometheus Operator is deployed>

0 commit comments

Comments
 (0)