Azure – How do I pass an array to the the az appservice plan update -add command/parameter?
I don't get it how to pass a key=value to the --add parameter of the az appservice plan update --id --add command. I'd like to run this azure cli command: az appservice plan update --id $plan --add "perSiteScaling=true" However this…