I have created a new Azure Function and created it in Azure.
The function also runs flawlessly locally.
However, as soon as I publish the function, the function endpoints are not displayed in the Azure portal and cannot be called up.
All functions are also correctly stored in the Kudu portal of the function.
However, the following error is displayed in the activity log:

I have already tried to recreate the function and have also tried to adjust the configurations. However, these are always reset to the default value after a publish.
local.settings.json.local.settings.json:
site/wwwrootfolder.I have created a .NET 8 Isolated Azure function and deployed to Azure function app.
Compare below configuration with yours and check if anything is missing.
Configure function Timeout in host.json:
Function.cs:
.csproj:
Portal:
Configuration of Function App after deployment:
You can also deploy using
func azure functionapp publish <functionapp_name>.