Use preset configurations

Using presets you can quickly configure Dev Proxy to work with common scenarios. A preset is a JSON file that contains the configuration for Dev Proxy. The file defines which plugins Dev Proxy uses and how they're configured.

We include several preset configurations with Dev Proxy. You can find them in the presets folder in the Dev Proxy installation directory. You can also create your own preset configurations.

Tip

Check out Dev Proxy presets created by the community in the Sample Solution Gallery.

To use a preset, use the --config-file option and pass the path to the preset file:

devproxy --config-file presets/microsoft-graph-rate-limiting.json