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/partner-center-portal/marketplace-metering-service-apis-faq.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ ms.date: 04/13/2020
11
11
12
12
# Marketplace metering service APIs - FAQ
13
13
14
-
Once an Azure user subscribes to a SaaS service that includes metered billing, you will track consumption for each billing dimension being used by the customer. If the consumption exceeds the included quantities set for the term selected by the customer, your service will emit usage events to Microsoft.
14
+
When an Azure user subscribes to a SaaS service that includes metered billing, you will track consumption for each billing dimension being used by the customer. If the consumption exceeds the included quantities set for the term selected by the customer, your service will emit usage events to Microsoft.
15
15
16
16
## Emit usage events
17
17
@@ -30,7 +30,7 @@ Ideally, you are expected to emit usage every hour for the past hour, only if th
30
30
31
31
Ideally, usage event is emitted every hour for events that occurred in the past hour. However, delays are expected. The maximum delay allowed is 24 hours, after which usage events will not be accepted.
32
32
33
-
For example, if a usage event occurs at 1 PM on a day, you have until 1 PM on the next day to emit a usage event associated with this event. This means in the case of the system emitting usage has a down time, it can recover and then send the usage event for the hour interval in which the usage happened, without loss of fidelity.
33
+
For example, if a usage event occurs at 1 PM on a day, you have until 1 PM on the next day to emit a usage event associated with this event. When the system emitting usage has a down time, it will recover and then send the usage event for the hour interval in which the usage happened, without loss of fidelity.
34
34
35
35
### What happens when you send more than one usage event on the same hour?
36
36
@@ -52,4 +52,4 @@ If the error persists, then resubmit that custom meter the next hour (accumulate
52
52
53
53
## Next steps
54
54
55
-
-See [Marketplace metering service APIs](./marketplace-metering-service-apis.md) for more information.
55
+
-For more information, see [Marketplace metering service APIs](./marketplace-metering-service-apis.md).
0 commit comments