From 3fbb38dca630afaf5705ec92ba95d8b280725483 Mon Sep 17 00:00:00 2001 From: Marcus Felling Date: Tue, 20 Sep 2022 10:20:45 -0500 Subject: [PATCH] add Features__FeedIngestion env var for api ca --- deploy/Services/api.bicep | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/Services/api.bicep b/deploy/Services/api.bicep index 19c5913..f07e9ee 100644 --- a/deploy/Services/api.bicep +++ b/deploy/Services/api.bicep @@ -158,6 +158,10 @@ resource apiContainerApp 'Microsoft.App/containerApps@2022-03-01' = { name: 'ConnectionStrings__PodcastDb' secretRef: 'podcastdb' } + { + name: 'Features__FeedIngestion' + value: '${deployIngestion}' + } ] } ]