From 6405f809bfab5cf7ec9c2ccdc54a9e7b36ec9b59 Mon Sep 17 00:00:00 2001 From: Neal Fennimore Date: Thu, 18 Sep 2025 15:09:36 -0400 Subject: [PATCH] Add in consumption workload profile --- azure-container-apps-arm/aca-op-scim-bridge-template.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-container-apps-arm/aca-op-scim-bridge-template.json b/azure-container-apps-arm/aca-op-scim-bridge-template.json index f80de46a..23a30123 100644 --- a/azure-container-apps-arm/aca-op-scim-bridge-template.json +++ b/azure-container-apps-arm/aca-op-scim-bridge-template.json @@ -103,6 +103,12 @@ "sharedKey": "[listKeys(resourceId('Microsoft.OperationalInsights/workspaces', parameters('logAnalyticsWorkspaceName')), '2022-10-01').primarySharedKey]" } }, + "workloadProfiles": [ + { + "name": "Consumption", + "workloadProfileType": "Consumption" + } + ], "zoneRedundant": false } },