Introduction
This article will help you learn how to build and run a simple static website in Azure Static Web Apps.
Prerequisites
- Microsoft Azure Account.
- GitHub account
Step 1
First, search static web app.
![Start Working On Azure Static Web Apps]()
Choose Static Web App and click on “Create”.
![Start Working On Azure Static Web Apps]()
Enter the Subscription, Resource group, and name of the static app.
![Start Working On Azure Static Web Apps]()
Choose the source as Github and map your GitHub account.
![Start Working On Azure Static Web Apps]()
Then, mapping organization name, Repository, and branch name. Next, Enter the build presets and click on the review.
![Start Working On Azure Static Web Apps]()
Now, Click on “Create”.
![Start Working On Azure Static Web Apps]()
We can have a static web applications dashboard. Here, browse to run the program.
![Start Working On Azure Static Web Apps]()
Output
![Start Working On Azure Static Web Apps]()
Summary
I hope you understood how to build a static web page.