Azure Function - unable to view new function

Guillaume Mösching 25 Reputation points
2024-07-16T09:20:38.0966667+00:00

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 hereUser's image

The old function still appear but the new function called "HwLogfilesImporter" is sill invisible.

Let me know if you need any further details.

Guillaume

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
0 comments No comments
{count} votes

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.