Deploying the Component

This section explains how to deploy the Microsoft Online Management component.

This component has its own release cycle and is not deployed by default. To deploy it, you must perform the following actions:

  1. Ensure that your Kubernetes cluster has enough resources to run this component.

  2. Ensure that the Partner Center and Graph API URLs are accessible from your Kubernetes cluster.

  3. Ensure that this component's dependencies are satisfied.

  4. Complete the steps of the deployment procedure.

For details, see the sections that follow.

Kubernetes Resource Requirements

Container CPU cores RAM in GiB
msonlinemgmt 0.25 0.5

Dependencies

This component requires:

Network Requirements

This component must be able to access the URLs of the Partner Center and Graph APIs:

  • https://login.microsoftonline.com

  • https://graph.microsoft.com

  • https://api.partnercenter.microsoft.com

The Deployment Procedure

To deploy this component, complete the following steps:

  1. Add this section to your config.yaml:

    components:
      ...
      msonlinemgmt: {}
      ...
  2. Perform the instructions in Preparing a Deployment Container.

  3. Perform the instructions in Running the Deployment.

After deploying this component, configure it as described in Configuring the Component.