We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f647c32 commit b6fc242Copy full SHA for b6fc242
examples/Mask async calls as synchronous.policy.xml
@@ -1,7 +1,7 @@
1
<!-- The policy defined in this file demonstrates how to mask an asynchronous API endpoint as if it is an synchronous one. -->
2
<!-- This is useful when modernizing APIs but some clients that call the API cannot be updated to the new behavior. -->
3
4
-<!-- API used for this example is an Azure Logic Apps (request/resposne), in which retruns HTTP 202 status code, -->
+<!-- API used for this example is an Azure Logic Apps (request/response), in which returns HTTP 202 status code, -->
5
<!-- and location header to retrieve the terminal payload. Retry count and interval is fixed in this example but can also be customized. -->
6
7
<policies>
0 commit comments