Skip to content

Commit

Permalink
chore(azure): remove unused ephemeral environment (#1385)
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas authored Nov 19, 2024
1 parent 0e549dc commit b179a5e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .azure/infrastructure/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -121,17 +121,6 @@ module containerAppEnv '../modules/containerAppEnv/main.bicep' = {
}
}

module ephemeralContainerAppEnv '../modules/containerAppEnv/main.bicep' = if (environment == 'test') {
scope: resourceGroup
name: 'ephemeralContainerAppEnv'
params: {
name: '${namePrefix}-containerappenv-ephemeral'
location: location
appInsightWorkspaceName: appInsights.outputs.appInsightsWorkspaceName
tags: tags
}
}

module containerAppEnvPrivateDnsZone '../modules/privateDnsZone/main.bicep' = {
scope: resourceGroup
name: 'containerAppEnvPrivateDnsZone'
Expand Down

0 comments on commit b179a5e

Please sign in to comment.