Azure-Samples / jmeter-aci-terraform

Scalable cloud load/stress testing pipeline solution with Apache JMeter and Terraform to dynamically provision and destroy the required infrastructure on Azure.
MIT License
120 stars 99 forks source link

Copy & Paste problem #27

Closed ernestoguimaraes closed 4 years ago

ernestoguimaraes commented 4 years ago

It's not a issue, only a suggestion.

When I tried to copy and past the information "az login && az extension add --name azure-devops" the && is not copying correctly. So I needed to break the command and two stages.

  1. Logging on Azure
  2. Set Up which subscription I want to work
  3. Added the DevOps extension.

Thank you for your work.

ernestoguimaraes commented 4 years ago

I noticed that this problem only happens on Powershell. On batch runs smoothly.