Azure Function - unable to view new function
Hi,
I published a new function and after deploying my project, I can access the http endpoint but I cannot see the function listed on the CLI or on the portal. This is a problem for me because I would like to access the function key for security reasons.
Deploy command: func azure functionapp publish besi-data-platform --dotnet-isolated --src-path .
Function app name: besi-data-platform
Runtime: .NET6.0 (I have tried 8.0 as well) Isolated
Service Plan: B2
You can see my view from the portal here
The old function still appear but the new function called "HwLogfilesImporter" is sill invisible.
Let me know if you need any further details.
Guillaume