forked from MicrosoftDocs/architecture-center
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
87 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
const formatIndex = require('./reference-architectures/index'); | ||
formatIndex(); | ||
const formatIndexFor = require('./reference-architectures/index'); | ||
formatIndexFor('.'); | ||
formatIndexFor('app-service-web-app'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 25 additions & 0 deletions
25
docs/reference-architectures/app-service-web-app/index.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
{ | ||
"title": "App Service web application", | ||
"description": "Recommended architectures for a web applications running in Microsoft Azure.", | ||
"summary": "These reference architectures show proven practices for web applications that use Azure App Service and other managed services in Azure.", | ||
"series": [ | ||
{ | ||
"title": "Basic web application", | ||
"url": "./basic-web-app.md", | ||
"image": "./images/basic-web-app.svg", | ||
"summary": "A basic web application that uses Azure App Service and Azure SQL Database." | ||
}, | ||
{ | ||
"title": "Improved scalability", | ||
"url": "./scalable-web-app.md", | ||
"image": "./images/scalable-web-app.svg", | ||
"summary": "Improve scalability and performance by adding cache, CDN, and WebJobs for background tasks." | ||
}, | ||
{ | ||
"title": "Run in multiple regions", | ||
"url": "./multi-region.md", | ||
"image": "./images/multi-region-web-app.svg", | ||
"summary": "Run a web application in multiple regions to achieve high availability." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters