Created
September 25, 2018 06:33
-
-
Save lurumad/22345eac0ebad80b6f7ea023a731a8dc to your computer and use it in GitHub Desktop.
Retry policy APIM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <retry condition="@(context.Response.StatusCode >= 500)" count="2" interval="3" first-fast-retry="false"> | |
| <forward-request /> | |
| </retry> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment