Skip to content

Commit 074ad72

Browse files
committed
fix
1 parent db58b90 commit 074ad72

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

articles/container-apps/java-metrics-scale-with-keda.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -123,32 +123,32 @@ az containerapp update \
123123

124124
```json
125125
{
126-
"resources": {
127-
"properties": {
128-
"template": {
129-
"scale": {
130-
"minReplicas": 1,
131-
"maxReplicas": 10,
132-
"rules": [
133-
{
134-
"name": "scale-with-azure-monitor-metrics",
135-
"custom": {
136-
"type": "azure-monitor",
137-
"metadata": {
138-
"metricAggregationInterval": "0:1:0",
139-
"metricAggregationType": "Total",
140-
"metricName": "JvmGcCount",
141-
"resourceGroupName": "<your-resource-group>",
142-
"resourceURI": "Microsoft.App/containerapps/<your-app>",
143-
"subscriptionId": "<your-subscription-id>",
144-
"targetValue": "30",
145-
"tenantId": "<your-tenant-id>"
146-
},
147-
"identity": "<your-managed-identity-id>"
126+
"resources": {
127+
"properties": {
128+
"template": {
129+
"scale": {
130+
"minReplicas": 1,
131+
"maxReplicas": 10,
132+
"rules": [
133+
{
134+
"name": "scale-with-azure-monitor-metrics",
135+
"custom": {
136+
"type": "azure-monitor",
137+
"metadata": {
138+
"metricAggregationInterval": "0:1:0",
139+
"metricAggregationType": "Total",
140+
"metricName": "JvmGcCount",
141+
"resourceGroupName": "<your-resource-group>",
142+
"resourceURI": "Microsoft.App/containerapps/<your-app>",
143+
"subscriptionId": "<your-subscription-id>",
144+
"targetValue": "30",
145+
"tenantId": "<your-tenant-id>"
146+
},
147+
"identity": "<your-managed-identity-id>"
148+
}
148149
}
149-
}
150-
]
151-
}
150+
]
151+
}
152152
}
153153
}
154154
}

0 commit comments

Comments
 (0)