Administrator Guide
• The Windows Azure Pack Wiki (http://social.technet.microsoft.com/wiki/contents/articles/20689.the-windows-azure-pack-wiki-
wapack.aspx)
• Provision and congure services in Windows Azure Pack (http://technet.microsoft.com/library/dn457759.aspx)
• Virtual Machine Clouds troubleshooting (http://technet.microsoft.com/library/dn554317.aspx)
• Troubleshooting Windows Azure Pack & Gallery Items (VM Roles) (Part 1) (http://blogs.technet.com/b/privatecloud/archive/
2013/11/25/troubleshooting-windows-azure-pack-amp-gallery-items-vm-roles-part-1.aspx)
• Troubleshooting Windows Azure Pack & Gallery Items (VM Roles) (Part 2) (http://blogs.technet.com/b/privatecloud/archive/
2013/11/25/troubleshooting-windows-azure-pack-amp-gallery-items-vm-roles-part-2.aspx)
Walkthrough: Deploying a stand-alone VM using the TenantPlan
The following outlines steps to take when deploying a VM with the TenantPlan.
Viewing and updating plan settings
To view and update the TenantPlan settings:
1 In the Windows Azure Pack management portal for administrators, click Plans.
2 Click TenantPlan.
3 Under Plan services, click Virtual Machine Clouds.
4 Scroll down the page to view the resources that are available to the plan. By default, several VM templates that map to Azure sizing
(except for storage) are available.
5 Under Networks, click Add networks. Select the check box for each tenant VM network that you want to add to the plan.
NOTE
: If the Management VM network is listed, remove it. If you see this VM network listed, make sure you have
completed the steps in Adding tenant VM networks to the cloud.
6 Click Save.
Enabling Remote Desktop in the default VM templates (optional)
By default, Remote Desktop is not enabled in the operating system images that are used by the default VM templates. If you want to
enable Remote Desktop in the templates, you can use an answer le (Unattend.xml le).
1 On the Console VM, copy the following text to Notepad, and then save the le as RemoteDesktopUnattend.xml.
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="specialize">
<component name="Microsoft-Windows-TerminalServices-LocalSessionManager"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral"
versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<fDenyTSConnections>false</fDenyTSConnections>
</component>
<component name="Networking-MPSSVC-Svc" processorArchitecture="amd64"
publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://
schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
instance">
<FirewallGroups>
42
Administration