You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/static-web-apps/overview.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,21 +14,21 @@ ms.author: cshoe
14
14
15
15
Azure Static Web Apps is a service that automatically builds and deploys full stack web apps to Azure from a code repository.
16
16
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.":::
18
18
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.
20
20
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 deploys to Azure.
22
22
23
23
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.
24
24
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.
26
26
27
27
## Key features
28
28
29
29
-**Web hosting** for static content like HTML, CSS, JavaScript, and images.
30
30
-**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.
32
32
-**Globally distributed** static content, putting content closer to your users.
33
33
-**Free SSL certificates**, which are automatically renewed.
34
34
-**Custom domains** to provide branded customizations to your app.
0 commit comments