Host key is missing in the function app and the function app is running but not getting trigger. The app was deployed as bicep template.
Host key is missing in the function app and the function app is running but not getting trigger. The app was deployed as bicep template.
Are you able to see the functions in the portal? or are you getting "function runtime unreachable" error when you open the functions page?
Hi @NirenAdhikary-2068 ,
I don't use bicep but I have noticed this problem while using terraform. Azure Functions need access to the storage to generate and store keys. Your bicep script may be causing something that is blocking access to the storage or dropping the storage
This topic has already been discussed here:
https://docs.microsoft.com/en-us/answers/questions/196946/azure-function-host-keys-missing.html
Can you share the bicep script?
15 people are following this question.