Skip to content

Commit

Permalink
chore: Add D4ads_v5 to accepted SKU values (#1452)
Browse files Browse the repository at this point in the history
  • Loading branch information
oskogstad authored Nov 14, 2024
1 parent efc501c commit 77de4f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure/modules/postgreSql/create.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ param tags object

@export()
type Sku = {
name: 'Standard_B1ms' | 'Standard_B2s' | 'Standard_B4ms' | 'Standard_B8ms' | 'Standard_B12ms' | 'Standard_B16ms' | 'Standard_B20ms'
name: 'Standard_B1ms' | 'Standard_B2s' | 'Standard_B4ms' | 'Standard_B8ms' | 'Standard_B12ms' | 'Standard_B16ms' | 'Standard_B20ms' | 'Standard_D4ads_v5'
tier: 'Burstable' | 'GeneralPurpose' | 'MemoryOptimized'
}

Expand Down Expand Up @@ -56,8 +56,8 @@ var postgresServerName = uniqueResourceName('${namePrefix}-postgres', postgresSe
// //wal_level: 'logical'
// //max_worker_processes: '16'

// // The leading theory is that we are using pgoutput as the replication protocol
// // which comes out of the box in postgresql. Therefore we may not need the
// // The leading theory is that we are using pgoutput as the replication protocol
// // which comes out of the box in postgresql. Therefore we may not need the
// // following two lines.
// //'azure.extensions': 'pglogical'
// //shared_preload_libraries: 'pglogical'
Expand Down

0 comments on commit 77de4f1

Please sign in to comment.