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 "dotnetcore|6.0"
Above command would create webapp in azure.
2
Answers
Typing
az webapp list-runtimes
in Azure cli, lists the runtime’s name asdotnet:6
so please try like this :try using