Skip to content

Commit 9f9b656

Browse files
authored
Merge pull request #105203 from ecfan/patch-10
Removed Azure Scheduler due to retirement
2 parents bc2b0ad + 08e35aa commit 9f9b656

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

includes/azure-websites-limits.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ ms.author: jroth
2929
| [Scheduled backups](../articles/app-service/manage-backup.md) | | | | Scheduled backups every 2 hours, a maximum of 12 backups per day (manual + scheduled) | Scheduled backups every hour, a maximum of 50 backups per day (manual + scheduled) | Scheduled backups every hour, a maximum of 50 backups per day (manual + scheduled) |
3030
| [Autoscale](../articles/app-service/manage-scale-up.md) | | | |X |X |X |
3131
| [WebJobs](../articles/app-service/webjobs-create.md)<sup>11</sup> |X |X |X |X |X |X |
32-
| [Azure Scheduler](https://azure.microsoft.com/services/scheduler/) support | |X |X |X |X |X |
3332
| [Endpoint monitoring](../articles/app-service/web-sites-monitor.md) | | |X |X |X |X |
3433
| [Staging slots](../articles/app-service/deploy-staging-slots.md) | | | |5 |20 |20 |
3534
| SLA | | |99.95%|99.95%|99.95%|99.95%|
@@ -44,4 +43,4 @@ ms.author: jroth
4443
<sup>8</sup>The maximum IP connections are per instance and depend on the instance size: 1,920 per B1/S1/P1V2 instance, 3,968 per B2/S2/P2V2 instance, 8,064 per B3/S3/P3V2 instance.
4544
<sup>9</sup>The App Service Certificate quota limit per subscription can be increased via a support request to a maximum limit of 200.
4645
<sup>10</sup>App Service Isolated SKUs can be internally load balanced (ILB) with Azure Load Balancer, so there's no public connectivity from the internet. As a result, some features of an ILB Isolated App Service must be used from machines that have direct access to the ILB network endpoint.
47-
<sup>11</sup>Run custom executables and/or scripts on demand, on a schedule, or continuously as a background task within your App Service instance. Always On is required for continuous WebJobs execution. Azure Scheduler Free or Standard is required for scheduled WebJobs. There's no predefined limit on the number of WebJobs that can run in an App Service instance. There are practical limits that depend on what the application code is trying to do.
46+
<sup>11</sup>Run custom executables and/or scripts on demand, on a schedule, or continuously as a background task within your App Service instance. Always On is required for continuous WebJobs execution. There's no predefined limit on the number of WebJobs that can run in an App Service instance. There are practical limits that depend on what the application code is trying to do.

0 commit comments

Comments
 (0)