fix(azuredeployer.gblib): FREE flag for database.
This commit is contained in:
parent
799715a9ee
commit
1074ef7240
1 changed files with 1 additions and 1 deletions
|
@ -803,7 +803,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
|
|
||||||
private async createStorage(group: string, serverName: string, name: string, location: string) {
|
private async createStorage(group: string, serverName: string, name: string, location: string) {
|
||||||
const params = {
|
const params = {
|
||||||
sku: { name: 'Basic' },
|
sku: { name: 'Free' },
|
||||||
createMode: 'Default',
|
createMode: 'Default',
|
||||||
location: location
|
location: location
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue