A tidal-pool Azure Function never appears in Application Insights. What configuration should the developer set on the Function app?
Select an answer to reveal the explanation.
Short Explanation
Functions need APPLICATIONINSIGHTS_CONNECTION_STRING (plus the documented telemetry mode). Hosting-plan SKU is Domain 1; Redis is not Insights wiring.
Full Explanation
Azure Functions emit Application Insights telemetry when configured with APPLICATIONINSIGHTS_CONNECTION_STRING and the current Functions OpenTelemetry or hosted telemetry settings described in docs. Changing the hosting plan alone does not create Insights data, and Redis is not a substitute connection setting.