diff --git a/packages/azuredeployer.gbapp/services/AzureDeployerService.ts b/packages/azuredeployer.gbapp/services/AzureDeployerService.ts index ae591bb3..16a492fd 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(process.env.CLOUD_GROUP, instance.cloudLocation); + await this.createDeployGroup(name, instance.cloudLocation); let serverFarm; let serverName;