Rename an Azure Function

前端 未结 5 496
-上瘾入骨i
-上瘾入骨i 2020-12-24 10:31

How to rename an Azure Function?

I want to replace a default \'HttpTriggerCSharp1\' name to my own. At the moment unfortunately this name

5条回答
  •  感情败类
    2020-12-24 11:03

    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.

提交回复
热议问题