Azure webapp create statement throws error
I'm trying to create webapp through azure cli. I do get error as '6.0' is not recognized as an internal or external command. Any idea how to resolve this error? az webapp create -n testwebapp1 -g test-rg1 -p s1 -r…