Skip to content

Commit 41c5057

Browse files
committed
Align images
1 parent 5ae7f84 commit 41c5057

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/managed-grafana/tutorial-mpe-oss-prometheus.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Before you begin, make sure you have the following:
3939
az login
4040
```
4141
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>`.
4343
4444
1. Install or update kubectl.
4545
@@ -120,7 +120,7 @@ A popular way of installing Prometheus is through the [prometheus-operator](http
120120
121121
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.
122122
123-
pls-prometheus-svc.yaml content:
123+
See below the content of the pls-prometheus-svc.yaml file:
124124
125125
```yaml
126126
apiVersion: v1
@@ -148,9 +148,9 @@ spec:
148148

149149
1. Run the following command to add the private link service to the Prometheus server.
150150

151-
```console
152-
kubectl --namespace monitoring apply -f pls-prometheus-svc.yaml
153-
```
151+
```console
152+
kubectl --namespace monitoring apply -f pls-prometheus-svc.yaml
153+
```
154154

155155
1. The private link service with name `promManagedPls` is created in the AKS managed resource group. This process takes a few minutes.
156156

0 commit comments

Comments
 (0)