Skip to content

Commit

Permalink
feat(azure): adjust SKU and storage for yt01 and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Nov 21, 2024
1 parent 45f229f commit aed173a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure/modules/postgreSql/create.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ param sku Sku

@export()
type StorageConfiguration = {
@minValue(32)
storageSizeGB: int
autoGrow: 'Enabled' | 'Disabled'
type: 'Premium_LRS' | 'PremiumV2_LRS'
@description('Required when type is Premium_LRS or PremiumV2_LRS')
tier: 'P1' | 'P2' | 'P3' | 'P4' | 'P6' | 'P10' | 'P15' | 'P20' | 'P30' | 'P40' | 'P50' | 'P60' | 'P70' | 'P80' | null
}

Expand Down

0 comments on commit aed173a

Please sign in to comment.