Skip to content

Commit c6b36e0

Browse files
committed
More metadata updates
1 parent 19d921d commit c6b36e0

10 files changed

+49
-21
lines changed

.openpublishing.redirection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6662,7 +6662,7 @@
66626662
},
66636663
{
66646664
"source_path": "articles/scheduler/get-started-portal.md",
6665-
"redirect_url": "/azure/scheduler/scheduler-powershell-reference",
6665+
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",
66666666
"redirect_document_id": true
66676667
},
66686668
{

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ 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. > Scheduler is no longer available in the Azure portal.
19+
> up in Scheduler, please migrate to Azure Logic Apps as soon as possible by following this article.
20+
>
21+
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
22+
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23+
> for managing your jobs and job collections at this time.
2024
2125
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:
2226

articles/scheduler/scheduler-advanced-complexity.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
---
2-
title: Build advanced job schedules and recurrences - Azure Scheduler
2+
title: Build advanced job schedules and recurrences
33
description: Learn how to create advanced schedules and recurrences for jobs in Azure Scheduler
44
services: scheduler
55
ms.service: scheduler
66
author: derek1ee
77
ms.author: deli
8-
ms.reviewer: klam
8+
ms.reviewer: klam, estfan
99
ms.suite: infrastructure-services
10-
ms.assetid: 5c124986-9f29-4cbc-ad5a-c667b37fbe5a
1110
ms.topic: article
1211
ms.date: 11/14/2018
1312
---
@@ -18,7 +17,11 @@ ms.date: 11/14/2018
1817
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
1918
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
2019
> 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.
20+
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
21+
>
22+
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
23+
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
24+
> for managing your jobs and job collections at this time.
2225
2326
Within an [Azure Scheduler](../scheduler/scheduler-intro.md) job,
2427
the schedule is the core that determines when and how the Scheduler

articles/scheduler/scheduler-concepts-terms.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: scheduler
66
ms.suite: infrastructure-services
77
author: derek1ee
88
ms.author: deli
9-
ms.reviewer: klam
9+
ms.reviewer: klam, estfan
1010
ms.topic: conceptual
1111
ms.date: 08/18/2016
1212
---
@@ -18,7 +18,10 @@ ms.date: 08/18/2016
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.
21+
>
22+
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
23+
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
24+
> for managing your jobs and job collections at this time.
2225
2326
## Entity hierarchy
2427

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: scheduler
55
ms.service: scheduler
66
author: derek1ee
77
ms.author: deli
8-
ms.reviewer: klam
8+
ms.reviewer: klam, estfan
99
ms.topic: article
1010
ms.date: 08/16/2016
1111
---
@@ -17,7 +17,10 @@ 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.
20+
>
21+
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
22+
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23+
> for managing your jobs and job collections at this time.
2124
2225
Azure Scheduler provides both [high availability](https://docs.microsoft.com/azure/architecture/framework/#resiliency)
2326
and reliability for your jobs. For more information, see

articles/scheduler/scheduler-intro.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,15 @@ ms.date: 02/17/2020
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.
21-
> Scheduler is no longer available in the Azure portal.
20+
> [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
21+
>
22+
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
23+
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
24+
> for managing your jobs and job collections at this time.
2225
2326
[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.
2427

25-
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.
28+
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/), which helps you manage the communication for these actions.
2629

2730
Here are some scenarios where Scheduler can help you:
2831

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: scheduler
55
ms.service: scheduler
66
author: derek1ee
77
ms.author: deli
8-
ms.reviewer: klam
8+
ms.reviewer: klam, estfan
99
ms.topic: article
1010
ms.date: 08/18/2016
1111
---
@@ -17,7 +17,10 @@ ms.date: 08/18/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.
20+
>
21+
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
22+
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23+
> for managing your jobs and job collections at this time.
2124
2225
## Limits, quotas, and thresholds
2326

articles/scheduler/scheduler-outbound-authentication.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: scheduler
55
ms.service: scheduler
66
author: derek1ee
77
ms.author: deli
8-
ms.reviewer: klam
8+
ms.reviewer: klam, estfan
99
ms.topic: article
1010
ms.date: 08/15/2016
1111
---
@@ -17,7 +17,10 @@ ms.date: 08/15/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.
20+
>
21+
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
22+
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23+
> for managing your jobs and job collections at this time.
2124
2225
Azure Scheduler jobs might have to call services that require authentication,
2326
such as other Azure services, Salesforce.com, Facebook, and secure custom websites.

articles/scheduler/scheduler-plans-billing.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: scheduler
55
ms.service: scheduler
66
author: derek1ee
77
ms.author: deli
8-
ms.reviewer: klam
8+
ms.reviewer: klam, estfan
99
ms.topic: article
1010
ms.date: 08/18/2016
1111
---
@@ -17,7 +17,10 @@ ms.date: 08/18/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.
20+
>
21+
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
22+
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23+
> for managing your jobs and job collections at this time.
2124
2225
## Job collection plans
2326

articles/scheduler/scheduler-powershell-reference.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: scheduler
55
ms.service: scheduler
66
author: derek1ee
77
ms.author: deli
8-
ms.reviewer: klam
8+
ms.reviewer: klam, estfan
99
ms.topic: article
1010
ms.date: 08/18/2016
1111
---
@@ -17,7 +17,10 @@ ms.date: 08/18/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.
20+
>
21+
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
22+
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23+
> for managing your jobs and job collections at this time.
2124
2225
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2326

0 commit comments

Comments
 (0)