fix(azuredeployer.gbapp): Create DB with basic cost.
This commit is contained in:
parent
6c9d124524
commit
0ed600edc3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue