UNPKG

@yawetse/pkgcloud

Version:

An infrastructure-as-a-service agnostic cloud library for node.js

1 lines 1.1 kB
<Deployment xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"><Name><%= NAME %></Name><DeploymentSlot>Production</DeploymentSlot><Label><%= LABEL_BASE64 %></Label><RoleList><Role><RoleName><%= NAME %></RoleName><RoleType>PersistentVMRole</RoleType><ConfigurationSets><ConfigurationSet><ConfigurationSetType>WindowsProvisioningConfiguration</ConfigurationSetType><ComputerName><%= COMPUTER_NAME %></ComputerName><AdminPassword><%= PASSWORD %></AdminPassword><ResetPasswordOnFirstLogon>false</ResetPasswordOnFirstLogon></ConfigurationSet><ConfigurationSet><ConfigurationSetType>NetworkConfiguration</ConfigurationSetType><InputEndpoints><InputEndpoint><LocalPort>3389</LocalPort><Name>rdp</Name><Port>3389</Port><Protocol>tcp</Protocol></InputEndpoint><%= ENDPOINTS %></InputEndpoints><SubnetNames/></ConfigurationSet></ConfigurationSets><OSVirtualHardDisk><MediaLink><%= OS_IMAGE_MEDIALINK %></MediaLink><SourceImageName><%= OS_SOURCE_IMAGE_NAME %></SourceImageName></OSVirtualHardDisk><RoleSize><%= ROLESIZE %></RoleSize></Role></RoleList></Deployment>