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

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

View file

@ -805,7 +805,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: 'Free' }, sku: { name: 'Basic' },
createMode: 'Default', createMode: 'Default',
location: location location: location
}; };