Skip to content

Commit c0edc0b

Browse files
Update based on feedback
1 parent 93fd7ca commit c0edc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-apps/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Azure Static Web Apps is a service that automatically builds and deploys full st
1818

1919
The workflow of Azure Static Web Apps is tailored to a developer's daily workflow. Apps are built and deployed based off GitHub interactions.
2020

21-
When you create an Azure Static Web Apps resource, you point a GitHub repository and select a branch to track. As commits are pushed and PRs are accepted against this branch, a GitHub Actions workflow starts. The workflow builds the app for production and deploys it to Azure.
21+
When you create an Azure Static Web Apps resource, Azure sets up a GitHub Actions workflow in the app's source code repository that monitors a branch of your choice. Every time you push commits or accept pull requests into the watched branch, the GitHub Action automatically builds and deploys your app and its API to Azure.
2222

2323
Static web apps are commonly built using libraries and frameworks like Angular, React, Svelte, or Vue. These apps include HTML, CSS, JavaScript, and image assets that make up the application. With a traditional web server, these assets are served from a single server alongside any required API endpoints.
2424

0 commit comments

Comments
 (0)