Documentation Index

Fetch the complete documentation index at: https://docs.turbo360.com/llms.txt

Use this file to discover all available pages before exploring further.

Environment variables

Prev Next

This article lists the environment variables you must configure on the Turbo360 web app and function apps when deploying in a private networking scenario.

Overview


Turbo360's private hosting deployment runs on Azure App Service. Certain platform behaviors — particularly around function execution timeouts — require explicit environment variable configuration that differs from the defaults. This article lists every variable that must be set, the apps it applies to, and the value to use.

Business value

Correctly configured environment variables prevent silent failures during long-running operations such as cost imports and large recommendation runs. Without these settings, function apps may time out mid-execution, producing incomplete results that are difficult to trace back to a configuration gap.

How it works


Environment variables are set as Application Settings in the Azure portal under each App Service resource. Settings applied here override the platform defaults and take effect on the next restart. The table below lists every variable required for a private Turbo360 deployment, grouped by the apps each setting applies to.

Required variables


Applies to

Setting

Value

Description

All function apps

AzureFunctionsJobHost__functionTimeout

24:00:00

Prevents function app timeouts during long-running operations such as cost imports or large recommendation runs. The default timeout on an App Service plan is 30 minutes.