Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arealmaas committed Nov 21, 2024
1 parent aed173a commit e3e8bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .azure/modules/postgreSql/create.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ type StorageConfiguration = {
@minValue(32)
storageSizeGB: int
autoGrow: 'Enabled' | 'Disabled'
@description('The type of storage account to use. Default is Premium_LRS.')
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 e3e8bb2

Please sign in to comment.