Skip to content

Commit 7c53c9f

Browse files
Merge pull request #221352 from shantanugg/docs-editor/azure-app-metered-billing-1670962669
DOCS REQUEST 3568 - Bernardo's request-6
2 parents 14a3717 + 39c4f91 commit 7c53c9f

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

articles/marketplace/azure-app-metered-billing.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ When it comes to defining the offer along with its pricing models, it is importa
3232
* Pricing model has a monthly recurring fee, which can be set to $0.
3333
* In addition to the recurring fee, the plan can also include optional dimensions used to charge customers for usage not included in the flat rate. Each dimension represents a billable unit that your service will communicate to Microsoft using the [Marketplace metering service API](marketplace-metering-service-apis.md).
3434

35-
> [!IMPORTANT]
36-
> You must keep track of the usage in your code and only send usage events to Microsoft for the usage that is above the base fee.
35+
* > [!IMPORTANT]
36+
> You must keep track of the usage in your code and only send usage events to Microsoft for the usage that is above the base fee.
3737
38+
> [!Note]
39+
> Offers will be billed to customers in the customers’ agreement currency, using the local market price that was published at the time the offer was created. The amount that customers pay, and that ISVs are paid, depends on the Foreign Exchange rates at the time the customer transacts the offer. Learn more on ["How we convert currency?"](/azure/marketplace/marketplace-geo-availability-currencies).
3840
## Sample offer
3941

4042
As an example, Contoso is a publisher with a managed application service called Contoso Analytics (CoA). CoA allows customers to analyze large amount of data for reporting and data warehousing. Contoso is registered as a publisher in Partner Center for the commercial marketplace program to publish offers to Azure customers. There are two plans associated with CoA, outlined below:
@@ -65,9 +67,6 @@ Billing dimensions are shared across all plans for an offer. Some attributes app
6567
The attributes, which define the dimension itself, are shared across all plans for an offer. Before you publish the offer, a change made to these attributes from the context of any plan will affect the dimension definition across all plans. Once you publish the offer, these attributes will no longer be editable. The attributes are:
6668

6769
* Identifier
68-
* Name
69-
* Unit of measure
70-
7170
The other attributes of a dimension are specific to each plan and can have different values from plan to plan. Before you publish the plan, you can edit these values and only this plan will be affected. Once you publish the plan, the following attributes will no longer be editable:
7271

7372
* Included quantity for monthly customers
@@ -92,9 +91,6 @@ A dimension used with the Marketplace metering service represents an understandi
9291
Once an offer is published with a dimension, the offer-level details for that dimension can no longer be changed:
9392

9493
* Identifier
95-
* Name
96-
* Unit of measure
97-
9894
Once a plan is published, the plan-level details can no longer be changed:
9995

10096
* Included quantity for monthly term
@@ -124,3 +120,5 @@ Follow the instruction in [Support for the commercial marketplace program in Par
124120
**Video tutorial**
125121

126122
- [Metered Billing for Azure Managed Applications Overview](https://go.microsoft.com/fwlink/?linkid=2196310)
123+
124+

0 commit comments

Comments
 (0)