Skip to content

Commit cea4924

Browse files
committed
Premium and isolated updates
1 parent 3004e9f commit cea4924

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

includes/azure-websites-limits.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
| [App Service plan](../articles/app-service/azure-web-sites-web-hosting-plans-in-depth-overview.md) |1 per region |10 per resource group |100 per resource group |100 per resource group |100 per resource group |***|
55
| Compute instance type |Shared |Shared |Dedicated<sup>3</sup> |Dedicated<sup>3</sup> |Dedicated<sup>3</sup></p> |Dedicated<sup>3</sup>|
66
| [Scale-Out](../articles/app-service/web-sites-scale.md) (max instances) |1 shared |1 shared |3 dedicated<sup>3</sup> |10 dedicated<sup>3</sup> |20 dedicated|100 dedicated|
7-
| Storage<sup>5</sup> |1 GB<sup>5</sup> |1 GB<sup>5</sup> |10 GB<sup>5</sup> |50 GB<sup>5</sup> |500 GB<sup>4,5</sup></p> |1 TB|
7+
| Storage<sup>5</sup> |1 GB<sup>5</sup> |1 GB<sup>5</sup> |10 GB<sup>5</sup> |50 GB<sup>5</sup> |250 GB<sup>5</sup></p> |1 TB<sup>5</sup>|
88
| CPU time (5 min)<sup>6</sup> |3 minutes |3 minutes |Unlimited, pay at standard [rates](https://azure.microsoft.com/pricing/details/app-service/)</a> |Unlimited, pay at standard rates |Unlimited, pay at standard rates |Unlimited, pay at standard rates|
99
| CPU time (day)<sup>6</sup> |60 minutes |240 minutes |Unlimited, pay at standard [rates](https://azure.microsoft.com/pricing/details/app-service/)</a> |Unlimited, pay at standard rates |Unlimited, pay at standard rates |Unlimited, pay at standard rates |
1010
| Memory (1 hour) |1024 MB per App Service plan |1024 MB per app |N/A |N/A |N/A |N/A |
@@ -14,17 +14,17 @@
1414
| Concurrent [debugger connections](../articles/app-service/web-sites-dotnet-troubleshoot-visual-studio.md) per application |1 |1 |1 |5 |5 |5 |
1515
| [azurewebsites.net subdomain with FTP/S and SSL](../articles/app-service/app-service-web-tutorial-custom-ssl.md) |X |X |X |X |X |X |
1616
| [Custom domain](../articles/app-service/app-service-web-tutorial-custom-domain.md) support | |X |X |X |X |X |
17-
| Custom domain [SSL support](../articles/app-service/app-service-web-tutorial-custom-ssl.md) | | |Unlimited SNI SSL connections |Unlimited SNI SSL and 1 IP SSL connections included |Unlimited SNI SSL and 1 IP SSL connections included | *** |
18-
| Integrated Load Balancer | |X |X |X |X | *** |
17+
| Custom domain [SSL support](../articles/app-service/app-service-web-tutorial-custom-ssl.md) | | |Unlimited SNI SSL connections |Unlimited SNI SSL and 1 IP SSL connections included |Unlimited SNI SSL and 1 IP SSL connections included | |
18+
| Integrated Load Balancer | |X |X |X |X |X<sup>10</sup> |
1919
| [Always On](../articles/app-service/web-sites-configure.md) | | |X |X |X |X |
20-
| [Scheduled Backups](../articles/app-service/web-sites-backup.md) | | | | Scheduled backups every 2 hours, a max of 12 backups per day (manual + scheduled) | Scheduled backups every hour, a max of 50 backups per day (manual + scheduled) | *** |
20+
| [Scheduled Backups](../articles/app-service/web-sites-backup.md) | | | | Scheduled backups every 2 hours, a max of 12 backups per day (manual + scheduled) | Scheduled backups every hour, a max of 50 backups per day (manual + scheduled) | |
2121
| [Auto Scale](../articles/app-service/web-sites-scale.md) | | | |X |X |X |
2222
| [WebJobs](../articles/app-service/web-sites-create-web-jobs.md)<sup>8</sup> |X |X |X |X |X |X |
2323
| [Azure Scheduler](https://azure.microsoft.com/services/scheduler/) support | |X |X |X |X |X |
2424
| [Endpoint monitoring](../articles/app-service/web-sites-monitor.md) | | |X |X |X |X |
25-
| [Staging Slots](../articles/app-service/web-sites-staged-publishing.md) | | | |5 |20 |*** |
25+
| [Staging Slots](../articles/app-service/web-sites-staged-publishing.md) | | | |5 |20 | |
2626
| Custom domains per app</a> | |500 |500 |500 |500 |500 |
27-
| SLA | |<p> |99.9% |99.95%<sup>10</sup> |99.95%<sup>9</sup> |99.95%|
27+
| SLA | | |99.9% |99.95%|99.95%|99.95%|
2828

2929
<sup>1</sup>Apps and storage quotas are per App Service plan unless noted otherwise.
3030
<sup>2</sup>The actual number of apps that you can host on these machines depends on the activity of the apps, the size of the machine instances, and the corresponding resource utilization.
@@ -36,4 +36,4 @@ same App Service plan. More storage options are available in [App Service Enviro
3636
<sup>7</sup>If you scale an app in the Basic tier to two instances, you have 350 concurrent connections for each of the two instances.
3737
<sup>8</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 is no predefined limit on the number of WebJobs that can run in an App Service instance, but there are practical limits that depend on what the application code is trying to do.
3838
<sup>9</sup>SLA of 99.95% provided for deployments that use multiple instances with Azure Traffic Manager configured for failover.
39-
39+
<sup>10</sup>App Service Isolated SKUs have the ability to be internally load balanced (ILB) with Azure Load Balancer, which means 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.

0 commit comments

Comments
 (0)