Skip to content

Commit

Permalink
D4ads_v5
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad committed Nov 14, 2024
1 parent 9f7130b commit a9c5fd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure/infrastructure/prod.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ param slackNotifierSku = {
}
param postgresConfiguration = {
sku: {
name: 'Standard_B1ms'
name: 'Standard_D4ads_v5'
tier: 'Burstable'
}
enableQueryPerformanceInsight: false
Expand Down
2 changes: 1 addition & 1 deletion .azure/infrastructure/yt01.bicepparam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ param slackNotifierSku = {
}
param postgresConfiguration = {
sku: {
name: 'Standard_B1ms'
name: 'Standard_D4ads_v5'
tier: 'Burstable'
}
enableQueryPerformanceInsight: true
Expand Down

0 comments on commit a9c5fd3

Please sign in to comment.