Skip to content

Commit 21ec58c

Browse files
committed
Line edits2
1 parent f49c708 commit 21ec58c

File tree

1 file changed

+4
-4
lines changed
  • learn-pr/azure/publish-app-service-static-web-app-api-dotnet/includes

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ You needed to build a shopping list web app that is secure, and offers solid per
22

33
Azure Static Web Apps provides these features as a great fit for this scenario:
44

5-
- Performance and scale: Your web assets are globally distributed, putting them closer to your users to minimize latency. Your business logic runs on Azure Functions that scales automatically to meet demand.
6-
- Productivity: You get an automated build pipeline with CI/CD.
7-
- Security: Your web app is secured with an SSL certificate.
5+
- **Performance and scale:** Your web assets are globally distributed, putting them closer to your users to minimize latency. Your business logic runs on Azure Functions that scales automatically to meet demand.
6+
- **Productivity:** You get an automated build pipeline with CI/CD.
7+
- **Security:** Your web app is secured with an SSL certificate.
88

99
*Without* Azure Static Web Apps, you would need to:
1010

@@ -26,6 +26,6 @@ Here are several resources where you can learn more about Azure Static Web Apps,
2626
- Learn how to [Publish an API to Azure Static Web Apps](/training/modules/publish-static-web-app-api-preview-url/)
2727
- Learn how to [Authenticate users with Azure Static Web Apps](/training/modules/publish-static-web-app-authentication/)
2828
- [Azure Static Web Apps](/azure/static-web-apps)
29-
- Learn how to [Deploy to Azure Using Azure Functions](/azure/developer/javascript/how-to/with-web-app/azure-function-resource-group-management/deploy-azure-function-with-visual-studio-code)
29+
- Learn how to [Deploy to Azure Using Azure Functions](/azure/azure-functions/functions-deployment-technologies)
3030
- [Overview of Blazor](/aspnet/core/blazor/)
3131
- Use [Angular](https://code.visualstudio.com/docs/nodejs/angular-tutorial), [React](https://code.visualstudio.com/docs/nodejs/reactjs-tutorial), and [Vue](https://code.visualstudio.com/docs/nodejs/vuejs-tutorial) in Visual Studio Code

0 commit comments

Comments
 (0)