Skip to content

Commit bd7dcfc

Browse files
bmoore-msftvikasnav
authored andcommitted
Added a blank starter template (#159)
1 parent 25533ad commit bd7dcfc

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

100-Blank-Template/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Blank Template
2+
3+
This is an empty, with the top-level schema properties defined.
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#",
3+
"contentVersion": "1.0.0.0",
4+
"parameters": {
5+
},
6+
"variables": {
7+
},
8+
"resources": [
9+
],
10+
"outputs": {
11+
}
12+
}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"$schema": "http://schema.management.azure.com/schemas/2015-01-01/deploymentParameters.json#",
3+
"contentVersion": "1.0.0.0",
4+
"parameters": {
5+
}
6+
}

100-Blank-Template/metadata.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"itemDisplayName": "Blank template",
3+
"description": "A blank template and empty parameters file.",
4+
"summary": " ",
5+
"githubUsername": "bmoore-msft",
6+
"dateUpdated": "2016-09-22"
7+
}

0 commit comments

Comments
 (0)