Skip to content

Commit

Permalink
fix(azuredeployer.gbapp): Create DB with basic cost.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanPerdomo committed Mar 21, 2023
1 parent 6c9d124 commit 0ed600e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {

private async createStorage(group: string, serverName: string, name: string, location: string) {
const params = {
sku: { name: 'Free' },
sku: { name: 'Basic' },
createMode: 'Default',
location: location
};
Expand Down

0 comments on commit 0ed600e

Please sign in to comment.