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}' + } ] } ]