Does such a thing exist on the "on-premises" version? Or do you have to everything in code? I'm running on Windows 10 Home (at the moment), and don't have IIS. If I had IIS, would it have installed those tools?
I assumed that you could leverage Service Bus 1.1 for Windows Server which could integrate with Windows Azure Pack to manage your resources and services on-premises.
As the release notes for Service Bus 1.1 mentioned that it supports management portal with the Windows Azure Pack integration as follows:
Windows Azure Pack for Windows Server is a collection of Azure technologies, available to Microsoft customers at no additional cost for installation into your data center. It runs on top of Windows Server 2012 R2 and System Center 2012 R2 and, through the use of the Azure technologies, enables you to offer a rich, self-service, multi-tenant cloud, consistent with the public Azure management experience.
The following are highlights of the new features available with the Windows Azure Pack integration:
- Service Bus tenant portal: Windows Azure Pack offers a rich tenant portal to manage IT resources and services. Messaging with Service Bus is one of the supported services, as well as Virtual Machines, Web sites, SQL databases, and more. The Windows Azure Pack portal enables a subscription-based user experience similar to the one found in Azure.
- Service Bus admin experience: Windows Azure Pack offers an administrator experience that enables you to deploy, manage and monitor resources and services.
- Azure PowerShell cmdlets: Windows Azure Pack supports Azure PowerShell management for IT services, including Service Bus.
I assumed that you could follow the steps below to build your management protal on-premises:
Follow this link for installing Windows Azure Pack: Service Bus 1.1
Install and configure the Windows Azure Pack admin site, you could refer to this tutorial for deploying Windows Azure Pack for Windows Server.
Create a New Service Bus Farm. Note if you want the Service Bus farm to be managed in the Windows Azure Pack portal, click Manage this farm with the Service Bus Management Portal before you apply the listed options.
Connect to your Windows Pack management site to enable administrators to use Service Bus for Windows Server, you could refer to this link.
For more details, you could refer to this tutorial about configuring Service Bus for Windows Server using Configuration Wizard.