Skip to content

Commit 52eb64a

Browse files
authored
Update README.md
1 parent 3dff2c7 commit 52eb64a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ products:
1111
- azure-sql-database
1212
- azure-functions
1313
- azure-web-apps
14-
description: "ToDo MVC Sample app Full Stack implementation using Azure Static WebApps, Azure Functions, Node, Vue.Js and Azure SQL (full JSON support)"
14+
description: "TodoMVC Sample app Full Stack implementation using Azure Static WebApps, Azure Functions, Node, Vue.Js and Azure SQL (full JSON support)"
1515
urlFragment: "azure-sql-db-todo-mvc"
1616
---
1717

@@ -23,7 +23,7 @@ Guidance on onboarding samples to docs.microsoft.com/samples: https://review.doc
2323
Taxonomies for products and languages: https://review.docs.microsoft.com/new-hope/information-architecture/metadata/taxonomies?branch=master
2424
-->
2525

26-
# ToDO MVC Sample App Full Stack Implementation
26+
# TodoMVC Sample App Full Stack Implementation
2727

2828
![License](https://img.shields.io/badge/license-MIT-green.svg)
2929

@@ -101,4 +101,4 @@ This is the amazing part of using Azure Static WebApps. Deploying to Azure is co
101101

102102
### Azure Static Web App Preview
103103

104-
Azure Static Web App are in Preview and at the moment only support a Free tier...which is absolutely great so that you can try them for free, but of course don't expect great performances. REST API response will be in the 500 msec area. Keep this in mind if you are planning to use them for something different than testing. If you need better performance right now and cannot when for when Azure Static Web App will be out of preview, you can always deploy the REST API using plain Azure Functions where you can have amazing scalability and performance.
104+
Azure Static Web App are in Preview and at the moment only support a Free tier...which is absolutely great so that you can try them for free, but of course don't expect great performances. REST API response will be in the 500 msec area. Keep this in mind if you are planning to use them for something different than testing. If you need better performance right now and cannot when for when Azure Static Web App will be out of preview, you can always deploy the REST API using plain Azure Functions where you can have amazing scalability and performance.

0 commit comments

Comments
 (0)