I have an Azure API Management policy which contains a "send-request":
<send-request mode="new" response-variable-name="response" timeout="5" ignore-error="false">
<set-url>https://www.bing.com</set-url>
<set-method>GET</set-method>
</send-request>
App Insights displays the request to operation, but not the "send-request" URL.
App Insights configuration in API Management:
Sampling: 100% Verbosity: Verbose Request Payload: 8192
Query:
union
requests,
dependencies
| order by timestamp
Result: