Skip to content

Commit

Permalink
fix(azuredeployer.gbapp): Adding Resource Providers (.Web/.Sql)
Browse files Browse the repository at this point in the history
  • Loading branch information
phpussente committed Mar 21, 2023
1 parent 2fe293e commit 6c9d124
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/azuredeployer.gbapp/services/AzureDeployerService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,8 @@ export class AzureDeployerService implements IGBInstallationDeployer {

GBLog.info(`Enabling resource providers...`);
await this.enableResourceProviders('Microsoft.BotService');
await this.enableResourceProviders('Microsoft.Web');
await this.enableResourceProviders('Microsoft.Sql');

GBLog.info(`Deploying Deploy Group (It may take a few minutes)...`);
await this.createDeployGroup(name, instance.cloudLocation);
Expand Down

0 comments on commit 6c9d124

Please sign in to comment.