Skip to content

Commit

Permalink
Fix bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
Expecho committed Dec 9, 2024
1 parent 9324b59 commit d65411d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bicep/deploy.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ param location string = resourceGroup().location
param workloadProfileType string = 'consumption'
param workloadProfileMinimumCount int = 0
param workloadProfileMaximumCount int = 1
param workloadProfileName string = 'container'
param workloadProfileName string = 'Consumption'

param cappName string = 'policyinitativebuilder'
param cappConsumptionCpu string = '0.5'
Expand Down Expand Up @@ -128,6 +128,6 @@ resource containerAppInConsumptionWorkloadProfile 'Microsoft.App/containerApps@2
minReplicas: 1
}
}
workloadProfileName: 'Consumption'
workloadProfileName: workloadProfileName
}
}

0 comments on commit d65411d

Please sign in to comment.