How to rename an Azure Function?
I want to replace a default \'HttpTriggerCSharp1\' name to my own. At the moment unfortunately this name
Create a new function and you will have an option to name it, then delete the default one(HttpTriggerCSharp1).
I know it's not renaming, but the easiest option around.