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

Document a note about capital letters on ACR name #6

Closed fedeoliv closed 4 years ago

fedeoliv commented 4 years ago

Add a note on the Create Variable Groups section on README about not adding capital letters on the beginning of the ACR name. Otherwise, the Azure CLI will broke when pushing JMeter image to ACR.

Example:

Instead of Myacr.azurecr.io, use myacr.azurecr.io