Skip to content

Commit 6696260

Browse files
committed
ghi fix
1 parent 0d453c0 commit 6696260

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/static-web-apps/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ ms.author: cshoe
1414

1515
Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a code repository.
1616

17-
:::image type="content" source="media/overview/azure-static-web-apps-overview.png" alt-text="Azure Static Web Apps overview diagram":::
17+
:::image type="content" source="media/overview/azure-static-web-apps-overview.png" alt-text="Azure Static Web Apps overview diagram.":::
1818

19-
The workflow of Azure Static Web Apps is tailored to a developer's daily workflow. Apps are built and deployed based off code changes.
19+
The workflow of Azure Static Web Apps is tailored to a developer's daily workflow. Apps are built and deployed based off of code changes.
2020

21-
When you create an Azure Static Web Apps resource, Azure interacts directly with GitHub or Azure DevOps to monitor a branch of your choice. Every time you push commits or accept pull requests into the watched branch, a build automatically runs and your app and API is deployed to Azure.
21+
When you create an Azure Static Web Apps resource, Azure interacts directly with GitHub or Azure DevOps, to monitor a branch of your choice. Every time you push commits or accept pull requests into the watched branch, a build automatically runs and your app and API deploy to Azure.
2222

2323
Static web apps are commonly built using libraries and web frameworks like Angular, React, Svelte, Vue, or Blazor where server side rendering isn't required. 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

25-
With Static Web Apps, static assets are separated from a traditional web server and are instead served from points geographically distributed around the world. This distribution makes serving files much faster as files are physically closer to end users. In addition, API endpoints are hosted using a [serverless architecture](../azure-functions/functions-overview.md), which avoids the need for a full back-end server all together.
25+
With Static Web Apps, static assets are separated from a traditional web server and are instead served from points geographically distributed around the world. This distribution makes serving files much faster as files are physically closer to end users. In addition, API endpoints are hosted using a [serverless architecture](../azure-functions/functions-overview.md), which avoids the need for a full back-end server altogether.
2626

2727
## Key features
2828

2929
- **Web hosting** for static content like HTML, CSS, JavaScript, and images.
3030
- **Integrated API** support provided by Azure Functions with the option to link an existing Azure Functions app using a standard account.
31-
- **First-class GitHub and Azure DevOps integration** where repository changes trigger builds and deployments.
31+
- **First-class GitHub and Azure DevOps integration** that allows repository changes to trigger builds and deployments.
3232
- **Globally distributed** static content, putting content closer to your users.
3333
- **Free SSL certificates**, which are automatically renewed.
3434
- **Custom domains** to provide branded customizations to your app.

0 commit comments

Comments
 (0)