Skip to content

Commit 900b3b4

Browse files
author
Kay Singh
committed
Removed merged templates
Organized templates into a common prefix group Removed templates that were repetitive Updated Readme deploy to azure buttons
1 parent 306f81a commit 900b3b4

File tree

141 files changed

+181
-5447
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

141 files changed

+181
-5447
lines changed

101-create-application-gateway/README.md renamed to 101-application-gateway-create/README.md

Lines changed: 1 addition & 1 deletion

101-create-availability-set-3FDs-20UDs/README.md renamed to 101-availability-set-create-3FDs-20UDs/README.md

Lines changed: 1 addition & 1 deletion

101-create-backup-vault/README.md renamed to 101-backup-vault-create/README.md

Lines changed: 1 addition & 1 deletion

101-create-storage-account-premium/README.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

101-create-storage-account-premium/azuredeploy.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

101-create-storage-account-premium/azuredeploy.parameters.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

101-create-storage-account-premium/metadata.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

101-create-documentdb-account-consistencypolicy/azuredeploy.json renamed to 101-documentdb-account-consistencypolicy-create/azuredeploy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"type": "int",
2626
"minValue": 10,
2727
"maxValue": 1000,
28-
"defaultValue": null,
28+
"defaultValue": 10,
2929
"metadata": {
3030
"description": "When consistencyLevel is set to BoundedStaleness, then this value is required, else it can be ignored."
3131
}
@@ -34,7 +34,7 @@
3434
"type": "int",
3535
"minValue": 5,
3636
"maxValue": 600,
37-
"defaultValue": null,
37+
"defaultValue": 5,
3838
"metadata": {
3939
"description": "When consistencyLevel is set to BoundedStaleness, then this value is required, else it can be ignored."
4040
}
Lines changed: 3 additions & 3 deletions

101-create-expressroute-circuit/README.md renamed to 101-expressroute-circuit-create/README.md

Lines changed: 2 additions & 2 deletions

101-create-internal-loadbalancer/README.md renamed to 101-internal-loadbalancer-create/README.md

Lines changed: 1 addition & 1 deletion

101-create-key-vault/README.md renamed to 101-key-vault-create/README.md

Lines changed: 1 addition & 1 deletion

101-networkinterface-with-publicip-vnet/README.md renamed to 101-nic-publicip-dns-vnet/README.md

Lines changed: 1 addition & 1 deletion

101-public-ip-dns-name/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

101-public-ip-dns-name/azuredeploy.json

Lines changed: 0 additions & 36 deletions
This file was deleted.

101-public-ip-dns-name/azuredeploy.parameters.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

101-public-ip-dns-name/metadata.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

101-create-security-group/README.md renamed to 101-security-group-create/README.md

Lines changed: 1 addition & 1 deletion

101-create-site-to-site-vpn/Readme.md renamed to 101-site-to-site-vpn-create/Readme.md

Lines changed: 2 additions & 2 deletions

101-create-storage-account-standard/README.md renamed to 101-storage-account-create/README.md

Lines changed: 1 addition & 1 deletion

101-create-storage-account-standard/azuredeploy.json renamed to 101-storage-account-create/azuredeploy.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,23 @@
88
"allowedValues": [
99
"Standard_LRS",
1010
"Standard_GRS",
11-
"Standard_ZRS"
11+
"Standard_ZRS",
12+
"Premium_LRS"
1213
],
1314
"metadata": {
1415
"description": "Storage Account type"
1516
}
1617
}
1718
},
1819
"variables": {
19-
"storageAccountName": "[concat(uniquestring(resourceGroup().id), 'standardsa')]"
20+
"storageAccountName": "[concat(uniquestring(resourceGroup().id), 'standardsa')]",
21+
"apiVersion": "2015-06-15"
2022
},
2123
"resources": [
2224
{
2325
"type": "Microsoft.Storage/storageAccounts",
2426
"name": "[variables('storageAccountName')]",
25-
"apiVersion": "2015-06-15",
27+
"apiVersion": "[variables('apiVersion')]",
2628
"location": "[resourceGroup().location]",
2729
"properties": {
2830
"accountType": "[parameters('storageAccountType')]"
Lines changed: 5 additions & 3 deletions

101-simple-linux-vm/README.md renamed to 101-vm-simple-linux/README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.

101-simple-windows-vm/README.md renamed to 101-vm-simple-windows/README.md

Lines changed: 1 addition & 1 deletion

101-tags-vm/README.md renamed to 101-vm-tags/README.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.

201-2-vms-2-FDs-no-resource-loops/README.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)