Skip to content

Commit

Permalink
add environment property to metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
markjbrown committed May 7, 2020
1 parent 2b40a82 commit d4c3e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions 101-cosmosdb-sql-analytical-store/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
![Azure Public Test Date](https://azurequickstartsservice.blob.core.windows.net/badges/101-cosmosdb-sql-analytical-store/PublicLastTestDate.svg)
![Azure Public Test Result](https://azurequickstartsservice.blob.core.windows.net/badges/101-cosmosdb-sql-analytical-store/PublicDeployment.svg)

![Azure US Gov Last Test Date](https://azurequickstartsservice.blob.core.windows.net/badges/101-cosmosdb-sql-analytical-store/FairfaxLastTestDate.svg)
![Azure US Gov Last Test Result](https://azurequickstartsservice.blob.core.windows.net/badges/101-cosmosdb-sql-analytical-store/FairfaxDeployment.svg)

![Best Practice Check](https://azurequickstartsservice.blob.core.windows.net/badges/101-cosmosdb-sql-analytical-store/BestPracticeResult.svg)
![Cred Scan Check](https://azurequickstartsservice.blob.core.windows.net/badges/101-cosmosdb-sql-analytical-store/CredScanResult.svg)

Expand All @@ -23,5 +20,4 @@ Below are the parameters which can be user configured in the parameters file or
- **Max Autoscale Throughput:** Enter the maximum RU/s for the container when Throughput Policy is Autoscale (default 4000).

[![Deploy To Azure](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazure.svg?sanitize=true)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-cosmosdb-sql-analytical-store%2Fazuredeploy.json)
[![Deploy to Azure Gov](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/deploytoazuregov.svg?sanitize=true)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-cosmosdb-sql-analytical-store%2Fazuredeploy.json)
[![Visualize](https://raw.githubusercontent.com/Azure/azure-quickstart-templates/master/1-CONTRIBUTION-GUIDE/images/visualizebutton.svg?sanitize=true)](http://armviz.io/#/?load=https%3A%2F%2Fraw.githubusercontent.com%2FAzure%2Fazure-quickstart-templates%2Fmaster%2F101-cosmosdb-sql-analytical-store%2Fazuredeploy.json)
5 changes: 4 additions & 1 deletion 101-cosmosdb-sql-analytical-store/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,8 @@
"description": "This template creates an Azure Cosmos account for Core (SQL) API with a database and container configured with autoscale and analytical store.",
"summary": "This template creates an Azure Cosmos account for Core (SQL) API with a database and container configured with autoscale and analytical store.",
"githubUsername": "markjbrown",
"dateUpdated": "2020-05-05"
"dateUpdated": "2020-05-07",
"environments": [
"AzureCloud"
]
}

0 comments on commit d4c3e36

Please sign in to comment.