Skip to content

Commit b5e3c04

Browse files
craigshoemakerdariagrigoriujohnpapa
authored
Apply suggestions from code review
Co-authored-by: Daria Grigoriu <[email protected]> Co-authored-by: John Papa <[email protected]>
1 parent 3a5fa16 commit b5e3c04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/static-apps/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.author: cshoe
1212

1313
# What is Azure Static Web Apps (Preview)?
1414

15-
Azure Static Web Apps is a service that automatically builds and deploys web apps to Azure from a GitHub repository.
15+
Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a GitHub repository.
1616

1717
:::image type="content" source="media/overview/static-apps-overview.png" alt-text="Static Apps overview":::
1818

@@ -27,7 +27,7 @@ With Static Web Apps, static assets are separated from a traditional web server
2727
## Key features
2828

2929
- **Free web hosting** for static content like HTML, CSS, JavaScript, and images.
30-
- **Free API** support provided by Azure Functions.
30+
- **Integrated API** support provided by Azure Functions.
3131
- **First-party GitHub integration** where repository changes trigger builds and deployments.
3232
- **Globally distributed** static content, putting content closer to your users.
3333
- **Free SSL certificates**, which are automatically renewed.
@@ -40,7 +40,7 @@ With Static Web Apps, static assets are separated from a traditional web server
4040

4141
## What you can do with Static Web Apps
4242

43-
- **Build modern JavaScript applications** with frameworks and libraries like [Angular](https://angular.io/), [React](https://reactjs.org/), [Svelete](https://svelte.dev/), [Vue](https://vuejs.org/) with an [Azure Functions](https://azure.microsoft.com/services/functions/) back-end.
43+
- **Build modern JavaScript applications** with frameworks and libraries like [Angular](https://angular.io/), [React](https://reactjs.org/), [Svelte](https://svelte.dev/), [Vue](https://vuejs.org/) with an [Azure Functions](https://azure.microsoft.com/services/functions/) back-end.
4444
- **Publish static sites** with frameworks like [Gatsby](publish-gatsby.md), [Hugo](publish-hugo.md), [VuePress](publish-vuepress.md).
4545
- **Deploy web applications** with frameworks like [Next.js](deploy-nextjs.md) and [Nuxt.js](deploy-nuxtjs.md).
4646

0 commit comments

Comments
 (0)