QuestionQ355

Develop integrations

You need to decrease the number of Azure Consumption API calls made by User2.

Which markup segment should you use?

  • A
  • B
  • C
  • D
Explanation

The rate-limit-by-key policy limits calls independently for each counter-key. Using the request IP address as the key and allowing only one successful call in each 60-second renewal period throttles that caller, reducing User2's API calls. increment-condition can ensure that only responses with status code 200 are counted.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!