Text/HTML

Manage all your Hybrid Cloud Resources with Hybr® SDX Datacenter

The hybrid cloud management, automation, and integration platform offers a multi-tenant portal experience that enables you provisioning and management of IaaS VMs across VMware vCenter, System Center / Hyper-V, Azure Stack HCI, Azure Stack Hub, Azure, AWS, etc., It provides a single-pane of glass experience for all your cloud needs.

Hybr® SDX Datacenter - An Alternative Platform for Windows Azure Pack

Many enterprises and service providers alike are wondering about the IT roadmap for delivering multi-tenant cloud experience from their Data Center after Windows Azure Pack.

Hybr® SDX Datacenter is an independent platform built by Cloud Assert for cross-cloud self-management and billing automation.

Learn More


Cloudify Your VMware vCenter

Turn vCenter into a multi-tenant self-service cloud with Hybr® SDX Datacenter for Rich Management, Automation, and Billing.

Create a true-cloud experience via Hybr®


Cloud Billing, Management & Orchestration

Automate workloads provisioning, resource utilization tracking, usage reporting across multi-cloud platforms and data sources along with approval workflow processes gives you a total control over your customer policies, pricing profiles, subscriptions, invoices, etc., specifically for the chargeback purposes.

Out of the box integrations for VMWare vCenter, System Center/ Windows Server 2016 and beyond, Open Stack, Microsoft Azure, AWS, GCP, Commvault, Veeam, Azure Stack Hub, Azure Stack HCI, XaaS (anything as a service) and more.

Flexible Deployment

  • Integrated UI experience within Azure Stack Hub Portal
  • Portal extension for Windows Azure Pack
  • Cloud Hosted on Microsoft Azure as a SaaS portal
  • On-premise Standalone for Windows Server 2016 and 2019
  • Multiple of the above combinations can be leveraged side by side.

Admin Portal

HYBR Administrator portal helps you to manage your multi-cloud platforms and allow your tenants to provision VMs across those endpoints. It gives you the total control of your tenant subscriptions, invoices, bills, etc., right within your admin portal.

  • Cross-cloud IaaS integrations and Management
  • Ultimate flexibility and control on your Tenant workloads provisioning and deployment
  • Centralized policy management for VM provisioning
  • Usage and Billing for your different services

Tenant Portal

It allows your end-users to manage and provision VMs against their subscriptions, track the resource consumptions and see their ongoing usages in real-time, pay bills right within your tenant portal via the integrated payment gateways like Stripe, PayPal, etc.,

  • IaaS resource provisioning and Management
  • Setup n-tier approval workflows with automated actions
  • Bulk VM Provisioning and Policy Management like VM turn On/ Off, etc.,
  • Visibility into ongoing usages and its associated cost



Key Features

Cross-cloud IaaS Integrations

Provision and Manage VMs, Discovery and Sync, Policy Management, Metering and Monitoring & Scheduled tasks

API endpoints Integration

VM Provisioning/management and Billing services are exposed as API endpoints for integration with existing solutions.

Cloud Orchestration

VM Provisioning & Management, Backups, ITSM, Approval Workflows & Portal extensions for Microsoft Azure Stack and Windows Azure Pack

Cloud Governance & Control

Seamless integrations with existing data centers, public and private cloud. Check Policies, Soft budget, Quota Settings, Utilization Tracking & Auditing

Cloud Discovery & Migration

Automated discovery of workloads & Migration of legacy assets to the cloud

Automated Workflows

Enable VM provisioning via manual and automated workflows with multi-level request/order management and approvals.

Hybr® SDX Datacenter Datasheet

Hybr® SDX Datacenter is a cross-cloud automation and integration platform provides a multi-tenant portal experience that enables you to provision and manage your IaaS VMs across VMware vCenter, System Center / Hyper-V, Microsoft Azure, Microsoft Azure Stack, AWS, etc., and related resources on a self-service basis.

Download Datasheet

 

How HYBR Benefits your Organization

Increased IT Efficiency

Centralize Control and Improve Visibility across your Clouds

improved productivity

Single Pane of Experience for all your Cloud Needs

reduced cloud spend

Future-Proof your IT Environments with our Cloud Cost Management

 

A Leader in Hybrid Cloud Management Since 2014

Cloud Assert has been trusted by Fortune 100 Companies as a Leader in Hybrid Cloud Management, Cost Management and Billing since 2014.

Cloud Assert work closely with Microsoft and our customers in building Hybr VConnect and Billing solutions to complement Microsoft Azure Stack adoption and to deliver a powerful hybrid cloud platform.

We're glad that customers can now take advantage of all the great features of Azure Stack without impacting existing infrastructure investments

Client-1

Ravi C Kolandaiswamy CEO & Founder

Download EBook & Discover Why


 


Recent Blogs

Usage & Billing Update 7: Usage Collector Extends to C# and PowerShell

Injecting non-WAP Usage details into billing pipeline using our C# based extensibility module

Author: Jaganathan Krishnamoorthy/Tuesday, November 10, 2015/Categories: Windows Azure Pack, Usage and Billing

