Open tsoernes opened 2 months ago
I am able to see what you are describing, the url shows the lowercase name (httptrigger
) of the function which is actually httpTrigger
, but I am still able to invoke the function with the provided invocation URL and it is successful.
Deployment completed successfully.
[2024-11-08T19:23:52.412Z] Syncing triggers...
Functions in repro-funcpublish:
httpTrigger - [httpTrigger]
Invoke url: https://xxx.azurewebsites.net/api/httptrigger
the api is only accessible through the case sensitive
Is this a restriction you've made on your application? If not, can you share a full code repro so I can investigate further?
Version
azure-func --version (base) 14:29:25 4.0.6280
Description
However, the folder is named
RustPoc
and the api is only accessible through the case sensitivehttps://xxx.azurewebsites.net/api/RustPoc
Steps to reproduce
func azure functionapp publish