forked from Azure/azure-quickstart-templates
-
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
1 parent
8b97d9c
commit 56a462d
Showing
3 changed files
with
60 additions
and
22 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
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
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,9 +1,9 @@ | ||
{ | ||
"$schema": "https://aka.ms/azure-quickstart-templates-metadata-schema#", | ||
"type": "QuickStart", | ||
"itemDisplayName": "Create an Azure Cosmos account and Azure Web App", | ||
"description": "This template creates an Azure Cosmos account for Core (SQL) API and injects endpoint and keys into an Azure Web App and automatically deploys an ASP MVC web app.", | ||
"summary": "This template creates an Azure Cosmos account for Core (SQL) API and injects endpoint and keys into an Azure Web App and automatically deploys an ASP MVC web app.", | ||
"itemDisplayName": "Create a zero touch Azure Cosmos account and Azure Web App", | ||
"description": "This template creates an Azure Cosmos account, injects the Cosmos DB endpoint and keys into Azure Web App settings, then deploys an ASP MVC web app from GitHub.", | ||
"summary": "This template creates an Azure Cosmos account, injects the Cosmos DB endpoint and keys into Azure Web App settings, then deploys an ASP MVC web app from GitHub.", | ||
"githubUsername": "markjbrown", | ||
"dateUpdated": "2020-06-18" | ||
} |