This template shows how to customize an existing template to suit your needs. For more information, see the blog post at http://blogs.msdn.com/b/kaevans/archive/2015/07/05/azure-resource-manager-templates-with-visual-studio-2015.aspx
This template deploys the following resources:
- storage account
- vnet with 3 subnets
- 6 network interfaces
- 6 virtual machines (size D1)
Click the button below to deploy
Template parameters:
| Name | Description |
|---|---|
| virtualNetworkName | The name of the virtual network |
| adminUserName | Name of the admin user |
| adminPassword | Password for the admin user |
| imagePublisher | Publisher for the image (default is MicrosoftWindowsServer) |
| imageOffer | Image offer (default is WindowsServer) |
| imageSKU | SKU for the image (default is 2012-R2-Datacenter) |
| vmStorageAccountContainerName | Container name for the VHDs in storage (default is vhds) |
| newStorageAccountName | Name of the storage account to use |
| vmSize | The size of the VM (Standard_D1) |
If you are interested in more ARM templates, visit https://github.com/Azure/azure-quickstart-templates.