fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 1074ef7240 - Show all commits

View file

@ -803,7 +803,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
private async createStorage(group: string, serverName: string, name: string, location: string) {
const params = {
sku: { name: 'Basic' },
sku: { name: 'Free' },
createMode: 'Default',
location: location
};