Skip to content

Commit

Permalink
comment out cli installation
Browse files Browse the repository at this point in the history
  • Loading branch information
snehapar9 committed May 15, 2024
1 parent 135b15c commit a97c8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azurecontainerapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit a97c8f9

Please sign in to comment.