Skip to main content

Overview

The CloudAxis CMS for Azure Stack Hub is a control plane designed to simplify multi-tenant cloud operations.
It centralizes the management of tenants, subscriptions, usage, billing, and commissions, and integrates tightly with Azure Stack Hub.

Key capabilities:

  • Unified Management: Tenants, subscriptions, plans, and usage records are modeled consistently across the platform.

  • Automated Billing: Usage data is ingested through the /api/v1/usage endpoint and transformed into billing records using /api/v1/billing/summary.

  • Flexible Pricing: Supports rate cards, tiered thresholds, and credits defined per tenant, subscription, or resource.

  • Partner Commissions: Partners and distributors can receive calculated commissions via /api/v1/commissions/summary based on consumption.

  • API-Driven Extensibility: The system is fully automatable via the REST API described in the swagger.json file.

  • Branding & White-Label: Built for operators who need to deliver a branded customer experience.

Tip: If you want to get hands-on right away, start with the “Getting Started” section.