diff --git a/azurecontainerapps.ts b/azurecontainerapps.ts index 0dd6d66..c5fdfe8 100644 --- a/azurecontainerapps.ts +++ b/azurecontainerapps.ts @@ -18,7 +18,7 @@ export class azurecontainerapps { this.validateSupportedScenarioArguments(); // Set up the Azure CLI to be used for this task - await this.setupAzureCli(); + // await this.setupAzureCli(); // Set up the resources required to deploy a Container App await this.setupResources();