diff --git a/packages/azuredeployer.gbapp/services/AzureDeployerService.ts b/packages/azuredeployer.gbapp/services/AzureDeployerService.ts index 16a492fd..ae591bb3 100644 --- a/packages/azuredeployer.gbapp/services/AzureDeployerService.ts +++ b/packages/azuredeployer.gbapp/services/AzureDeployerService.ts @@ -393,7 +393,7 @@ export class AzureDeployerService implements IGBInstallationDeployer { await this.enableResourceProviders('Microsoft.Sql'); GBLog.info(`Deploying Deploy Group (It may take a few minutes)...`); - await this.createDeployGroup(name, instance.cloudLocation); + await this.createDeployGroup(process.env.CLOUD_GROUP, instance.cloudLocation); let serverFarm; let serverName;