Skip to main content

Check out Port for yourselfย 

Advanced

The Azure Devops integration supports additional flags to provide additional configuration, making it easier to configure its behavior to your liking.

To use the advanced configuration and additional flags, add them as a root key to your integration configuration, for example to add the createMissingRelatedEntities flag:

createMissingRelatedEntities: true
resources:
- kind: pull-request
selector:
query: "true"
port:
entity:
mappings:
... mappings configuration

Using advanced configurationsโ€‹

The following advanced configuration parameters are available and can be added to the integration configuration:

The specPath parameter specifies a list of string or a single value string that Port's Azure Devops app will search for port.yml files in.

  • Default value: port.yml
  • Use case:
    • If you want the app to scan a different file than port.yml (for example, change configure the app to scan files named my-port-config.yml using the value my-port-config.yml);
    • If you want the app to ignore port.yml files in certain paths.