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/azure-monitor/essentials/integrate-keda.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,15 +18,15 @@ To integrate KEDA into your Azure Kubernetes Service, you have to deploy and con
18
18
This article walks you through the steps to integrate KEDA into your AKS cluster using a workload identity.
19
19
Note
20
20
21
-
>[!NOTE]
21
+
>[!NOTE]
22
22
> 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
+
>
24
24
> 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.
25
25
26
26
## Prerequisites
27
27
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).
30
30
31
31
32
32
## Set up a workload identity
@@ -199,7 +199,7 @@ spec:
199
199
authenticationRef:
200
200
name: azure-managed-prometheus-trigger-auth
201
201
```
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)
203
203
+ `metricName` is the name of the metric you want to scale on.
204
204
+ `query` is the query used to retrieve the metric.
205
205
+ `threshold` is the value at which the deployment scales.
@@ -222,7 +222,7 @@ kubectl logs -n keda keda-operator-5d9f7d975-mgv7r
222
222
\"error\": \"unauthorized_client\",\n\"error_description\": \"AADSTS70021: No matching federated identity record found for presented assertion.
0 commit comments