Skip to content

Commit b8c4ac3

Browse files
committed
Line edits2
1 parent 90c36d1 commit b8c4ac3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

learn-pr/azure/publish-app-service-static-web-app-api/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Your company is launching a shopping list web app. Through the site, customers can add, edit, view, and remove items such as food and household needs from their list.
44

5-
The site and APIs need to be secure to ensure customer privacy. Your users will be distributed all over the world, and you want everyone to get great performance. Youd prefer a solution that removes as much of the infrastructure work, including building and publishing, as possible so you can concentrate on features and user experience.
5+
The site and APIs need to be secure to ensure customer privacy. Your users will be distributed all over the world, and you want everyone to get great performance. You'd prefer a solution that removes as much of the infrastructure work, including building and publishing, as possible so you can concentrate on features and user experience.
66

77
You could deploy your web assets to cloud storage, create and assign your own SSL certificate, create your API on a cloud server, establish a reverse proxy that allows your app to make calls to the API, distribute the app globally, and set up your own CI/CD process.
88

learn-pr/azure/publish-app-service-static-web-app-api/includes/12-summary.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
You needed to build a shopping list web app that is secure and offers good performance for a globally distributed customer base. Your primary concerns were to limit the amount of infrastructure work and focusing on the business features and user experience.
22

3-
Azure Static Web Apps are a great fit for this scenario:
3+
Azure Static Web Apps is a great fit for this scenario:
44

55
- Performance and Scale: Your web assets are globally distributed, putting them closer to your users, to minimize latency. Business logic is run on Azure Functions that scale automatically to meet demand.
66
- Productivity: You get an automated build pipeline with CI/CD.
77
- Security: The web app is secured with an SSL certificate.
88

99
Without Azure Static Web Apps, you could deploy your web assets to cloud storage, create and assign your own SSL certificate, create your API, establish a reverse proxy that allows your app to make calls to the API, distribute the app globally, and set up your own CI/CD process.
1010

11-
Azure Static Web Apps gives you all of these benefits. This lets you spend your time on building new features and optimizing the user experience rather than creating and maintaining site infrastructure.
11+
Azure Static Web Apps gives you all of these benefits. They let you spend your time on building new features and optimizing the user experience rather than creating and maintaining site infrastructure.
1212

13-
## Additional resources
13+
## More resources
1414

1515
Here are several resources where you can learn more about Azure Static Web Apps, Visual Studio Code, and other concepts covered in this module.
1616

0 commit comments

Comments
 (0)