简体   繁体   English

Azure Web作业是否是Azure Scheduler退休的一部分?

[英]Are Azure web jobs part of Azure scheduler retirement?

Azure Scheduler is scheduled to retire on September 30, 2019. Migration documentation says "All Scheduler job collections and jobs will be deleted from the system." Azure Scheduler计划于2019年9月30日退休。迁移文档说: “所有Scheduler作业集合和作业将从系统中删除。”

In our Azure portal, webjobs are displayed under a scheduler job collection "WebJobs-NorthCentralUS". 在我们的Azure门户中,Webjobs显示在计划程序任务集合“ WebJobs-NorthCentralUS”下。 Are all these jobs going to be deleted? 所有这些工作都将被删除吗?

The web jobs won't be deleted, but the tiggers will, so they won't execute on schedule anymore. 网络作业不会被删除,但老虎会被删除,因此它们将不再按计划执行。 You can set up a logic app to poke them or you can redeploy them with a cron expression. 您可以设置一个逻辑应用程序来戳它们,也可以使用cron表达式重新部署它们。

There are different ways to configure a web job to run on a schedule. 有多种方法可以配置Web作业以按计划运行。

1. Using Azure scheduler - Configure a scheduler in azure portal, which points to the deployed Webjob. 1. 使用Azure计划程序 -在azure门户中配置计划程序,该计划程序指向已部署的Webjob。 For more detail, refer below link. 有关更多详细信息,请参见下面的链接。

https://nishantrana.me/2017/03/21/scheduling-a-web-job-console-application-using-azure-scheduler/ https://nishantrana.me/2017/03/21/scheduling-a-web-job-console-application-using-azure-scheduler/

2. Using CRON expression - The most recommended approach for a web job scheduling. 2.使用CRON表达式-Web作业调度的最推荐方法。 For more detail, refer below link. 有关更多详细信息,请参见下面的链接。

https://docs.microsoft.com/en-us/azure/app-service/webjobs-create https://docs.microsoft.com/en-us/azure/app-service/webjobs-create

Microsoft is extending the retirement date for Scheduler to December 31, 2019. You can find the updated timeline as follows: Microsoft将Scheduler的退休日期延长到2019年12月31日。您可以找到更新的时间表,如下所示:

  • On September 30, 2019 - free SKU Scheduler job collection will be disabled. 从2019年9月30日开始 -免费的SKU Scheduler作业收集将被禁用。 Existing jobs will stop running but you can continue to retrieve data from them for migration. 现有作业将停止运行,但您可以继续从其中检索数据以进行迁移。
  • On September 30, 2019 - the ability to create job collections will be disabled from the Azure portal for all SKUs. 从2019年9月30日起 -所有SKU的Azure门户都将禁用创建作业集合的功能。 Existing Standard, P10, and P20 Scheduler resources will continue to run. 现有的Standard,P10和P20 Scheduler资源将继续运行。 You will also still be able to manage existing job collections. 您还将仍然能够管理现有的工作集合。
  • On October 31, 2019 - Scheduler will be removed from the Azure portal. 在2019年10月31日-Scheduler将被从Azure门户中删除。 Existing Standard, P10, P20 Scheduler resources will continue to run, and will be accessible via API and SDKs. 现有的Standard,P10,P20 Scheduler资源将继续运行,并可通过API和SDK访问。 If you do not wish your job to continue to run after Scheduler is removed from the Azure portal, please disable or delete your job collections before October 31, 2019. 如果您不希望在从Azure门户中删除Scheduler之后作业继续运行,请在2019年10月31日之前禁用或删除作业集合。
  • On December 31, 2019 - Scheduler will be fully retired. 自2019年12月31日起-Scheduler将完全退役。 All scheduler jobs will stop running and all data will be deleted. 所有调度程序作业将停止运行,所有数据将被删除。

If you have any jobs configured on azure scheduler, please move Azure Logic Apps as soon as possible or you can redeploy them with a CRON expression . 如果您在azure调度程序上配置了任何作业,请尽快移动Azure Logic Apps ,或者可以使用CRON表达式重新部署它们 Migrate Azure Scheduler jobs to Azure Logic Apps . 将Azure Scheduler作业迁移到Azure Logic Apps

In addition to the Scheduler features you're already familiar with, Logic Apps enables you to: 除了您已经熟悉的Scheduler功能之外,Logic Apps还使您能够:

  • Use a visual designer and connectors to integrate with more than 200 different services, including Azure Blob storage, Azure Service Bus, Microsoft Outlook, and SAP. 使用可视设计器和连接器可与200多种不同的服务集成,包括Azure Blob存储,Azure服务总线,Microsoft Outlook和SAP。
  • Manage each scheduled workload as a first-class Azure resource. 将每个计划的工作负载作为一流的Azure资源进行管理。
  • Run multiple one-time jobs using a single logic app. 使用单个逻辑应用程序运行多个一次性作业。
  • Set schedules that automatically adjust to daylight saving time. 设置自动调整为夏时制的时间表。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM