If you're referring to
cd ~/helloworld/target
az webapp deploy \
--src-path helloworld.war \
--resource-group [sandbox resource group name] \
--name <your-app-name>
then make sure you replace the placeholders with the valid values
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
hth
Marcin