Skip to content

Commit 11b1afb

Browse files
committed
Fix links
1 parent 9c40684 commit 11b1afb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/managed-grafana/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ items:
7878
href: how-to-deterministic-ip.md
7979
- name: Connect to a data source privately
8080
href: how-to-connect-to-data-source-privately.md
81-
- name: "Tutorial: Connect to self-hosted Prometheus on an AKS Cluster through managed private endpoint"
81+
- name: Connect to self-hosted Prometheus through managed private endpoint
8282
href: tutorial-mpe-oss-prometheus.md
8383
- name: Availability
8484
expanded: false

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ In this tutorial, you learn how to:
2626

2727
Before you begin, make sure you have the following:
2828

29-
- [Azure account](https://azure.microsoft.com/en-us/free)
30-
- [Azure CLI](https://learn.microsoft.com/en-us/cli/azure/install-azure-cli?view=azure-cli-latest)
29+
- An [Azure account](https://azure.microsoft.com/free)
30+
- The [Azure CLI](/cli/azure/install-azure-cli).
3131
- [kubectl](https://kubernetes.io/docs/tasks/tools/)
3232
- [Helm](https://helm.sh/docs/intro/install/)
3333

@@ -118,7 +118,7 @@ A popular way of installing Prometheus is through the [prometheus-operator](http
118118
119119
## Add a private link service to the Prometheus server
120120
121-
Azure [Private Link service](https://learn.microsoft.com/en-us/azure/private-link/private-link-service-overview) 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.
121+
Azure [Private Link service](../private-link/private-link-service-overview) 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
123123
pls-prometheus-svc.yaml content:
124124
@@ -158,7 +158,7 @@ kubectl --namespace monitoring apply -f pls-prometheus-svc.yaml
158158

159159
## Connect with a managed private endpoint
160160

161-
1. If you don't have an Azure Managed Grafana workspace yet, create one by [following this quickstart](./quickstart-managed-grafana-portal).
161+
1. If you don't have an Azure Managed Grafana workspace yet, create one by following the [Azure Managed Grafana quickstart](./quickstart-managed-grafana-portal.md).
162162
1. Open your Azure Managed Grafana workspace and go to **Networking** > **Managed Private Endpoint** > **Create**.
163163

164164
:::image type="content" source="media/tutorial-managed-private-endpoint/create-managed-private-endpoint.png" alt-text="Screenshot of the Azure platform showing the managed private endpoints page within an Azure Managed Grafana resource.":::
@@ -180,7 +180,7 @@ kubectl --namespace monitoring apply -f pls-prometheus-svc.yaml
180180

181181
1. Add the Prometheus data source to Grafana from your Grafana portal. For more information, go to [Add a data source](./how-to-data-source-plugins-managed-identity.md#add-a-data-source). Our Prometheus URL is `http://prom-service.prom.my-own-domain.com:9090`.
182182

183-
:::image type="content" source="media/tutorial-managed-private-endpoint/managed-private-endpoint-prom-datasource.png" alt-text="Screenshot of the Azure platform showing the Refresh button.":::
183+
:::image type="content" source="media/tutorial-managed-private-endpoint/managed-private-endpoint-prom-datasource.png" alt-text="Screenshot of the Grafana platform showing adding Prometheus as a data source.":::
184184

185185
1. To leverage your self-hosted Prometheus data source, try using the [Node Exporter Full](https://grafana.com/grafana/dashboards/1860-node-exporter-full/) dashboard, ID `1860`. For more guidelines, go to [Import a dashboard from Grafana Labs](./how-to-create-dashboard.md#import-a-dashboard-from-grafana-labs).
186186

0 commit comments

Comments
 (0)