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.
Choose Static Web App and click on “Create”.
Enter the Subscription, Resource group, and name of the static app.
Choose the source as Github and map your GitHub account.
Then, mapping organization name, Repository, and branch name. Next, Enter the build presets and click on the review.
Now, Click on “Create”.
We can have a static web applications dashboard. Here, browse to run the program.
Output
Summary
I hope you understood how to build a static web page.