fix(azuredeployer.gbapp): Fix in bot booting.

This commit is contained in:
Rodrigo Rodriguez 2023-08-31 17:44:10 -03:00
parent fe86deff96
commit 756dd8e712

View file

@ -350,6 +350,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
};
await this.storageClient.firewallRules.createOrUpdate(groupName, serverName, 'gb', params);
}
public async deployFarm(
proxyAddress: string,
instance: IGBInstance,
@ -361,6 +362,7 @@ export class AzureDeployerService implements IGBInstallationDeployer {
credentials,
subscriptionId);
}
public async deployFarm2(
proxyAddress: string,
instance: IGBInstance,