Skip to content

Commit 19d921d

Browse files
committed
Update migration banner
1 parent dd16c28 commit 19d921d

8 files changed

+20
-13
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.date: 02/29/2020
1616
> [!IMPORTANT]
1717
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler,
1818
> which is [being retired](#retire-date). To continue working with the jobs that you set
19-
> up in Scheduler, please migrate to Azure Logic Apps as soon as possible by following this article.
19+
> up in Scheduler, please migrate to Azure Logic Apps as soon as possible by following this article. > Scheduler is no longer available in the Azure portal.
2020
2121
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:
2222

articles/scheduler/scheduler-concepts-terms.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ ms.date: 08/18/2016
1717
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
1818
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
1919
> 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.
20+
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
21+
> Scheduler is no longer available in the Azure portal.
2122
2223
## Entity hierarchy
2324

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ms.date: 08/16/2016
1717
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
1818
> To continue working with the jobs that you set up in Scheduler, please
1919
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
20+
> Scheduler is no longer available in the Azure portal.
2021
2122
Azure Scheduler provides both [high availability](https://docs.microsoft.com/azure/architecture/framework/#resiliency)
2223
and reliability for your jobs. For more information, see

articles/scheduler/scheduler-intro.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: derek1ee
88
ms.author: deli
99
ms.reviewer: klam, estfan
1010
ms.topic: conceptual
11-
ms.date: 09/17/2018
11+
ms.date: 02/17/2020
1212
---
1313

1414
# What is Azure Scheduler?
@@ -18,23 +18,24 @@ ms.date: 09/17/2018
1818
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
1919
> To continue working with the jobs that you set up in Scheduler, please
2020
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
21+
> Scheduler is no longer available in the Azure portal.
2122
2223
[Azure Scheduler](https://azure.microsoft.com/services/scheduler/) helps you create [jobs](../scheduler/scheduler-concepts-terms.md) that run in the cloud by declaratively describing actions. The service then automatically schedules and runs those actions. For example, you can call services inside and outside Azure, such as calling HTTP or HTTPS endpoints, and also post messages to Azure Storage queues and Azure Service Bus queues or topics. You can run jobs immediately or at a later time. Scheduler easily supports [complex schedules and advanced recurrence](../scheduler/scheduler-advanced-complexity.md). Scheduler specifies when to run jobs, keeps a history of job results that you can review, and then predictably and reliably schedules workloads to run.
2324

24-
Although you can use Scheduler to create, maintain, and run scheduled workloads, Scheduler doesn't host the workloads or run code. The service only *invokes* the services or code hosted elsewhere, for example, in Azure, on-premises, or with another provider. Scheduler can invoke through HTTP, HTTPS, a Storage queue, a Service Bus queue, or a Service Bus topic.
25-
26-
To create, schedule, manage, update, or delete jobs and [job collections](../scheduler/scheduler-concepts-terms.md), you can use code, the [Scheduler REST API](https://docs.microsoft.com/rest/api/scheduler/), or the [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md).
27-
2825
Other Azure scheduling capabilities also use Scheduler in the background, for example, [Azure WebJobs](../app-service/webjobs-create.md), which is a [Web Apps](https://azure.microsoft.com/services/app-service/web/) feature in Azure App Service. You can manage communication for these actions by using the [Scheduler REST API](https://docs.microsoft.com/rest/api/scheduler/). helps manage the communication for these actions.
2926

3027
Here are some scenarios where Scheduler can help you:
3128

32-
* **Run recurring app actions**: For example, periodically collect data from Twitter into a feed.
29+
* Run recurring app actions: For example, periodically collect data from Twitter into a feed.
3330

34-
* **Perform daily maintenance**: Such as pruning logs daily, performing backups, and other maintenance tasks.
31+
* Perform daily maintenance: Such as pruning logs daily, performing backups, and other maintenance tasks.
3532

3633
For example, as an administrator, you might want to back up your database at 1:00 AM every day for the next nine months.
3734

35+
Although you can use Scheduler to create, maintain, and run scheduled workloads, Scheduler doesn't host the workloads or run code. The service only *invokes* the services or code hosted elsewhere, for example, in Azure, on-premises, or with another provider. Scheduler can invoke through HTTP, HTTPS, a Storage queue, a Service Bus queue, or a Service Bus topic.
36+
37+
To create, schedule, manage, update, or delete jobs and [job collections](../scheduler/scheduler-concepts-terms.md), you can use code, the [Scheduler REST API](https://docs.microsoft.com/rest/api/scheduler/), or the [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md).
38+
3839
## Next steps
3940

4041
* Learn about [plans and billing for Azure Scheduler](scheduler-plans-billing.md)

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ms.date: 08/18/2016
1616
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
1717
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
1818
> To continue working with the jobs that you set up in Scheduler, please
19-
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
19+
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
20+
> Scheduler is no longer available in the Azure portal.
2021
2122
## Limits, quotas, and thresholds
2223

articles/scheduler/scheduler-outbound-authentication.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ms.date: 08/15/2016
1616
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
1717
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
1818
> To continue working with the jobs that you set up in Scheduler, please
19-
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
19+
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
20+
> Scheduler is no longer available in the Azure portal.
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ms.date: 08/18/2016
1616
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
1717
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
1818
> To continue working with the jobs that you set up in Scheduler, please
19-
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
19+
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
20+
> Scheduler is no longer available in the Azure portal.
2021
2122
## Job collection plans
2223

articles/scheduler/scheduler-powershell-reference.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ ms.date: 08/18/2016
1616
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
1717
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
1818
> To continue working with the jobs that you set up in Scheduler, please
19-
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
19+
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
20+
> Scheduler is no longer available in the Azure portal.
2021
2122
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2223

0 commit comments

Comments
 (0)