Skip to content

Commit 6463814

Browse files
committed
More metadata updates
1 parent c6b36e0 commit 6463814

10 files changed

+18
-21
lines changed

articles/scheduler/index.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@ ms.date: 02/23/2020
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+
>
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.
2024
2125
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.
2226

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.date: 02/29/2020
2020
>
2121
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
2222
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23-
> for managing your jobs and job collections at this time.
23+
> at this time so that you can manage your jobs and job collections.
2424
2525
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:
2626

articles/scheduler/scheduler-advanced-complexity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.date: 11/14/2018
2121
>
2222
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
2323
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
24-
> for managing your jobs and job collections at this time.
24+
> at this time so that you can manage your jobs and job collections.
2525
2626
Within an [Azure Scheduler](../scheduler/scheduler-intro.md) job,
2727
the schedule is the core that determines when and how the Scheduler

articles/scheduler/scheduler-concepts-terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.date: 08/18/2016
2121
>
2222
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
2323
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
24-
> for managing your jobs and job collections at this time.
24+
> at this time so that you can manage your jobs and job collections.
2525
2626
## Entity hierarchy
2727

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ ms.date: 08/16/2016
2020
>
2121
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
2222
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23-
> for managing your jobs and job collections at this time.
23+
> at this time so that you can manage your jobs and job collections.
2424
25-
Azure Scheduler provides both [high availability](https://docs.microsoft.com/azure/architecture/framework/#resiliency)
26-
and reliability for your jobs. For more information, see
27-
[SLA for Scheduler](https://azure.microsoft.com/support/legal/sla/scheduler).
25+
Azure Scheduler provides both [high availability](https://docs.microsoft.com/azure/architecture/framework/#resiliency) and reliability for your jobs. For more information, see [SLA for Scheduler](https://azure.microsoft.com/support/legal/sla/scheduler).
2826

2927
## High availability
3028

@@ -33,10 +31,7 @@ and uses both geo-redundant service deployment and geo-regional job replication.
3331

3432
### Geo-redundant service deployment
3533

36-
Azure Scheduler is available across almost [every geographical region supported by Azure today](https://azure.microsoft.com/global-infrastructure/regions/#services).
37-
So, if an Azure datacenter in a hosted region becomes unavailable,
38-
you can still use Azure Scheduler because the service's failover
39-
capabilities make Scheduler available from another datacenter.
34+
Azure Scheduler is available across almost [every geographical region supported by Azure today](https://azure.microsoft.com/global-infrastructure/regions/#services). So, if an Azure datacenter in a hosted region becomes unavailable, you can still use Azure Scheduler because the service's failover capabilities make Scheduler available from another datacenter.
4035

4136
### Geo-regional job replication
4237

articles/scheduler/scheduler-intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ms.date: 02/17/2020
2121
>
2222
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
2323
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
24-
> for managing your jobs and job collections at this time.
24+
> at this time so that you can manage your jobs and job collections.
2525
2626
[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.
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.date: 08/18/2016
2020
>
2121
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
2222
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23-
> for managing your jobs and job collections at this time.
23+
> at this time so that you can manage your jobs and job collections.
2424
2525
## Limits, quotas, and thresholds
2626

articles/scheduler/scheduler-outbound-authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.date: 08/15/2016
2020
>
2121
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
2222
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23-
> for managing your jobs and job collections at this time.
23+
> at this time so that you can manage your jobs and job collections.
2424
2525
Azure Scheduler jobs might have to call services that require authentication,
2626
such as other Azure services, Salesforce.com, Facebook, and secure custom websites.

articles/scheduler/scheduler-plans-billing.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ ms.date: 08/18/2016
2020
>
2121
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
2222
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23-
> for managing your jobs and job collections at this time.
23+
> at this time so that you can manage your jobs and job collections.
2424
2525
## Job collection plans
2626

27-
In Azure Scheduler, a job collection contains a specific number of jobs.
28-
The job collection is the billable entity and comes in Standard, P10 Premium,
29-
and P20 Premium plans, which are described here:
27+
In Azure Scheduler, a job collection contains a specific number of jobs. The job collection is the billable entity and comes in Standard, P10 Premium, and P20 Premium plans, which are described here:
3028

3129
| Job collection plan | Max jobs per collection | Max recurrence | Max job collections per subscription | Limits |
3230
|:--- |:--- |:--- |:--- |:--- |

articles/scheduler/scheduler-powershell-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ms.date: 08/18/2016
2020
>
2121
> Scheduler is no longer available in the Azure portal, but the [REST API](/rest/api/scheduler)
2222
> and [Azure Scheduler PowerShell cmdlets](scheduler-powershell-reference.md) remain available
23-
> for managing your jobs and job collections at this time.
23+
> at this time so that you can manage your jobs and job collections.
2424
2525
[!INCLUDE [updated-for-az](../../includes/updated-for-az.md)]
2626

@@ -67,4 +67,4 @@ Get-Help <cmdlet name> -Full
6767

6868
* [What is Azure Scheduler?](scheduler-intro.md)
6969
* [Concepts, terminology, and entity hierarchy](scheduler-concepts-terms.md)
70-
* [Azure Scheduler REST API reference](https://msdn.microsoft.com/library/mt629143)
70+
* [Azure Scheduler REST API reference](/rest/api/scheduler)

0 commit comments

Comments
 (0)