Skip to content

Commit d54beac

Browse files
fix: update bicep files for env vars
1 parent f91b320 commit d54beac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infrastructure/resource_group_level/modules/webapps/trade-finance-manager-api-calculated-variables.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ resource webappSetting 'Microsoft.Web/sites/config@2022-09-01' = {
6565
properties: settingsCalculated
6666
}
6767

68-
resource webappConnectionStrings 'Microsoft.Web/sites/config@2022-09-01' = if (!empty(connectionStrings)) {
68+
resource webappConnectionStrings 'Microsoft.Web/sites/config@2022-09-01' = if (!empty(connectionStringsProperties)) {
6969
parent: site
7070
name: 'connectionstrings'
7171
properties: connectionStringsProperties

0 commit comments

Comments
 (0)