You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for opening this issue! Please be patient while we will look into it and get back to you as this is an open source project. In the meantime make sure you take a look at the [closed issues](https://github.com/Azure/apiops/issues?q=is%3Aissue+is%3Aclosed) in case your question has already been answered. Don't forget to provide any additional information if needed (e.g. scrubbed logs, detailed feature requests,etc.).
Whenever it's feasible, please don't hesitate to send a Pull Request (PR) our way. We'd greatly appreciate it, and we'll gladly assess and incorporate your changes.
Release version
APIOps Toolkit for Azure APIM v6.0.0-alpha.1.0.6
Question Details
Is it possible to run APIOPs on a self hosted agent + proxy?
Self hosted agent hosted on windows VM in the same VNET as API-M
Following configuration added in pipeline
variables:
value: http://{proxy_ip}:8080
value: http://{proxy_ip}:8080
Expected behavior
Run Extractor to connect to API-M and extract yaml files.
Actual behavior
Run Extractor not extracting any content and returning empty + nulls.
dbug: Microsoft.Extensions.Hosting.Internal.Host[1] Hosting starting info: Microsoft.Hosting.Lifetime[0] Application started. Press Ctrl+C to shut down. info: Microsoft.Hosting.Lifetime[0] Hosting environment: Production info: Microsoft.Hosting.Lifetime[0] Content root path: C:\agents\_work\1\s dbug: Microsoft.Extensions.Hosting.Internal.Host[2] Hosting started info: RunExtractor[0] Running extractor... trce: HttpPipeline[0] Starting request Method: GET Uri: removed Content: <null> trce: HttpPipeline[0] Received response Method: GET Uri: removed Status code: 200 Duration (hh:mm:ss): 00:00:00.5076391 Content: {"value":[]} trce: HttpPipeline[0] Starting request Method: GET Uri: removed Content: <null> trce: HttpPipeline[0] Received response Method: GET Uri: removed Status code: 200 Duration (hh:mm:ss): 00:00:00.0858151 Content: {"value":[]}
Reproduction Steps
API-M + self hosted agent behind a proxy
The text was updated successfully, but these errors were encountered: