This template allows deploying a Windows VM using an existing resource for the Virtual Network. The VM has no Public IP Address.
The admin password is retrieved from Azure Key Vault.
A PowerShell script is pulled from a storage account container and executed upon VM creation using the CustomScriptExtension. The storage account access key is securely retrieved from Key Vault.
uiFormDefinition.json is also included.
Before submitting to Marketplace, the following steps will need to be performed
- Rename
azuredeploy.json
tomainTemplate.json
- Remove
azuredeploy.parameters.json
from the list of files to be submitted - Update the GUID in
mainTemplate.json
for Customer Usage Attribution - Create a zip package of all the dependencies including the templates files, scripts, UI definition etc