- Log in to Azure portal and locate cloud shell
- Create a directory and give it a name and cd into the directory.
mkdir (directoryname)
cd (directoryname)
- clone your repository. git clone *repository* and press enter
CREATE A WEB APP
cd into the location where the app is from.
In my case, it's cd html-docs-hello-world
- Run the command az to build our web app
And your static web app is created. You can copy the URL to test it.
Top comments (0)