c# - c#.net 中 Windows Azure 中的作业调度

标签 c# azure

我想在我的 Windows Azure 应用程序中实现作业调度程序。

我的目标是在每天的特定时间执行特定的应用程序。对于该实现,我有一些选择

1-使用 Quartz.net

2-Windows调度程序

C#.net 中是否有任何内置方法可用于实现该方法。我对 Windows Azure HPC Scheduler 很感兴趣。是调度程序吗?

最佳答案

Windows Azure 最近添加了作业调度程序功能,使您可以轻松地按特定时间间隔调度作业:

enter image description here

这里有一篇博客文章解释了如何使用这些作业与网站、Web 角色甚至辅助角色进行通信:http://fabriccontroller.net/blog/posts/job-scheduling-in-windows-azure/

关于c# - c#.net 中 Windows Azure 中的作业调度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11028578/

相关文章:

c# - 在表名称为文本框文本的位置插入查询

c# - User.Identity.GetUserId() 可以被用户伪造吗?

c# - 如何在 Web API 消息处理程序中提取自定义 header 值?

azure - 将 Azure 表存储迁移到 Cosmos DB

mysql - 如何使用 MySQL 实现 .NET Core Azure 功能

c# - 合作/非抢占式线程避免死锁?

c# - 如何从返回 ContentType 图像的 url 执行 aspx?

azure - 保护资源连接数据/字符串以供 Azure 中的微服务使用

powershell - 如何通过 PowerShell 为 Azure Web App 配置 TLS 相互身份验证?

azure - 如何为 Docker 容器启用出站连接?