Guest User

Untitled

a guest
Oct 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. [
  2. {
  3. "lun": 0,
  4. "name": "[concat(parameters('virtualMachineName'), '-datadisk1')]",
  5. "createOption": "attach",
  6. "managedDisk": {
  7. "id": "[resourceId('Microsoft.Compute/disks/', concat(parameters('virtualdisk1name')]"
  8. }
  9. },
  10. {
  11. "lun": 1,
  12. "name": "[concat(parameters('virtualMachineName'), '-datadisk2')]",
  13. "createOption": "attach",
  14. "managedDisk": {
  15. "id": "[resourceId('Microsoft.Compute/disks/', '-datadisk2'))]"
  16. }
  17. },
  18. {
  19. "lun": 2,
  20. "name": "[concat(parameters('virtualMachineName'), '-datadisk3')]",
  21. "createOption": "attach",
  22. "managedDisk": {
  23. "id": "[resourceId('Microsoft.Compute/disks/' ,'-datadisk3'))]"
  24. }
  25. }
Add Comment
Please, Sign In to add comment