Skip to content

Commit 1212ba8

Browse files
committed
fixes
1 parent 7f45202 commit 1212ba8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/azure-monitor/essentials/integrate-keda.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ To integrate KEDA into your Azure Kubernetes Service, you have to deploy and con
1818
This article walks you through the steps to integrate KEDA into your AKS cluster using a workload identity.
1919
Note
2020

21-
>[!NOTE]
21+
> [!NOTE]
2222
> We recommend using Azure Active Directory workload identity. This authentication method replaces pod-managed identity (preview), which integrates with the Kubernetes native capabilities to federate with any external identity providers on behalf of the application.
23-
23+
>
2424
> The open source Azure AD pod-managed identity (preview) in Azure Kubernetes Service has been deprecated as of 10/24/2022, and the project will be archived in Sept. 2023. For more information, see the deprecation notice. The AKS Managed add-on begins deprecation in Sept. 2023.
2525

2626
## Prerequisites
2727

28-
1. Azure Kubernetes Service (AKS) cluster
29-
1. Prometheus sending metrics to an Azure Monitor workspace. For more information, see [Azure Monitor managed service for Prometheus](./prometheus-metrics-overview.md).
28+
+ Azure Kubernetes Service (AKS) cluster
29+
+ Prometheus sending metrics to an Azure Monitor workspace. For more information, see [Azure Monitor managed service for Prometheus](./prometheus-metrics-overview.md).
3030

3131

3232
## Set up a workload identity
@@ -199,7 +199,7 @@ spec:
199199
authenticationRef:
200200
name: azure-managed-prometheus-trigger-auth
201201
```
202-
+ `serverAddress` is the Query endpoint of your Azure Monitor workspace. For more information,see [Query Prometheus metrics using the API and PromQL](./prometheus-api-promql.md#query-endpoint)
202+
+ `serverAddress` is the Query endpoint of your Azure Monitor workspace. For more information, see [Query Prometheus metrics using the API and PromQL](./prometheus-api-promql.md#query-endpoint)
203203
+ `metricName` is the name of the metric you want to scale on.
204204
+ `query` is the query used to retrieve the metric.
205205
+ `threshold` is the value at which the deployment scales.
@@ -222,7 +222,7 @@ kubectl logs -n keda keda-operator-5d9f7d975-mgv7r
222222
\"error\": \"unauthorized_client\",\n \"error_description\": \"AADSTS70021: No matching federated identity record found for presented assertion.
223223
Assertion Issuer: 'https://eastus.oic.prod-aks.azure.com/abcdef01-2345-6789-0abc-def012345678/12345678-abcd-abcd-abcd-1234567890ab/'.
224224
Assertion Subject: 'system:serviceaccount:keda:keda-operator'.
225-
Assertion Audience: 'api://AzureADTokenExchange'. https://docs.microsoft.com/en-us/azure/active-directory/develop/workload-identity-federation
225+
Assertion Audience: 'api://AzureADTokenExchange'. https://docs.microsoft.com/azure/active-directory/develop/workload-identity-federation
226226
Trace ID: 12dd9ea0-3a65-408f-a41f-5d0403a25100\\r\\nCorrelation ID: 8a2dce68-17f1-4f11-bed2-4bcf9577f2af\\r\\nTimestamp: 2023-05-30 11:11:53Z\",
227227
\"error_codes\": [\n 70021\n ],\n \"timestamp\": \"2023-05-30 11:11:53Z\",
228228
\"trace_id\": \"12345678-3a65-408f-a41f-5d0403a25100\",

articles/azure-monitor/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ items:
491491
- name: Azure Active Directory pod identity
492492
displayName: Prometheus,remote-write
493493
href: essentials/prometheus-remote-write-azure-ad-pod-identity.md
494-
- name: KEDA Integration
494+
- name: KEDA integration
495495
displayName: Prometheus
496496
href: essentials/integrate-keda.md
497497
- name: Prometheus Azure Active Directory authorization proxy

0 commit comments

Comments
 (0)