diff --git a/src/postgres/commands/createPostgresServer/steps/PostgresServerCreateStep.ts b/src/postgres/commands/createPostgresServer/steps/PostgresServerCreateStep.ts index 4139547b2..928199b6d 100644 --- a/src/postgres/commands/createPostgresServer/steps/PostgresServerCreateStep.ts +++ b/src/postgres/commands/createPostgresServer/steps/PostgresServerCreateStep.ts @@ -13,6 +13,7 @@ import { IPostgresServerWizardContext } from '../IPostgresServerWizardContext'; export class PostgresServerCreateStep extends AzureWizardExecuteStep { public priority: number = 150; + public postgresDefaultStorageSizeMB: number = 51200; public async execute(wizardContext: IPostgresServerWizardContext, progress: Progress<{ message?: string; increment?: number }>): Promise { @@ -30,11 +31,11 @@ export class PostgresServerCreateStep extends AzureWizardExecuteStep