Skip to content

Commit d981222

Browse files
committed
titles
1 parent b02356e commit d981222

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/azure-monitor/essentials/prometheus-remote-write-active-directory.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
ms.date: 11/01/2022
77
---
88

9-
# Azure Monitor managed service for Prometheus remote write - Azure Active Directory (preview)
9+
# Configure remote write for Azure Monitor managed service for Prometheus using Azure Active Directory authentication (preview)
1010
This article describes how to configure [remote-write](prometheus-remote-write.md) to send data from self-managed Prometheus running in your AKS cluster or Azure Arc-enabled Kubernetes cluster using Azure Active Directory authentication.
1111

1212
## Cluster configurations
@@ -20,7 +20,7 @@ This article applies to the following cluster configurations:
2020
> For Azure Kubernetes service (AKS) or Azure Arc-enabled Kubernetes cluster, managed identify authentication is recommended. See [Azure Monitor managed service for Prometheus remote write - managed identity (preview)](prometheus-remote-write-managed-identity.md).
2121
2222
## Prerequisites
23-
See [Azure Monitor managed service for Prometheus remote write (preview)](prometheus-remote-write.md#prerequisites).
23+
See prerequisites at [Azure Monitor managed service for Prometheus remote write (preview)](prometheus-remote-write.md#prerequisites).
2424

2525
## Create Azure Active Directory application
2626
Follow the procedure at [Register an application with Azure AD and create a service principal](../../active-directory/develop/howto-create-service-principal-portal.md#register-an-application-with-azure-ad-and-create-a-service-principal) to register an application for Prometheus remote-write and create a service principal.

articles/azure-monitor/essentials/prometheus-remote-write-managed-identity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.topic: conceptual
66
ms.date: 11/01/2022
77
---
88

9-
# Azure Monitor managed service for Prometheus remote write - managed identity (preview)
9+
# Configure remote write for Azure Monitor managed service for Prometheus using managed identity authentication (preview)
1010
This article describes how to configure [remote-write](prometheus-remote-write.md) to send data from self-managed Prometheus running in your AKS cluster or Azure Arc-enabled Kubernetes cluster using managed identity authentication. You either use an existing identity created by AKS or [create one of your own](../../active-directory/managed-identities-azure-resources/how-manage-user-assigned-managed-identities.md). Both options are described here.
1111

1212
## Cluster configurations
@@ -19,7 +19,7 @@ This article applies to the following cluster configurations:
1919
> For a Kubernetes cluster running in another cloud or on-premises, see [Azure Monitor managed service for Prometheus remote write - Azure Active Directory (preview)](prometheus-remote-write-active-directory.md).
2020
2121
## Prerequisites
22-
See [Azure Monitor managed service for Prometheus remote write (preview)](prometheus-remote-write.md#prerequisites).
22+
See prerequisites at [Azure Monitor managed service for Prometheus remote write (preview)](prometheus-remote-write.md#prerequisites).
2323

2424
## Locate AKS node resource group
2525
The node resource group of the AKS cluster contains resources that you will require for other steps in this process. This resource group has the name `MC_<AKS-RESOURCE-GROUP>_<AKS-CLUSTER-NAME>_<REGION>`. You can locate it from the **Resource groups** menu in the Azure portal. Start by making sure that you can locate this resource group since other steps below will refer to it.

0 commit comments

Comments
 (0)