You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/marketplace/azure-app-metered-billing.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,11 @@ When it comes to defining the offer along with its pricing models, it is importa
32
32
* Pricing model has a monthly recurring fee, which can be set to $0.
33
33
* 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).
34
34
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.
37
37
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).
38
40
## Sample offer
39
41
40
42
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
65
67
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:
66
68
67
69
* Identifier
68
-
* Name
69
-
* Unit of measure
70
-
71
70
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:
72
71
73
72
* Included quantity for monthly customers
@@ -92,9 +91,6 @@ A dimension used with the Marketplace metering service represents an understandi
92
91
Once an offer is published with a dimension, the offer-level details for that dimension can no longer be changed:
93
92
94
93
* Identifier
95
-
* Name
96
-
* Unit of measure
97
-
98
94
Once a plan is published, the plan-level details can no longer be changed:
99
95
100
96
* Included quantity for monthly term
@@ -124,3 +120,5 @@ Follow the instruction in [Support for the commercial marketplace program in Par
124
120
**Video tutorial**
125
121
126
122
-[Metered Billing for Azure Managed Applications Overview](https://go.microsoft.com/fwlink/?linkid=2196310)
0 commit comments