Skip to content

Commit 5ec526d

Browse files
Merge pull request #208546 from craigshoemaker/swa/cli-links
[Static Web Apps] Overview: Add CLI links
2 parents fb1d95f + e118ca3 commit 5ec526d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/static-web-apps/overview.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ 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 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 is automatically run 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 is deployed to Azure.
2222

23-
Static web apps are commonly built using libraries and frameworks like Angular, React, Svelte, Vue, or Blazor where server side rendering is not 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.
23+
Static web apps are commonly built using libraries and 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

2525
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.
2626

@@ -37,6 +37,7 @@ With Static Web Apps, static assets are separated from a traditional web server
3737
- **Customizable authorization role definition** and assignments.
3838
- **Back-end routing rules** enabling full control over the content and routes you serve.
3939
- **Generated staging versions** powered by pull requests enabling preview versions of your site before publishing.
40+
- **CLI support** through the [Azure CLI](/cli/azure/staticwebapp) to create cloud resources, and via the [Azure Static Web Apps CLI](https://github.com/Azure/static-web-apps-cli#azure-static-web-apps-cli) for local development.
4041

4142
## What you can do with Static Web Apps
4243

0 commit comments

Comments
 (0)