Use of Filter Properties and Resource Conditions while setting Metered Resource Pricing in Cloud Assert Billing Solution

Use of Filter Properties and Resource Conditions while setting Metered Resource Pricing in Cloud Assert Billing Solution

Resource Condition

Resource condition is given to set different prices for the same metered resource based on the volume of raw usage units. This can be done by cloning a configured metered resource and setting a new monthly unit price for it.

Example:

ID

Meter Display name

Meter Id

Monthly Unit Price

Resource Condition

(Meter Id and Units)

1

Table Capacity (Small)

B4438D5D-453B-4EE1-B42A-DC72E377F1E4

$ 0.018

B4438D5D-453B-4EE1-B42A-DC72E377F1E4 < 3

2

Table Capacity (Medium)

B4438D5D-453B-4EE1-B42A-DC72E377F1E4

$ 0.05

B4438D5D-453B-4EE1-B42A-DC72E377F1E4 > 3 && B4438D5D-453B-4EE1-B42A-DC72E377F1E4 < 10

3

Table Capacity (Large)

B4438D5D-453B-4EE1-B42A-DC72E377F1E4

$ 0.20

B4438D5D-453B-4EE1-B42A-DC72E377F1E4 > 10 && B4438D5D-453B-4EE1-B42A-DC72E377F1E4 <= 50

4

Table Capacity (Very Large)

B4438D5D-453B-4EE1-B42A-DC72E377F1E4

$ 1.5

B4438D5D-453B-4EE1-B42A-DC72E377F1E4 >= 51

 

Use of Properties

Properties are like resource condition where different prices can be set for the same metered resource based on the property of resource (E.g. VMs, SQL DBs, etc.) which is reported in the raw usage records.

Example:

ID

Meter Display name

Meter Id

Monthly Unit Price

Property Key

Property Value

1

Windows Basic_A0

9CD92D4C-BAFD-4492-B278-BEDC2DE8232A

$ 30

AdditionalInfo_ServiceType

Basic_A0

2

Windows Basic_A4

9CD92D4C-BAFD-4492-B278-BEDC2DE8232A

$ 35

AdditionalInfo_ServiceType

Basic_A4

3

Windows Standard_A0

9CD92D4C-BAFD-4492-B278-BEDC2DE8232A

$ 50

AdditionalInfo_ServiceType

Standard_A0

4

Windows Standard_DS5_v2

9CD92D4C-BAFD-4492-B278-BEDC2DE8232A

$ 100

AdditionalInfo_ServiceType

Standard_DS5_v2


    • Related Articles

    • Use of Formula while setting Metered Resource pricing in Cloud Assert Usage and Billing Solution

      Use of Formula Formula are used to modify the units obtained from the raw usage data of resources before computing the price for the resource. There are two types of formula ‘Unit Formula’ and ‘Custom Formula’. i.            Unit Formula It ...
    • Different Type of Credits available in Cloud Assert Usage and Billing Solution

        TYPES OF CREDITS IN BILLING SOLUTION Billing solution for Microsoft Azure Stack allows the administrator to set credits for the tenants. There are five types of credits, they are as follows: Recurring Credit  One-Time Credit User Credit Unit Credit ...
    • Creating & Uploading a new Pricing Profile

      Follow the steps to upload a new Pricing Profile: 1. Download the Azure Stack Meters.xlsx file 2. Fill the sheet with required values (to be filled by Client) 3. Ensure the file should have Sheet1 only. Remove the sheet 2, sheet 3 etc., 4. Save the ...
    • General Upgrade Installation Instructions for MAS Billing

      Please find the general Upgrade Installation Instructions:   1.1   Pre-Uninstall Steps Take a backup of Cloud Assert billing database. Take a backup of the following files from their respective locations. File Name File Path Web.config ...
    • Solution for Certificate Expiry - Azure Stack

      Log into Billing RP VM (BillingVM1000). Replace '<Fill the output path>' in the below script with required path where the certificate will be generated. $DisplayName = 'BillingCert' $OutputCertPath = '<Fill the output path>\BillingCert.pfx' ...