Skip to content

Commit

Permalink
Merge pull request #5451 from dfe-analytical-services/EES-5446-fixup3
Browse files Browse the repository at this point in the history
EES-5446 - minor tweaks to fix pipeline after mere conflicts resolved
  • Loading branch information
duncan-at-hiveit authored Dec 11, 2024
2 parents 1d0168d + 6ee55af commit c39a7a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ module dataProcessorFunctionAppModule '../../components/functionApp.bicep' = {
subnetId: outboundVnetSubnet.id
privateEndpointSubnetId: inboundVnetSubnet.id
publicNetworkAccessEnabled: true
functionAppEndpointFirewallRules: functionAppFirewallRules
functionAppFirewallRules: functionAppFirewallRules
entraIdAuthentication: {
appRegistrationClientId: dataProcessorAppRegistrationClientId
allowedClientIds: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
parameterFile: $(paramFile)
deploySharedPrivateDnsZones: false
deployPsqlFlexibleServer: false
deployContainerApp: true
deployContainerApp: false
deployDataProcessor: false
deployAlerts: false
dataProcessorExists: true
dataProcessorExists: false

- task: AzureCLI@2
displayName: Check if Data Processor Function App exists
Expand All @@ -66,6 +67,7 @@ jobs:
deploySharedPrivateDnsZones: $(deploySharedPrivateDnsZones)
deployPsqlFlexibleServer: $(deployPsqlFlexibleServer)
deployContainerApp: $(deployContainerApp)
deployDataProcessor: $(deployDataProcessor)
deployAlerts: $(deployAlerts)
dataProcessorExists: $(dataProcessorExists)

Expand Down

0 comments on commit c39a7a2

Please sign in to comment.