Skip to content

Commit

Permalink
syntax update and added tags
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft committed Oct 12, 2017
1 parent f6c1bd0 commit 58a80da
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions 101-vm-windows-copy-datadisks/README.md
Expand Up @@ -11,3 +11,4 @@ This template allows you to deploy a simple VM and specify the number of data di

Docs are <a href="https://docs.microsoft.com/en-us/azure/virtual-machines/virtual-machines-windows-sizes" target="_blank">here</a> if you want the details.

`Tags: datadisk, data, disk, copy, property, loop, vm`
2 changes: 1 addition & 1 deletion 101-vm-windows-copy-datadisks/azuredeploy.json
Expand Up @@ -145,7 +145,7 @@
"version": "latest"
},
"osDisk": {
"createOption": "fromImage"
"createOption": "FromImage"
},
"copy": [
{
Expand Down
1 change: 1 addition & 0 deletions 201-vm-new-or-existing-conditions/README.md
Expand Up @@ -8,3 +8,4 @@ This template allows deploying a linux VM using new or existing resources for th

This template contains extra parameters to allow for the existing resources use cases, which is a common scenario for Solution Templates in the Azure Marketplace.

`Tags: new, exiting, resource, vm, condition, conditional`
2 changes: 1 addition & 1 deletion 201-vm-new-or-existing-conditions/azuredeploy.json
Expand Up @@ -284,7 +284,7 @@
},
"diagnosticsProfile": {
"bootDiagnostics": {
"enabled": "true",
"enabled": true,
"storageUri": "[reference(resourceId(parameters('storageAccountResourceGroupName'), 'Microsoft.Storage/storageAccounts/', parameters('storageAccountName')), '2017-06-01').primaryEndpoints.blob]"
}
}
Expand Down

0 comments on commit 58a80da

Please sign in to comment.