- Could you pls check if the property is present in configuration: AzureWebJobsStorage ( it’s a link for your blob storage). Might be one of the reasons the key is not generated.
You can refer: https://learn.microsoft.com/en-us/azure/azure-functions/functions-how-to-use-azure-function-app-settings?tabs=portal
If that’s available.
- Could you try to create a new functions app and check if the keys are being created?
Please update me the answer.