azure - 从 Azure Function App 中删除多个函数

标签 azure azure-functions

我有一个Azure Function App,里面有很多函数:

enter image description here

我需要从此 Azure Function App 中删除一些函数。怎么做? “删除功能”选项已禁用

最佳答案

您无法删除您的函数,因为您的函数应用编辑模式是只读,您的管理页面将如下所示:

enter image description here

所以您需要进入函数应用设置页面,将编辑模式切换为读/写,然后您就可以删除该函数了。

enter image description here enter image description here

关于azure - 从 Azure Function App 中删除多个函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55082065/

相关文章:

azure - 使用 Azure CLI 设置 Azure 网站 AlwaysOn

node.js - 访问 Node.js 中的 Azure ServiceConfiguration 设置

azure - 在VS2017中的功能gitflow分支上使用Gitversiontask,修订版不增加

azure - 如何监控 Azure 事件中心消费者延迟?

azure - 如何使用 powershell 在 Azure 资源管理器中查找未使用的 Pub IP 对象

azure - 如何从我的 Azure Function 引用其他 powershell 函数?

c# - 如何查询所有 Azure Orchestration 实例以确定状态以进行监控?

python - 我想从 python 中的 azure 函数应用程序创建 Azure 容器实例 (ACI)

azure - 存储和事件网格之间的弹性

Azure Function 存储请求并稍后再次触发该函数