Welcome to Microsoft Q&A Platform!
Thanks for reaching out. It seems that you're encountering an issue with combining the retry
, include-fragment
, and wait
policies in the backend of your API Management configuration. Based on the context provided, policy fragments cannot include a policy section identifier or nest another policy fragment. This could potentially lead to conflicts when trying to execute multiple policies together, especially if one of them is a retry
policy which expects certain conditions to be met.
The error message stating that the method cannot be found may indicate that the execution flow is not able to resolve the combination of policies as intended. Since you've observed that removing the retry
and forward-request
policies allows the system to run successfully, it suggests that there may be limitations or specific requirements in how these policies interact when used in conjunction with fragments.