Skip to content

Commit

Permalink
Update best-practices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bmoore-msft authored Jan 7, 2020
1 parent e511ca0 commit 7ada07d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions 1-CONTRIBUTION-GUIDE/best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,19 @@ The common properties should be authored consistently to provide for understanda
"apiVersion": "2017-12-01",
"name": "[concat(parameters('virtualMachineName'), copyIndex(1))]",
"location": "[parameters('location')]",
"sku": { ... },
"zones": [],
"sku": {},
"kind": "",
"scale": "",
"plan": {},
"copy": {
"name": "vmLoop",
"count": "[parameters('numberOfVMs')]"
},
"dependsOn": [
"nicLoop"
],
"tags": { ... },
"tags": {},
"properties": {}
```

Expand Down

0 comments on commit 7ada07d

Please sign in to comment.