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: learn-pr/azure/publish-app-service-static-web-app-api-dotnet/includes/12-summary.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@ You needed to build a shopping list web app that is secure, and offers solid per
2
2
3
3
Azure Static Web Apps provides these features as a great fit for this scenario:
4
4
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.
8
8
9
9
*Without* Azure Static Web Apps, you would need to:
10
10
@@ -26,6 +26,6 @@ Here are several resources where you can learn more about Azure Static Web Apps,
26
26
- Learn how to [Publish an API to Azure Static Web Apps](/training/modules/publish-static-web-app-api-preview-url/)
27
27
- Learn how to [Authenticate users with Azure Static Web Apps](/training/modules/publish-static-web-app-authentication/)
28
28
-[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)
30
30
-[Overview of Blazor](/aspnet/core/blazor/)
31
31
- 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