Skip to content

Commit eb2a7be

Browse files
committed
Update service retire info
1 parent 941f012 commit eb2a7be

10 files changed

+68
-49
lines changed

articles/scheduler/migrate-from-scheduler-to-logic-apps.md

Lines changed: 32 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,26 @@ ms.date: 09/20/2018
1414
# Migrate Azure Scheduler jobs to Azure Logic Apps
1515

1616
> [!IMPORTANT]
17-
> Azure Logic Apps is replacing Azure Scheduler,
18-
> which is being retired. To schedule jobs,
19-
> follow this article for moving to Azure Logic Apps instead.
17+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler,
18+
> which is [being retired](#retire-date). To continue working with the jobs that you set
19+
> up in Scheduler, please move to Azure Logic Apps as soon as possible by following this article.
2020
21-
This article shows how you can schedule one-time
22-
and recurring jobs by creating automated workflows
23-
with Azure Logic Apps, rather than with Azure Scheduler.
24-
When you create scheduled jobs with Logic Apps, you get these benefits:
21+
This article shows how you can schedule one-time and recurring jobs by creating automated workflows with Azure Logic Apps, rather than with Azure Scheduler. When you create scheduled jobs with Logic Apps, you get these benefits:
2522

26-
* You don't have to worry about the concept of a *job collection*
27-
because each logic app is a separate Azure resource.
23+
* Build your job by using a visual designer and connectors for hundreds of services, including Azure Blob Storage, Azure Service Bus, Office 365 Outlook, and SAP.
2824

29-
* You can run multiple one-time jobs by using a single logic app.
25+
* Manage each scheduled workflow as a first-class Azure resource. You don't have to worry about the concept of a *job collection* because each logic app is an individual Azure resource.
3026

31-
* The Azure Logic Apps service supports time zone and daylight savings time (DST).
27+
* Run multiple one-time jobs by using a single logic app.
3228

33-
To learn more, see [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md)
34-
or try creating your first logic app in this quickstart:
35-
[Create your first logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
29+
* Set schedules that support time zones and automatically adjust to daylight savings time (DST).
30+
31+
To learn more, see [What is Azure Logic Apps?](../logic-apps/logic-apps-overview.md) or try creating your first logic app in this quickstart: [Create your first logic app](../logic-apps/quickstart-create-first-logic-app-workflow.md).
3632

3733
## Prerequisites
3834

3935
* An Azure subscription. If you don't have an Azure subscription,
40-
<a href="https://azure.microsoft.com/free/" target="_blank">sign up for a free Azure account</a>.
36+
[sign up for a free Azure account](https://azure.microsoft.com/free/).
4137

4238
* To trigger your logic app by sending HTTP requests,
4339
use a tool such as the [Postman desktop app](https://www.getpostman.com/apps).
@@ -160,9 +156,7 @@ app run instance. To cancel a one-time job, you can use
160156
in the Logic Apps REST API. When you send a call to the trigger,
161157
provide the [workflow run ID](#workflow-run-id).
162158

163-
## Schedule recurring jobs
164-
165-
### Create your logic app
159+
## Schedule recurring jobs with a logic app
166160

167161
1. In the [Azure portal](https://portal.azure.com),
168162
create a blank logic app in Logic App Designer.
@@ -249,13 +243,29 @@ To learn more about exception handling, see
249243

250244
## FAQ
251245

252-
<a name="retire-date"></a>
246+
<a name="retire-date"></a>
253247

254248
**Q**: When is Azure Scheduler retiring? <br>
255-
**A**: Azure Scheduler is scheduled to retire on September 30, 2019.
249+
**A**: Azure Scheduler is scheduled to fully retire on December 31, 2019. Here is more information about this process:
250+
251+
* *September 30, 2019*
252+
253+
* Free SKU Scheduler job collection is disabled. Although existing jobs will stop running, you can still retrieve data for migration.
254+
255+
* New job collections are disabled in the Azure portal for all SKUs. Existing Standard, P10, and P20 resources continue to run. You can also still manage existing job collections.
256+
257+
* *October 31, 2019*
258+
259+
* Scheduler is removed from the Azure portal.
260+
261+
* Existing Standard, P10, and P20 resources continue to run and are accessible by using the API and SDKs.
262+
263+
* For jobs that you don't want to continue running after Scheduler is removed from the portal, please [disable or delete your job collections](https://docs.microsoft.com/azure/scheduler/scheduler-get-started-portal#monitor-and-manage-jobs) before October 31, 2019.
264+
265+
* *December 31, 2019*: Scheduler is fully retired. *All jobs* stop running, and *all data* is deleted from the system.
256266

257-
**Q**: What happens to my Scheduler job collections and jobs after the service retires? <br>
258-
**A**: All Scheduler job collections and jobs will be deleted from the system.
267+
**Q**: What happens to my job collections and jobs after the service retires? <br>
268+
**A**: All Scheduler job collections and jobs will stop running and be deleted from the system.
259269

260270
**Q**: Do I have to back up or perform any other tasks before migrating my Scheduler jobs to Logic Apps? <br>
261271
**A**: As a best practice, always back up your work. Check that the logic apps you created are running as expected before deleting or disabling your Scheduler jobs.

articles/scheduler/scheduler-advanced-complexity.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ ms.date: 11/14/2018
1515
# Build advanced schedules and recurrences for jobs in Azure Scheduler
1616

1717
> [!IMPORTANT]
18-
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
19-
> is replacing Azure Scheduler, which is being retired.
20-
> To schedule jobs, [try Azure Logic Apps instead](../scheduler/migrate-from-scheduler-to-logic-apps.md).
18+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
19+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
20+
> To continue working with the jobs that you set up in Scheduler, please
21+
> [migrate to Azure Logic Apps]((../scheduler/migrate-from-scheduler-to-logic-apps.md)) as soon as possible.
2122
2223
Within an [Azure Scheduler](../scheduler/scheduler-intro.md) job,
2324
the schedule is the core that determines when and how the Scheduler

articles/scheduler/scheduler-concepts-terms.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ ms.date: 08/18/2016
1515
# Concepts, terminology, and entities in Azure Scheduler
1616

1717
> [!IMPORTANT]
18-
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
19-
> is replacing Azure Scheduler, which is being retired.
20-
> To schedule jobs, [try Azure Logic Apps instead](../scheduler/migrate-from-scheduler-to-logic-apps.md).
18+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
19+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
20+
> To continue working with the jobs that you set up in Scheduler, please
21+
> [migrate to Azure Logic Apps]((../scheduler/migrate-from-scheduler-to-logic-apps.md)) as soon as possible.
2122
2223
## Entity hierarchy
2324

articles/scheduler/scheduler-get-started-portal.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ ms.date: 09/17/2018
1515
# Create and schedule your first job with Azure Scheduler - Azure portal
1616

1717
> [!IMPORTANT]
18-
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
19-
> is replacing Azure Scheduler, which is being retired.
20-
> To schedule jobs, [try Azure Logic Apps instead](../scheduler/migrate-from-scheduler-to-logic-apps.md).
18+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
19+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
20+
> To continue working with the jobs that you set up in Scheduler, please
21+
> [migrate to Azure Logic Apps]((../scheduler/migrate-from-scheduler-to-logic-apps.md)) as soon as possible.
2122
2223
This tutorial shows how easily you can create and schedule a job,
2324
and then monitor and manage that job.

articles/scheduler/scheduler-high-availability-reliability.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ ms.date: 08/16/2016
1414
# High availability and reliability for Azure Scheduler
1515

1616
> [!IMPORTANT]
17-
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
18-
> is replacing Azure Scheduler, which is being retired.
19-
> To schedule jobs, [try Azure Logic Apps instead](../scheduler/migrate-from-scheduler-to-logic-apps.md).
17+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
18+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
19+
> To continue working with the jobs that you set up in Scheduler, please
20+
> [migrate to Azure Logic Apps]((../scheduler/migrate-from-scheduler-to-logic-apps.md)) as soon as possible.
2021
2122
Azure Scheduler provides both [high availability](https://docs.microsoft.com/azure/architecture/guide/pillars#availability)
2223
and reliability for your jobs. For more information, see

articles/scheduler/scheduler-intro.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ ms.date: 09/17/2018
1515
# What is Azure Scheduler?
1616

1717
> [!IMPORTANT]
18-
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
19-
> is replacing Azure Scheduler, which is being retired.
20-
> To schedule jobs, [try Azure Logic Apps instead](../scheduler/migrate-from-scheduler-to-logic-apps.md).
18+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
19+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
20+
> To continue working with the jobs that you set up in Scheduler, please
21+
> [migrate to Azure Logic Apps]((../scheduler/migrate-from-scheduler-to-logic-apps.md)) as soon as possible.
2122
2223
[Azure Scheduler](https://azure.microsoft.com/services/scheduler/)
2324
helps you create [jobs](../scheduler/scheduler-concepts-terms.md)

articles/scheduler/scheduler-limits-defaults-errors.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ ms.date: 08/18/2016
1414
# Limits, quotas, and throttle thresholds in Azure Scheduler
1515

1616
> [!IMPORTANT]
17-
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
18-
> is replacing Azure Scheduler, which is being retired.
19-
> To schedule jobs, [try Azure Logic Apps instead](../scheduler/migrate-from-scheduler-to-logic-apps.md).
17+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
18+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
19+
> To continue working with the jobs that you set up in Scheduler, please
20+
> [migrate to Azure Logic Apps]((../scheduler/migrate-from-scheduler-to-logic-apps.md)) as soon as possible.
2021
2122
## Limits, quotas, and thresholds
2223

articles/scheduler/scheduler-outbound-authentication.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ ms.date: 08/15/2016
1414
# Outbound authentication for Azure Scheduler
1515

1616
> [!IMPORTANT]
17-
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
18-
> is replacing Azure Scheduler, which is being retired.
19-
> To schedule jobs, [try Azure Logic Apps instead](../scheduler/migrate-from-scheduler-to-logic-apps.md).
17+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
18+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
19+
> To continue working with the jobs that you set up in Scheduler, please
20+
> [migrate to Azure Logic Apps]((../scheduler/migrate-from-scheduler-to-logic-apps.md)) as soon as possible.
2021
2122
Azure Scheduler jobs might have to call services that require authentication,
2223
such as other Azure services, Salesforce.com, Facebook, and secure custom websites.

articles/scheduler/scheduler-plans-billing.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ ms.date: 08/18/2016
1414
# Plans and billing for Azure Scheduler
1515

1616
> [!IMPORTANT]
17-
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
18-
> is replacing Azure Scheduler, which is being retired.
19-
> To schedule jobs, [try Azure Logic Apps instead](../scheduler/migrate-from-scheduler-to-logic-apps.md).
17+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
18+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
19+
> To continue working with the jobs that you set up in Scheduler, please
20+
> [migrate to Azure Logic Apps]((../scheduler/migrate-from-scheduler-to-logic-apps.md)) as soon as possible.
2021
2122
## Job collection plans
2223

articles/scheduler/scheduler-powershell-reference.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ ms.date: 08/18/2016
1414
# PowerShell cmdlets reference for Azure Scheduler
1515

1616
> [!IMPORTANT]
17-
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md)
18-
> is replacing Azure Scheduler, which is being retired.
19-
> To schedule jobs, [try Azure Logic Apps instead](../scheduler/migrate-from-scheduler-to-logic-apps.md).
17+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
18+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
19+
> To continue working with the jobs that you set up in Scheduler, please
20+
> [migrate to Azure Logic Apps]((../scheduler/migrate-from-scheduler-to-logic-apps.md)) as soon as possible.
2021
2122
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2223

0 commit comments

Comments
 (0)