I have upgraded recently to 2.0.79 due to the problems with 2.0.78 caused with static HTML pages I am following this Microsoft tutorial but keep getting the error
"webapp anotherwebapp doesn't exist"
when I enter the command:
az webapp up --location westeurope --name anotherwebapp --html
The contents on the directory is listed below (dir):
08/01/2020 08:27 PM <DIR> .
08/01/2020 08:27 PM <DIR> ..
08/01/2020 08:27 PM 4,447 .gitignore
08/01/2020 08:27 PM <DIR> css
08/01/2020 08:27 PM <DIR> fonts
08/01/2020 08:27 PM <DIR> img
08/01/2020 08:27 PM 2,338 index.html
08/01/2020 08:27 PM <DIR> js
08/01/2020 08:27 PM 1,183 LICENSE
08/01/2020 08:27 PM 608 README.md
4 File(s) 8,576 bytes
6 Dir(s) 1,214,520,279,040 bytes free
Any help with resolving this would be much appreciated!