Skip to content

Commit e9535f8

Browse files
author
Qian Wen
committed
fixing acrolinx issues
1 parent d701590 commit e9535f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/marketplace/partner-center-portal/marketplace-metering-service-apis-faq.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.date: 04/13/2020
1111

1212
# Marketplace metering service APIs - FAQ
1313

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.
1515

1616
## Emit usage events
1717

@@ -30,7 +30,7 @@ Ideally, you are expected to emit usage every hour for the past hour, only if th
3030

3131
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.
3232

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.
3434

3535
### What happens when you send more than one usage event on the same hour?
3636

@@ -52,4 +52,4 @@ If the error persists, then resubmit that custom meter the next hour (accumulate
5252

5353
## Next steps
5454

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

Comments
 (0)