Rate this article:
4.4

With the Update 7 release of Cloud Assert Usage & Billing solution for Windows Azure Pack, we are delighted to announce this key enhancement: C# and PowerShell based Usage Extensibility. You are no more limited with just the resources exposed by WAP (and especially System Center). You can now fill the gaps, add more meters and attach monetary values all with-in the awesome Usage and Billing solution from Cloud Assert for Windows Azure Pack.

For instance, many of our customers had requested for billing their Tenant's usage of System Center VM Networks, VPN and specifically VM Networks that have NAT enabled. System Center does not expose those Usage information currently, through the WAP pipeline, so there is no way to monetize or report on those imporant resource usage. Now with Cloud Assert Usage and Billing extensibility module, those details can be easily captured from System Center (via simple Powershell scripting) and injected into Cloud Assert Billing pipeline. (Sample Powershell scripts attached with this blog). 

Not just the usage from traditional WAP services, you can now get any Usage data from any source, like Domain and SSL usage or for the fun of it, say you sell lime juice, as long as you can write simple PowerShell or C# to retreive that lime juice usage - Cloud Assert Usage and Billing will observe those metrics you send through these simple extensibility mechanisms, aggregate the metrics, provide visibility via WAP Tenant portal to your end users, set price profiles, generate invoices etc., combined with all the other features available.

How it works:

1. Usage & Billing Agent Service reads the UsageExtensionsSettings.json on startup, and initializes the enabled extensions
2. Agent Service periodically invokes each extension. It gives the list of subscription ids or user ids to process, as input to the Extension, for a given hour
3. Agent Service persists the generated Usage Records into RawUsageRecords table
4. If there are any remaining IDs to be processed for that hour, step #2 is repeated
5. Agent Service Aggregators now take care of processing the RawUsageRecords into Hourly, Daily and Monthly records, according to Pricing Profile configuration

Instructions to setup our Extensibility module and scripts:

1.       Obtain the Usage Extensibility Module zip file from Cloud Assert

2.       Extract and copy the contents in to the deployment location of U&B Billing Agent Windows Service

a.   “C:\Program Files\CloudAssertBilling\CloudAssert.WAP.Billing.AgentService”

3.       Copy, rename and edit the systemcenter-vmnetwork-usage.ps1 to match with your Usage requirement

a.        The core functions in the Powershell script are ProcessSubscription and ProcessVMNetworkOfSubscription 

b.       Change the following lines to suit your needs:


4.       Edit the appropriate U&B Pricing Profile in WAP Admin portal and add as many Metered Resource Pricing entries to match the info provided in step #3.b (1 Metered Resource entry per Resource)

5.       Place the new Usage Powershell script created in step #3, in the Scripts folder

a.        Create the Scripts folder if it does not exist

6.       Edit the UsageExtensionsSettings.json file to add a new extension to the pipeline


a.        Change the Id, Name, Script Path and PSModulesToImport properties

b.       Use double slashes in place of single slash

7.       Edit the following lines CloudAssert.WAP.Billing.AgentService.exe.config file:


8.       Restart the U&B Billing Agent Service

9.       Check the CloudAssertBilling Windows Event Log for any errors

10.    If all looks good, check the RawUsageRecords table in CloudAssertBilling Database to see if the new Usage Records come in:


11.    If the Pricing Profile is configured is configured appropriately, then Usage will show up in Admin Portal in around 10 mins (once the scheduled Aggregators run in Agent Service).

Print

Number of views (9237)/Comments (9)

9 comments on article "Usage & Billing Update 7: Usage Collector Extends to C# and PowerShell"

Avatar image

website

9/17/2018 2:12 AM

I don’t know why but it is not showing the updated version of cloud at my system. Do you please help me with this, as I don’t know the main issue. Here I have attached the details for your reference.



Avatar image

Papers

10/29/2018 5:21 AM

I this looks like a lot of efforts have been displayed here lately it feels so good that such details are being presented in such good light it is an amazing work being shown altogether


Avatar image

Writer

11/5/2018 9:27 PM

This blog is really written on a very helpful topic.Microsoft says the Windows Azure Pack comprises a numeral of capabilities that can be additional in to an organization's data center.



Avatar image

Garry Adams

12/2/2018 1:15 AM

Great survey. I'm sure you're getting a great response.




Avatar image

HelgaMarselos

5/25/2019 11:25 PM

consider this writing service https://topwritingservice.com/buy-a-case-brief/ as the best helper when you are going to write case brief or any other academical paper.

Please login or register to post comments.

Why Choose HYBR to manage your Hybrid Cloud Infrastructure

Customized Solutions

A concrete roadmap to transform your organization for a cloud orientation.

Friendly Advisory Board members

Cloud Assert team is made of Ex-Microsoft managers and IT leaders across the spectrum

Global Reach

Customers across 30+ Countries that includes Fortune 100 & 500 companies as of today



GET 30-DAY FREE TRIAL

 

Loading
  • By signing up, you agree to our Terms and Privacy Policy and other updates on Cloud Assert.