Skip to content

Commit 0370a53

Browse files
authored
Merge pull request #105161 from ecfan/scheduler
Remove Azure portal references in Azure Scheduler content - 3/6/2020
2 parents 8be4d38 + 5d0b3e2 commit 0370a53

28 files changed

+179
-395
lines changed

.openpublishing.redirection.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6706,6 +6706,10 @@
67066706
"redirect_url": "/azure/logic-apps/logic-apps-using-sap-connector",
67076707
"redirect_document_id": true
67086708
},
6709+
{
6710+
"source_path": "articles/scheduler/get-started-portal.md",
6711+
"redirect_url": "/azure/scheduler/migrate-from-scheduler-to-logic-apps",
6712+
},
67096713
{
67106714
"source_path": "articles/connectors/connectors-create-api-googledrive.md",
67116715
"redirect_url": "https://docs.microsoft.com/connectors/googledrive/",

articles/scheduler/TOC.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
href: scheduler-intro.md
77
- name: Get started
88
items:
9-
- name: Create and manage jobs - portal
10-
href: scheduler-get-started-portal.md
9+
- name: Create and manage schedules - Azure PowerShell
10+
href: scheduler-powershell-reference.md
1111
- name: Migrate from Scheduler to Logic Apps
1212
href: migrate-from-scheduler-to-logic-apps.md
1313
- name: Concepts

articles/scheduler/index.md

Lines changed: 24 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,28 @@
11
---
2-
title: Azure Scheduler Documentation - Tutorials, API Reference | Microsoft Docs
3-
description: Learn how to use Scheduler to schedule and invoke jobs such as recurring application actions and routine maintenance. Tutorials, API references, and more.
2+
title: Azure Scheduler Documentation
3+
description: Create, schedule, and run automated jobs in the cloud, such as recurring application actions and routine maintenance
44
services: scheduler
5-
author: carmonmills
6-
manager: carmonm
7-
layout: LandingPage
85
ms.service: scheduler
6+
author: derek1ee
7+
ms.author: estfan
8+
layout: LandingPage
99
ms.topic: landing-page
10-
ms.date: 01/23/2017
11-
ms.author: carmonm
10+
ms.date: 02/23/2020
1211
---
12+
1313
# Scheduler Documentation
1414

15-
Learn how to use Scheduler to schedule and automatically invoke recurring jobs in the cloud. Tutorials, API references, and other documentation show you how to schedule and monitor jobs such as recurring application actions and routine maintenance.
15+
> [!IMPORTANT]
16+
> [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
17+
> [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
18+
> 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.
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+
> at this time so that you can manage your jobs and job collections.
24+
25+
Learn about creating, scheduling, running, managing, and updating automated recurring jobs in the cloud. Tutorials, API references, and other documentation show you how to schedule and monitor jobs such as recurring application actions and routine maintenance.
1626

1727
<ul class="panelContent cardsFTitle">
1828
<li>
@@ -34,35 +44,35 @@ Learn how to use Scheduler to schedule and automatically invoke recurring jobs i
3444
</a>
3545
</li>
3646
<li>
37-
<a href="https://azure.microsoft.com/documentation/videos/index/?services=scheduler">
47+
<a href="/azure/scheduler/migrate-from-scheduler-to-logic-apps">
3848
<div class="cardSize">
3949
<div class="cardPadding">
4050
<div class="card">
4151
<div class="cardImageOuter">
4252
<div class="cardImage">
43-
<img src="media/index/video-library.svg" alt="" />
53+
<img src="media/index/get-started.svg" alt="" />
4454
</div>
4555
</div>
4656
<div class="cardText">
47-
<h3>Azure Scheduler Video Library</h3>
57+
<h3>Migrate from Azure Scheduler to Azure Logic Apps</h3>
4858
</div>
4959
</div>
5060
</div>
5161
</div>
5262
</a>
5363
</li>
5464
<li>
55-
<a href="/azure/scheduler/scheduler-get-started-portal">
65+
<a href="https://azure.microsoft.com/documentation/videos/index/?services=scheduler">
5666
<div class="cardSize">
5767
<div class="cardPadding">
5868
<div class="card">
5969
<div class="cardImageOuter">
6070
<div class="cardImage">
61-
<img src="media/index/get-started.svg" alt="" />
71+
<img src="media/index/video-library.svg" alt="" />
6272
</div>
6373
</div>
6474
<div class="cardText">
65-
<h3>Get Started with Azure Scheduler</h3>
75+
<h3>Azure Scheduler Video Library</h3>
6676
</div>
6777
</div>
6878
</div>
734 Bytes
Loading
-32.7 KB
Loading
1.25 KB
Loading
-32.7 KB
Loading
1.52 KB
Loading

0 commit comments

Comments
 (0)