Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在完全关闭 Azure 函数应用程序之前对资源进行一些清理(例如删除订阅)。
是否有任何提供商可以监听 Azure 函数应用主机的关闭事件?我只能找到依赖注入的启动文件。
对于 C# 类库函数,支持取消标记,但其他语言没有任何类似的 AFAIK。