fix(azuredeployer.gbapp): Fix in bot booting.
This commit is contained in:
parent
fe86deff96
commit
756dd8e712
1 changed files with 2 additions and 0 deletions
|
@ -350,6 +350,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
};
|
};
|
||||||
await this.storageClient.firewallRules.createOrUpdate(groupName, serverName, 'gb', params);
|
await this.storageClient.firewallRules.createOrUpdate(groupName, serverName, 'gb', params);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async deployFarm(
|
public async deployFarm(
|
||||||
proxyAddress: string,
|
proxyAddress: string,
|
||||||
instance: IGBInstance,
|
instance: IGBInstance,
|
||||||
|
@ -361,6 +362,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
|
||||||
credentials,
|
credentials,
|
||||||
subscriptionId);
|
subscriptionId);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async deployFarm2(
|
public async deployFarm2(
|
||||||
proxyAddress: string,
|
proxyAddress: string,
|
||||||
instance: IGBInstance,
|
instance: IGBInstance,
|
||||||
|
|
Loading…
Add table
Reference in a new issue