2

I am using Terraform to deploy Azure Functions infrastructure through Azure DevOps release pipeline. Everything works fine but starting from last Friday, I got an error said Function runtime is unable to start. After some investigation, I found out the host.json file is not generated in the Azure Function. Any ideas on what's the potential fix for this? (Only change is updated Function version v2 to v3, but even I downgrade back to v2, same problem still exists).

image

Environment: Azure Function V2/V3 Resources Created By Terraform using App Service Plan Tier

masonyc
  • 33
  • 1
  • 6

1 Answers1

0

Seems this is an internal issue. Rising a support ticket from the Azure portal will be a good way to find its reason.

Stanley Gong
  • 11,522
  • 1
  • 8
  • 16