This guide describes the requirements and prerequisites for installing VMware Tanzu Operations Manager (Ops Manager) on Microsoft Azure. It also includes additional resources.

Overview

You can install Ops Manager on Azure or Azure Government Cloud. For more information about Azure regions, see the Azure documentation.

You can install Ops Manager on Azure with the VMware Tanzu Application Service for VMs (TAS for VMs) runtime. There are resource requirements specific to both TAS for VMs and Azure. Ensure you meet the requirements for TAS for VMs and the requirements specific to Azure before installing Ops Manager on Azure. For more information, see Requirements below.

Requirements

This section lists the resource requirements for installing Ops Manager on Azure:

Azure Resource Requirements

The following are the minimum resource requirements for deploying an Ops Manager deployment with TAS for VMs on Azure:

  • An OS disk of 120 GB for the Ops Manager VM.

    Note: Ops Manager v1.11 requires a BOSH Director VM with at least 8 GB memory.

  • A minimum of the following VM instance limits in your Azure account. The number of VMs required depends on the number of tiles and availability zones (AZs) you plan to deploy. The following VM guidelines apply to the TAS for VMs and Small Footprint TAS for VMs runtimes:

    • TAS for VMs: A new Azure deployment requires the following VMs for TAS for VMs and Ops Manager:

      VM Type VM Count
      F1s 22
      F2s 22
      DS1 v2 2
      DS11 v2 10
      DS12 v2 24

      Note: If you are deploying a test or sandbox Ops Manager that does not require high availability, then you can scale down the number of VM instances in your deployment. For more information, see Scaling TAS for VMs.

    • Small Footprint TAS for VMs: A new Azure deployment requires the following VMs for Small Footprint TAS for VMs and Ops Manager:

      VM Type VM Count Notes
      Small Footprint TAS for VMs DS11 v2 1
      DS12 v2 2
      F2s 0 Add 1 to count if using HAProxy
      F1s 5
      Ops Manager DS2 v2 1
      F4s 4

      Note: Some VM instance types are only supported in certain Azure regions. For more information, see Products available by region in the Microsoft Azure documentation. To deploy Ops Manager on an Azure region that does not support the above VM instance types, you must override the default VM sizes. For more information, see Overriding defaults with custom disk types in the Ops Manager API documentation. Changing the default VM sizes may increase the cost of your deployment.

Prerequisites

Before installing Ops Manager on Azure, you must:

  • Install the Azure CLI v2.0. To install the Azure CLI for your operating system, see Preparing to Deploy Ops Manager on Azure.

  • Configure sufficient IP allocation for TAS for VMs. For more information about IP allocation requirements, see TAS for VMs Resource Requirements.

  • Create an SSL certificate for your Ops Manager domain.

    Note: To deploy Ops Manager to a production environment, you must obtain a certificate from a certificate authority (CA). VMware recommends using a self-signed certificate generated by Ops Manager for development and testing purposes only.

  • Assign administrative rights to a domain for Ops Manager. You must be able to add wildcard records to this domain.

  • Create a wildcard DNS record that points to your GoRouter or load balancer. Alternatively, you can use a service such as xip.io. For example, 203.0.113.0.xip.io. Then, create at least one wildcard TLS certificate that matches the DNS record you configured.

    Note: With a wildcard DNS record, every hostname in your domain resolves to the IP address of your GoRouter or load balancer. For example, if you create a DNS record *.example.com pointing to your GoRouter, every app deployed to the example.com domain resolves to the IP address of your GoRouter.

  • Create one or more NTP servers, if the NTP servers are not already provided by your Azure project.

  • Install the most recent version of the Cloud Foundry Command Line Interface (cf CLI). For more information, see the Cloud Foundry Command Line Interface repository on GitHub.

  • (Optional) Configure external storage. VMware recommends using external storage if possible. For more information about how file storage location affects platform performance and stability during upgrades, see Configure File Storage in Configuring TAS for VMs for Upgrades.

  • (Optional) Configure external databases. VMware recommends using external databases in production deployments for BOSH Director and TAS for VMs. An external database must be configured to use the UTC timezone.

  • (Optional) Configure external user stores. When you deploy Ops Manager, you can select a SAML user store for Ops Manager or a SAML or LDAP user store for TAS for VMs, to integrate existing user accounts.

Install Ops Manager on Azure

To install Ops Manager on Azure, see Installing Ops Manager on Azure.

Install Ops Manager on Azure Government Cloud

To install Ops Manager on Azure Government Cloud, see Configuring BOSH Director on Azure Government Cloud.

Additional Resources

The following are additional resources related to installing Ops Manager on GCP:

check-circle-line exclamation-circle-line close-line
Scroll to top icon