Skip to content

Config Settings

Konstantin Lepeshenkov edited this page Dec 31, 2022 · 2 revisions
  • AZFUNC4DEVOPS_AZURE_DEVOPS_ORG_URL - your Azure DevOps Organization's URL, e.g. https://dev.azure.com/my-company.
  • AZFUNC4DEVOPS_AZURE_DEVOPS_PAT - Azure DevOps Personal Access Token. Needs to be given all relevant scopes.
  • AZFUNC4DEVOPS_POLL_INTERVAL_IN_SECONDS - polling interval in seconds. Determines how fast your Function will respond to changes. Min 0.1, Max 29. Defaults to 1. The smaller this value is the quicker your triggers will be invoked, but also the more expensive your Function instance might get (when using Consumption pricing tier) and the higher chances to get throttled by Azure DevOps.
Clone this wiki locally