fix(all): Fixes in bot creation.
This commit is contained in:
parent
1e0e60d37a
commit
e45c25cf3e
1 changed files with 5 additions and 1 deletions
|
@ -421,7 +421,11 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
instance.cloudLocation
|
instance.cloudLocation
|
||||||
);
|
);
|
||||||
await this.createStorage(name, storageServer, storageName, instance.cloudLocation);
|
await this.createStorage(name, storageServer, storageName, instance.cloudLocation);
|
||||||
|
instance.storageUsername = administratorLogin;
|
||||||
|
instance.storagePassword = administratorPassword;
|
||||||
|
instance.storageName = storageName;
|
||||||
|
instance.storageDialect = 'mssql';
|
||||||
|
instance.storageServer = `${storageServer}.database.windows.net`;
|
||||||
|
|
||||||
GBLog.info(`Deploying Search...`);
|
GBLog.info(`Deploying Search...`);
|
||||||
const searchName = `${name}-search`.toLowerCase();
|
const searchName = `${name}-search`.toLowerCase();
|
||||||
|
|
Loading…
Add table
Reference in a new issue