You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/managed-grafana/tutorial-mpe-oss-prometheus.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ Before you begin, make sure you have the following:
39
39
az login
40
40
```
41
41
42
-
If you have multiple Azure subscriptions, select your Azure subscription with the command `az account set -s <your-azure-subscription-id>`.
42
+
If you have multiple Azure subscriptions, select your Azure subscription with the command `az account set -s <your-azure-subscription-id>`.
43
43
44
44
1. Install or update kubectl.
45
45
@@ -120,7 +120,7 @@ A popular way of installing Prometheus is through the [prometheus-operator](http
120
120
121
121
Azure [Private Link service](../private-link/private-link-service-overview.md) enables the consumption of your Kubernetes service through private link across different Azure virtual networks. AKS has a [native integration with Azure Private Link Service](https://cloud-provider-azure.sigs.k8s.io/topics/pls-integration/) and helps you annotate a Kubernetes service object to create a corresponding private link service within Azure.
122
122
123
-
pls-prometheus-svc.yaml content:
123
+
See below the content of the pls-prometheus-svc.yaml file:
124
124
125
125
```yaml
126
126
apiVersion: v1
@@ -148,9 +148,9 @@ spec:
148
148
149
149
1. Run the following command to add the private link service to the Prometheus server.
0 commit comments