- In cloud shell type vim index.html to open text editor and click enter
- Locate hi heading tag and remove everything after the Azure App Service
- Remember you have to be in insert mode to edit text in vim. So click I on the keyboard and delete everything after Azure App Service. To exit vim text editor, press ESC key + shift:wq
- Use the up arrow key to get your commands back. In my case this is my command az webapp up --location centralus --name nifemi --html and hit enter.
- Copy your URL and test it.
Top comments (0)