[FEEDBACK]: apiPort setting is not available in devproxyrc.json #1218
Type of issueOutdated article FeedbackThe documentation mentions various proxy settings but does not include information about the apiPort setting in devproxyrc.json. It would be helpful to clarify if this setting is supported or intended to be configurable in devproxyrc.json. If not, please update the documentation to explicitly state its absence to avoid confusion. Link to documentation: Proxy Settings - Microsoft Learn Thank you for your attention! Page URLhttps://learn.microsoft.com/en-us/microsoft-cloud/dev/dev-proxy/technical-reference/proxy-settings Content source URLAuthorDocument Id6004001f-4791-7ca2-9818-d788175f3f4b |
Replies: 6 comments
|
The apiPort is not available on the schema of the config file https://github.com/microsoft/dev-proxy/blob/main/schemas/v0.23.0/rc.schema.json, and when I was trying to set the apiPort in the config, devproxy was not working for me. Given these circumstances, I was confused whether the documentation needs to be updated. |
|
Understood, thank you for clarifying. Let me verify it and I'll get back to you when I know more. |
|
apiPort missing in the schema is a bug and we'll fix it asap |
|
Closing due to lack of response |


If I specify apiPort in Dev Proxy config, it seems to be working just fine:
Could you please share with me your repro steps?