Skip to content

Azure Functions Troubleshooting ​

Use this page when the Search Azure Functions verification lane fails.

Common Failures ​

SymptomCheck
Function host does not startAzure Functions Core Tools version, Java 21 availability, generated host.json location
Handler bootstraps but request failsgenerated route names, REST naming strategy, function app logs
Cloud deployment failsAzure credentials, Terraform state, resource group permissions, Quarkus Azure Functions packaging
Smoke test times outcold start budget, function timeout, network path, missing app settings

Useful Logs ​

  • Azure Functions host logs
  • Quarkus application logs
  • GitHub Actions job logs for the manual validation workflow
  • Terraform plan/apply output

For the original detailed notes, see Search Azure Functions Reference.