|
1 | 1 | ---
|
2 |
| -title: Create scheduled jobs with Azure Scheduler - Azure portal | Microsoft Docs |
3 |
| -description: Learn how to create, schedule, and run your first automated job with Azure Scheduler in the Azure portal |
| 2 | +title: Create scheduled jobs - Azure portal |
| 3 | +description: Create, schedule, and run your first automated job in the Azure portal by using Azure Scheduler |
4 | 4 | services: scheduler
|
5 | 5 | ms.service: scheduler
|
6 | 6 | ms.suite: infrastructure-services
|
7 | 7 | author: derek1ee
|
8 |
| -ms.author: deli |
9 |
| -ms.reviewer: klam |
10 |
| -ms.assetid: e69542ec-d10f-4f17-9b7a-2ee441ee7d68 |
| 8 | +ms.author: estfan |
| 9 | +ms.reviewer: klam, estfan, logicappspm |
11 | 10 | ms.topic: conceptual
|
12 |
| -ms.date: 09/17/2018 |
| 11 | +ms.date: 02/29/2020 |
13 | 12 | ---
|
14 | 13 |
|
15 |
| -# Create and schedule your first job with Azure Scheduler - Azure portal |
| 14 | +# Create and schedule your first job by using Azure Scheduler - Azure portal |
16 | 15 |
|
17 | 16 | > [!IMPORTANT]
|
18 | 17 | > [Azure Logic Apps](../logic-apps/logic-apps-overview.md) is replacing Azure Scheduler, which is
|
19 | 18 | > [being retired](../scheduler/migrate-from-scheduler-to-logic-apps.md#retire-date).
|
20 | 19 | > To continue working with the jobs that you set up in Scheduler, please
|
21 | 20 | > [migrate to Azure Logic Apps](../scheduler/migrate-from-scheduler-to-logic-apps.md) as soon as possible.
|
22 | 21 |
|
23 |
| -This tutorial shows how easily you can create and schedule a job, |
24 |
| -and then monitor and manage that job. |
| 22 | +This tutorial shows how easily you can create and schedule a job, and then monitor and manage that job. |
25 | 23 |
|
26 |
| -If you don't have an Azure subscription, |
27 |
| -<a href="https://azure.microsoft.com/free/" target="_blank">sign up for a free Azure account</a>. |
| 24 | +If you don't have an Azure subscription, [sign up for a free Azure account](https://azure.microsoft.com/free/). |
28 | 25 |
|
29 | 26 | ## Create job
|
30 | 27 |
|
31 |
| -1. Sign in to the [Azure portal](https://portal.azure.com/). |
| 28 | +1. Sign in to the [Azure portal](https://portal.azure.com/). |
32 | 29 |
|
33 |
| -1. On the main Azure menu, select **Create a resource**. |
34 |
| -In the search box, enter "scheduler". From the results list, |
35 |
| -select **Scheduler**, and then choose **Create**. |
| 30 | +1. In the Azure search box, enter `scheduler` as your filter. From the results list, select **Scheduler Job Collections**, and select **Create**. |
36 | 31 |
|
37 | 32 | 
|
38 | 33 |
|
|
0 commit comments